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

Zprogram Execting

Former Member
0 Likes
550

I am using the Mara table, if the client enters a record into mara table ( using mm01 transaction ) then i need to execute one zprogram Please tell how to to this ?

Regards

Purshoth

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

Check the user-exits of MM01. Find a suitable exit (EXIT_SAPLMGMU_001) which executes after saving the material data and in that exit SUBMIT your z-program.

2 REPLIES 2
Read only

Former Member
0 Likes
525

Check the user-exits of MM01. Find a suitable exit (EXIT_SAPLMGMU_001) which executes after saving the material data and in that exit SUBMIT your z-program.

Read only

Former Member
0 Likes
524

U have to go user exit or badi of mm01 trn..

In that , u have to call the z pgm using SUBMIT command

check the exits/ badis, which r fired when u save in MM01. , in that u can call ur pgm

Reward if useful