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

Call function for calling LT01 transaction

Former Member
0 Likes
1,535

Hi all,

I need a call function/BAPI to call the transaction LT01 in the ABAP program.

Any pointers to this will be of great help.

Thanks in advance.

Chaitanya Swaroop Maka

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,090

Try

L_TO_CREATE_SINGLE

L_TO_CREATE_MULTIPLE

Regards,

ravi

6 REPLIES 6
Read only

Former Member
0 Likes
1,091

Try

L_TO_CREATE_SINGLE

L_TO_CREATE_MULTIPLE

Regards,

ravi

Read only

peter_ruiz2
Active Contributor
0 Likes
1,090

hi,

use FM RPY_BM_CALL_TRANSACTION

regards,

Peter

Read only

Former Member
0 Likes
1,090

You can use

Any one of them..

They are meant for TO Creation.

L_TO_CREATE_MULTIPLE
L_TO_CREATE_SINGLE

Read only

Former Member
0 Likes
1,090

Hi all,

I need a call function/BAPI to call the transaction LT01 in the ABAP program.

*It is a bin to bin transfer*

Any pointers to this will be of great help.

Thanks in advance.

Chaitanya Swaroop Maka

Read only

0 Likes
1,090

L_TO_CREATE_MULTIPLE

L_TO_CREATE_SINGLE

are functions modules also RFC's.

you can use

L_TO_CREATE_SINGLE to create the single TO.

Bin to Bin Transfer is possible

Check the Function parameters also.

Read only

0 Likes
1,090

hi check this...