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

Exit for LT03

Former Member
0 Likes
1,037

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

2 REPLIES 2
Read only

Former Member
0 Likes
728

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.

Read only

0 Likes
728

Hi Maddineni,

Like I wrote, I'm already using the EXIT_SAPLL03A_009, and it was solving my problem pretty well up to now.

But is occurring the problem related in this post:

[;

So I want know if there is another user exit that I can use.

Thanks for try help.

Regards,

Charles Oliveira