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

Create Transfer Order w/Ref to Material Document using L_TO_CREATE_TR

Former Member
0 Likes
941

In SAP I can use trans code LT06 to create a WM transfer order using the GR (material document) - number - no issue here,this works great. Now I'm trying to use a BAPI for the same process. I'm using function L_TO_CREATE_TR, but when I execute the function, I get an error that my TR does not exist. I read other threads that say that this is the function for LT06, but it doesn't seem to work for the proces I described above, I first have to create the transfer requirement using L_TR_CREATE, then execute L_TO_CREATE_TR in order for this work. I have filled in the import parameters correctly. When I run this through standard SAP transaction, I do not have to create TR first. Any ideas? I'm on a 4.6C system

Thanks in advance for your replies.

Kathy

Edited by: Kathleen Phillips on Dec 20, 2007 9:46 PM

Edited by: Kathleen Phillips on Jan 2, 2008 4:23 PM

In SAP I can use trans code LT06 to create a WM transfer order using the GR (material document) - number - no issue here,this works great. Now I'm trying to use a BAPI for the same process. I'm using function L_TO_CREATE_TR, but when I execute the function, I get an error that my TR does not exist. I read other threads that say that this is the function for LT06, but it doesn't seem to work for the proces I described above, I first have to create the transfer requirement using L_TR_CREATE, then execute L_TO_CREATE_TR in order for this work. I have filled in the import parameters correctly. When I run this through standard SAP transaction, I do not have to create TR first. Any ideas? I'm on a 4.6C system

Thanks in advance for your replies.

Kathy

Edited by: Kathleen Phillips on Dec 20, 2007 9:46 PM

Edited by: Kathleen Phillips on Jan 2, 2008 4:23 PM

1 REPLY 1
Read only

Former Member
0 Likes
594

Dear Kathleen,

I have this same question, have you had any luck resolving this issue?