Dear Experts,
We have a special requirement for output in billing.
As we know we can set dispatching time in output condition master data in T-CODE: VV33 for billing output, currently we set it to '4 - Send immediately (when saving the application)' .
In our daily operation for create invoice we have two ways:
1. Manually create invoice
2. Batch job create invoice
Our requirement is when Manually create invoice, we want the dispatching time for the billing output be '4 - Send immediately (when saving the application)' ; when Job create the invoice, we want the dispatching time for the billing output be '1 - Send with periodically scheduled job'
As we know in master data there only can set one exact value for dispatching time for one record, I want to enable to modify dispatching time dynamicly based on own code logic.
So where can I add own coding logic to modify the dispatching time during invoice creation?
I have tried in requirement of access sequence, but failed.
Thanks for your great help!