2007 Dec 20 8:45 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
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
2009 Jan 22 10:42 PM
Dear Kathleen,
I have this same question, have you had any luck resolving this issue?