cancel
Showing results for 
Search instead for 
Did you mean: 

TO creation using FM 'L_TO_CREATE_DN'

0 Kudos

Hi ,

      When I am trying to create transfer order for inbound delivery putaway using FM 'L_TO_CREATE_DN' I am getting error. "Item 191809584 000010 does not exist or is not relevant for picking".

Please help me how to solve this. Even I required what are all the parameters we have to pass to this FM ?.

WA_DEL-POSNR = '000010'.

wa_del-NLPLA = '9001010103'.

append wa_del to it_del.





CALL FUNCTION 'L_TO_CREATE_DN'

  EXPORTING

    i_lgnum                          = 'HRN'

    i_vbeln                          = '0191809584'

*   I_REFNR                          = ' '

   I_SQUIT                          = 'X'

*   I_NIDRU                          = ' '

*   I_DRUKZ                          = ' '

*   I_LDEST                          = ' '

*   I_KOMIM                          = ' '

*   I_EINLM                          = ' '

   I_EINTA                          = 'X'

*   I_NOSPL                          = ' '

   I_UPDATE_TASK                    = 'X'

   I_COMMIT_WORK                    = 'X'

   I_BNAME                          = SY-UNAME

*   I_TEILK                          = ' '

*   I_SOLEX                          = 0

*   I_PERNR                          = 0

   IT_DELIT                         = IT_DEL[]

IMPORTING

   E_TANUM                          = SUCC

*   E_TEILK                          =

* TABLES

*   T_LTAK                           =

*   T_LTAP_VB                        =

*   T_WMGRP_MSG                      =

EXCEPTIONS

   FOREIGN_LOCK                     = 1

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

JL23
Active Contributor
0 Kudos

you should always try the process with standard transactions when you get to an error, just to know whether the error is related to the standard process or caused by your program

MANIS
Active Contributor
0 Kudos

please check the wm status in the inbound delivery, by this error message looks like plant+sloc is not wm managed ?also if possible Please share the screenshot of the putaway tab of delivery