2007 May 25 2:12 PM
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.
2008 Feb 26 2:11 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |