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

BAPI for Multiple TO with one MatDoc

Former Member
0 Likes
770

Hi experts,

I have a requirement to create multiple Transfer Order but one TR number and one Mat.Doc. The functional told me, it could be done in SAP standard transaction LB11 or LB13.

Could someone advise what BAPI could use to fulfill this requirement?

Sample of code provided is highly appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
613

HI ,

You can use FM "L_TO_CREATE_TR" .

Regards,

Ankit

Read only

0 Likes
613

Hi Ankit,

Thanks for the reply.

Could you please tell me more about FM 'L_TO_CREATE_TR'?

I could not find where to separate/deactivate the TR/MatDoc. e.g. As I shown in TOList.jpg, the requirement is to create different TO number for 3 same TR number/ MatDoc. The functional could do this in SAP transaction. How could I do it in ABAP?

Thanks in advance.