Olá Kusuma,
tente FM L_TO_CREATE_DN . passe MBLNR, MJAHR para os parâmetros das tabelas T_LTAK.
Saudações,
Sravan.
Avalados por :
Olá a todos,
Preciso criar uma ordem de transferência usando o número do documento do material utilizando a transação LT06.
Para isso, estou utilizando o BDC e inserindo o número do documento do material e o ano através do BDC.
Em vez do BDC, devo usar alguma função padrão (bapi ou FM). Qual função de módulo é usada para isso e
quais parâmetros devem ser passados?
Por favor, me diga como fazer isso.
Obrigado,
Kusuma.
Olá Kusuma,
tente FM L_TO_CREATE_DN . passe MBLNR, MJAHR para os parâmetros das tabelas T_LTAK.
Saudações,
Sravan.
Olá HM,
Obrigado pela resposta.
Isso é feito usando FM "L_TO_CREATE_POSTING_CHANGE".
Muito obrigado.
Olá Kusuma,
Você pode usar o módulo de função '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.
Você também pode usar o módulo de função 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.
Passe os valores a seguir para a tabela interna I_LTAP_CREAT.
nlber
nltyp
nlpla
werks
lgort
matnr
charg
bestq
sobkz
sonum
anfme
altme
vlqnr
vlenr
vltyp
vlpla
Você também pode experimentar o módulo de função L_TO_CREATE_TR.
Saudações
HM
Olá Kusuma,
Você pode usar o módulo de função '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.
Você também pode usar o módulo de função 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.
Passe os valores abaixo para a tabela interna I_LTAP_CREAT.
nlber
nltyp
nlpla
werks
lgort
matnr
charg
bestq
sobkz
sonum
anfme
altme
vlqnr
vlenr
vltyp
vlpla
Você também pode tentar o módulo de função L_TO_CREATE_TR.
Saudações
HM
contacto@primeinstitute.com
(+51) 1641 9379
(+57) 1489 6964
© 2024 Copyright. Todos los derechos reservados.
Desarrollado por Prime Institute