Application Development 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: 

Creating TO with Material doc no using L_TO_CREATE_SINGLE

Former Member
0 Kudos

Hello,

I am using L_TO_CREATE_SINGLE to create a TO using Material doc no. I am passing the Material doc no to T_LTAK table. But still the Material doc no is not present in LTAK table when the TO is created. Can anyone please help me resolve this?

Thanks,

D

1 REPLY 1

Former Member
0 Kudos

Hi D A,

Have you tried with L_TO_CREATE_TR ?

To check the required parameters you can go to function group L03B and set a breakpoint in the function modules (or set via debug):

L_TO_CREATE_SINGLE

L_TO_CREATE_TR

L_TO_CREATE_MULTIPLE

L_TO_CREATE_POSTING_CHANGE


Execute the tcode LT06 to create the TO and check if the breakpoint is reached then check the parameters.


Regards,

Felipe