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

regarding calling Z program after post goods issue

Former Member
0 Likes
753

my Z program will be called when PGI is posted for delivery. This can also be called through output determination for delivery.

how to do this please help.

but my requirement is i have to call My Z Program after PGI is successfully posted.

4 REPLIES 4
Read only

Former Member
0 Likes
709

Hi,

Keep an Debug point at function module 'SXV_GET_CLIF_BY_NAME' and execute the PGI.

The parameter "Name" will have the BADI name, you can implement this BADI in se19 and call the ZPROGRAM inside the BADI.

Regards

Naren

Read only

Former Member
0 Likes
709

Hi,

you can implement the Badi LE_SHP_GOODSMOVEMENT it will trigger when u click on PGI Inside this u can implement the logic.

Regards

Kiran Sure

Read only

0 Likes
709

but my requirement is i have to call My Z Program after PGI is successfully posted.

Read only

Former Member
0 Likes
709

solved by other method