Application Development and Automation 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: 
Read only

BADI not getting executed in background mode

Former Member
0 Likes
611

Hi,

I have a BADI implementation for LE_SHP_DELIVERY_PROC, the code in SAVE_DOCUMENT_PREPARE gets executed when only in foreground. i.e sy-ucomm = WABU . But the requirement is that even when the shipment is done & the deliveries done as background this code should work. Any idea on how to achieve that ?

Thank You,

SB.

Hi,

I have a BADI implementation for LE_SHP_DELIVERY_PROC, the code in SAVE_DOCUMENT_PREPARE gets executed when only in foreground. i.e sy-ucomm = WABU . But the requirement is that even when the shipment is done & the deliveries done as background this code should work. Any idea on how to achieve that ?

Thank You,

SB.

2 REPLIES 2
Read only

Former Member
0 Likes
486

Hi

There are some user exits for deliveries which you can see in the main program for the delivery. try using any othem.

Thanks,

Venkatesh.,

Read only

0 Likes
486

Handled it by syst-code in the BADI.