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
748

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.

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.

4 REPLIES 4
Read only

Former Member
0 Likes
704

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
704

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
704

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

Read only

Former Member
0 Likes
704

solved by other method