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

LB10 user exit

Former Member
0 Likes
1,038

Hi,

I am executing a LB10 to create a transfer order.

During the LB10 processing i want to check TR line items and if it satisfied a condition(some condition) then delete that line items from it i.e do not include that line item while creating the Trnasfer order.

Example; if a TR has two line items 10 and 20.

And 20 satisfied a condition then do not include this item while creating a TO using Tcode LB10.

If it do not satisfied the condition then create the TO using both line items using tcode LB10.

Is there any user exit/BADI in LB10 where i can check my condition(it is line item based) and delete that line item if it satified condition and thus will create a TO based on the remaining line item.

Your help will be highly appreciated !.

Thanking you in advance,

Regards,

Nazir.

1 REPLY 1
Read only

Former Member
0 Likes
604

Hi Nazir,

Please check for this exit

EXIT_SAPLL03T_001

Check this exit also, we have been using this for creating the TO from the Idoc.

EXIT_SAPLL03T_003

Thanks

B Rangaraju