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

Please help

Former Member
0 Likes
460

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

3 REPLIES 3
Read only

Former Member
0 Likes
421

Hi,

Edited by: Satish Panakala on Apr 21, 2008 7:09 AM

Read only

Former Member
0 Likes
421

Hi,

You Can create TO with reference to TR using the FM "L_TO_CREATE_TR".

Regards,

Satish

Read only

0 Likes
421

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