‎2008 Feb 13 5:52 AM
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
‎2008 Feb 13 5:57 AM
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.
‎2008 Feb 13 5:57 AM
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.
‎2008 Feb 13 6:00 AM
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