Avalados por :

Cómo crear una orden de transferencia con el número de documento de material en SAP - Guía paso a paso

  • Creado 01/03/2024
  • Modificado 01/03/2024
  • 21 Vistas
0
Cargando...

Hola a todos,

Tengo que crear una orden de transferencia usando el número de documento de material utilizando la transacción LT06.

Para esto, estoy utilizando BDC e insertando el número de documento de material y el año a través de BDC.

En lugar de BDC, debo utilizar alguna función estándar (bapi o FM). ¿Qué función de módulo se utiliza para esto y

qué parámetros deben pasarse?

Por favor, dime cómo hacer esto.

Gracias,

Kusuma.

Pedro Pascal
Se unió el 07/03/2018
Pinterest
Telegram
Linkedin
Whatsapp

4 Respuestas

0
Cargando...

Hola Kusuma,

intenta FM L_TO_CREATE_DN . pasa MBLNR, MJAHR a los parámetros de tablas T_LTAK.

Saludos,

Sravan.

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019
0
Cargando...

Hola HM,

Gracias por la respuesta.

Eso se hace utilizando FM "L_TO_CREATE_POSTING_CHANGE".

Muchas gracias...........................

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019
0
Cargando...

Hi Kusuma,

Puedes usar el módulo de función 'L_TO_CREATE_SINGLE'.

CALL FUNCTION 'L_TO_CREATE_SINGLE'
        EXPORTING
        i_lgnum = lqua-lgnum
        i_bwlvs = bwlvs
        i_matnr =  matnr
        i_werks = lqua-werks
        i_lgort = lqua-lgort
        i_bestq = bestq
        i_letyp = letyp
        i_anfme = anfme
        i_altme = altme
        i_vlpla = vlpla
        i_vlenr = vlenr
        i_nlpla = nlpla
        i_nlenr = nlenr
        i_commit_work = space
        IMPORTING
        e_tanum = tanum.

También puedes usar el módulo de función L_TO_CREATE_MULTIPLE.

CALL FUNCTION 'L_TO_CREATE_MULTIPLE'
        EXPORTING
        i_lgnum                = lgnum
        i_bwlvs                = bwlvs
        i_commit_work          = c_x
        IMPORTING
        e_tanum                = tanum
        TABLES
        t_ltap_creat           = i_ltap_creat
        EXCEPTIONS
        error_message          = 99.

Pasa los valores a continuación a la tabla interna I_LTAP_CREAT.

nlber
nltyp
nlpla
werks
lgort
matnr
charg
bestq
sobkz
sonum
anfme
altme
vlqnr
vlenr
vltyp
vlpla

También puedes probar el módulo de función L_TO_CREATE_TR.

Saludos

HM

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019
0
Cargando...

Hola Kusuma,

Puedes utilizar el módulo de función 'L_TO_CREATE_SINGLE'.

CALL FUNCTION 'L_TO_CREATE_SINGLE'
EXPORTING
i_lgnum = lqua-lgnum
i_bwlvs = bwlvs
i_matnr =  matnr
i_werks = lqua-werks
i_lgort = lqua-lgort
i_bestq = bestq
i_letyp = letyp
i_anfme = anfme
i_altme = altme
i_vlpla = vlpla
i_vlenr = vlenr
i_nlpla = nlpla
i_nlenr = nlenr
i_commit_work = space
IMPORTING
e_tanum = tanum.

También puedes utilizar el módulo de función L_TO_CREATE_MULTIPLE.

CALL FUNCTION 'L_TO_CREATE_MULTIPLE'
       EXPORTING
            i_lgnum                = lgnum
            i_bwlvs                = bwlvs
            i_commit_work          = c_x
       IMPORTING
            e_tanum                = tanum
       TABLES
            t_ltap_creat           = i_ltap_creat
       EXCEPTIONS
            error_message          = 99.

Pase los valores a continuación a la tabla interna I_LTAP_CREAT.

nlber
nltyp
nlpla
werks
lgort
matnr
charg
bestq
sobkz
sonum
anfme
altme
vlqnr
vlenr
vltyp
vlpla

También puedes probar el módulo de función L_TO_CREATE_TR.

Saludos

HM

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019

contacto@primeinstitute.com

(+51) 1641 9379
(+57) 1489 6964

© 2024 Copyright. Todos los derechos reservados.

Desarrollado por Prime Institute

¡Hola! Soy Diana, asesora académica de Prime Institute, indícame en que curso estas interesado, saludos!
Hola ¿Puedo ayudarte?