Application Development 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: 

How to split TOs

Former Member
0 Kudos

Hi,

I need to split TOs

I found exit EXIT_SAPLL03A_012.

As parameter I have table T_LTAP_VB and I would like for example split 2 lines into 5 TOs but don't know how.

Could someone give an example how to do this.

Please help.

Best regards,

Greg.

7 REPLIES 7

Former Member
0 Kudos

Hi,

The T_LTAP_VB is in Tables tab in FM.

So take the input and divide the quantity of item1 into 2 parts with 2 line items into one table of same structure as LTAP_VB and divide the quantity of item2 into 3 parts with 3 line items into another table of same structure as LTAP_VB.Before this check the FM where used list and check if there is any split of LENUM and confirm if the LENUM needed to be new one for every LTAP item.refresh the LTAP and append it to T_LTAP_VB. Check the Destination Storage type also. Should be the same for all line items or not.

Regards

Kannaiah

0 Kudos

And I don't need to oprate on LTAP1 structure included in LTAP_VB ??

Regards,

Greg

0 Kudos

Don't take and pass the values from LTAP1 structure.

Regards

Kannaiah

0 Kudos

Thaks a lot,

Kannaiah tell do you have any examples in this subject ?

Your hints are very helpful.

Regards,

Greg

0 Kudos

Hi,

I can tell you about the business process in the Warehouse Management.

i can give examples for : Bin to Bin stock transfer, put-away transfer order, Confirming the transfer order etc.,

Let me know for which scenario you want an example.

Regards

Kannaiah

0 Kudos

Hi

I'm interested in put-away transfer order scenario.

Best regards,

Greg.

0 Kudos

Hey Kannaiah

could show an example of put-away transfer order scenario ??

Best Regards,

Greg.