‎2008 Jul 25 2:57 PM
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
‎2008 Jul 25 2:59 PM
‎2008 Jul 25 2:59 PM
‎2008 Jul 25 3:01 PM
‎2008 Jul 25 3:01 PM
You can use
Any one of them..
They are meant for TO Creation.
L_TO_CREATE_MULTIPLE
L_TO_CREATE_SINGLE
‎2008 Jul 25 3:11 PM
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
‎2008 Jul 25 3:15 PM
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.
‎2008 Jul 25 3:16 PM