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

Problem Create Transfer Order reference by Material document

Former Member
0 Likes
433

Hi All,

I found some of function module can create transfer order. i need to use LT06 create TO and LT12 confirm TO.

But i don't know how to write the abap code into this function module.

Please advise.

Below is my function module that i try to create TO.

L_TO_CREATE_TR

L_TO_CREATE_SINGLE

L_TO_CREATE_MULTIPLE

Regards,

Luke

1 REPLY 1
Read only

former_member222709
Contributor
0 Likes
326

Hi Luke,

1. You don't have to write any code in the Function Modules. These are re-usable objects for your use.

2. You can write a new program using T. Code SE38 and call the FM in your code. Use the Pattern tab to get the parameters to be passed to the FM.

Regards,

Pranav.