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

Transfer Order BAPI

Former Member
0 Likes
694

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
Read only

Former Member
0 Likes
633

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.

Read only

Former Member
0 Likes
633

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

Read only

Former Member
0 Likes
633

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

Read only

0 Likes
633

Dear Manoj,

Thanks I have been looking for this answer all day!

Thanks,

Deanna