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

L_TO_CREATE_DN

former_member734916
Participant
519

Hello All,

I want to create a TO using FM L_TO_CREATE_DN, I have given import parameters i_lgnum, i_vbeln, but it is not creating TO, please tell me if I am missing anything.

Krishna.

Hello All,

I want to create a TO using FM L_TO_CREATE_DN, I have given import parameters i_lgnum, i_vbeln, but it is not creating TO, please tell me if I am missing anything.

Krishna.

1 REPLY 1
Read only

Former Member
0 Likes
429

Hi, you have to pass the following parameters to create a TO.

CALL FUNCTION 'L_TO_CREATE_DN'

EXPORTING

i_lgnum = s1_lgnum

i_vbeln = p_delv

it_delit = i_it_delit

IMPORTING

e_tanum = l_tanum

TABLES

t_ltap_vb = i_ltap_vb

EXCEPTIONS

OTHERS = 1.

Kind Regards,

Shyam Nagamalla.