2008 Apr 15 3:13 PM
Hi experts,
I need an user exit (in tcode LT03) to check if the charg field of TO item is in my ztable.
I was using the MWMTO006 (EXIT_SAPLL03A_009), but I'm having [some problems|;.
For each item of TO I need check if the charg field of item is in my ztable, if it isn't than I raise a error message.
Somebody know some exit that I can use? Already tried all the MWMTO* enhancements.
Regards,
Charles Oliveira
Hi experts,
I need an user exit (in tcode LT03) to check if the charg field of TO item is in my ztable.
I was using the MWMTO006 (EXIT_SAPLL03A_009), but I'm having [some problems|;.
For each item of TO I need check if the charg field of item is in my ztable, if it isn't than I raise a error message.
Somebody know some exit that I can use? Already tried all the MWMTO* enhancements.
Regards,
Charles Oliveira
2008 Apr 15 3:31 PM
Hi Charles,
I think you can use the Function Module Exit EXIT_SAPLL03A_009 to achieve your requirement. Please look at the interface of the FM Exit. In this exit there is I_LTAP based on LTAP structure as interface in which you have the CHARG field. So for every TO Line Item you can validate the CHARG field against your custom table.
Using CMOD implement this FM Exit and see if you can achieve your requirement.
Reward if useful.
Thanks and Regards,
Maddineni Bharath.
2008 Apr 15 4:45 PM