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

About User Exit

former_member187255
Active Contributor
0 Likes
550

Hi, can any one tell me the User Exit for Post Goods Issue.I want to send a mail upon PGI completion.

I want to know the user exit name where i can call the email funciton module.

Thanks in advance.

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
349

I think you can use the enhancement IQSM0007.

Contains the function module EXIT_SAPLIE01_007

which contains the include program ZXQSMU06 .

Activate the user exit and put your code in the

ZXQSMU06 include program. This user exit is triggered

when user "posts" the movement.

Make sure that you check the movement type for a goods issue movement type.

Regards,

Rich Heilman