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: 

Transfer Order BAPI

Former Member
0 Kudos

I would like to call a BAPI/function to perform a Transfer Order create using a Material document created from function BAPI_GOODSMVT_CREAT. Is there a BAPI or function that can do this?

Best Regards

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

You can use the below Functions.

L_TO_CREATE_MULTIPLE

L_TO_CREATE_SINGLE

L_TO_CREATE_TR

I used L_TO_CREATE_SINGLE in one of my requirements.

Former Member
0 Kudos

Thanks for the response.

I see these functions that are listed and have checked SAPs poor documentation for these functions, but where did you find the material document?

I have been searching for a field called MBLNR, but do not find.

Best regards

Former Member
0 Kudos

To do this a configuration change has to be made to the movement type so that it allows creation of Transfer requirements.

Query table LTBK Using the material document number & Year and Warehouse number to get the Transfer requirement number TBNUM.

Then use the function module L_TO_CREATE_TR to create a transfer order for the transfer requirement.

Manoj

0 Kudos

Dear Manoj,

Thanks I have been looking for this answer all day!

Thanks,

Deanna