‎2008 Apr 21 7:02 AM
In program RLLNACH1(Tcode:LP21), we are generating the TR number and storing it in LTBK table.
Now we have to generate the TO number corresponding to this TR number generated. Please give me some idea about how to do it. It is a very urgent issue. Please help.
Please guide me if I have to use any user exits or in some otherway out. I have got the BAPI to create the TO from TR(L_TO_CREatE_TR) but I am not getting the entry point where I have to use the BAPI. The program is exiting from some other program in course of execution.
Thanks,
Sudipto
‎2008 Apr 21 7:08 AM
‎2008 Apr 21 7:09 AM
Hi,
You Can create TO with reference to TR using the FM "L_TO_CREATE_TR".
Regards,
Satish
‎2008 Apr 21 7:15 AM
How will I know when a TR is generated. I have to make the TO as soon as the TR is created. In a day several TR's would be created. Based upon which selection criteria I will select the specific TR's?
Where will I use the FM L_TO_CREATE_TR as the main program is exiting from somewhere else without giving the reference of created TR in RLLNACH1