Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug Dispatch Time : Send Immediately (4) in VA01 using.

0 Kudos

At which point the asynchronous session is created for Send Immediately Mail in SAPMV45A (VA01). Is it after USEREXIT_SAVE_DOCUMENT? Do the UPDATE DEBUGGING only trigger after comit work?

1 REPLY 1

Ryan-Crosby
Active Contributor
0 Kudos

Hi Vivek,

It would only be possible to trigger an output for a sales document in VA01 after a COMMIT has been issued simply because until that moment in time the sales document does not exist outside of that GUI session. Once the output program is triggered it needs to retrieve the data from the database which makes the COMMIT a pre-condition for that process to execute properly.

Regards,

Ryan Crosby