‎2015 Dec 07 11:56 AM
Hello Experts,
I am using function module L_TO_CREATE_TR to create TOs but the function module is returning SUBRC 3 which means TR completed . That means transfer requirement was completed.
Could you please suggest what does this mean and how to correct this , I had already gone through documentation of the FM.
Thnks,
Balu
‎2015 Dec 07 2:27 PM
The documentation in the FM is rubbish!!
The exception is raised when the reference TR ( Transfer Requirement ) is already fully consumed/transferred. So check your code in debug mode to see what TR number you are passing in the FM .
This is not a programming bug but your data. You need to use a new TR number which is open and use that in FM to create the TO.
R