‎2008 Mar 03 1:55 PM
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.
‎2008 Mar 03 5:50 PM
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