Skip to Content
0
Former Member
May 18, 2010 at 07:00 PM

Field "Mat Slip" (MTSNR) of MB03 is empty after i run BAPI_GOODSMVT_CREATE

545 Views

Hello,

I'm doing BAPI_GOODSMVT_CREATE for moviment '315'.

After i run the BAPI, when i go to MB03, the field "Mat. Slip" is empty and does not appear on the screen!

I'm using the following parameters:

code= '04'

ITEM:

t_saida-matnr TO t_bapiitem-material,

t_saida-werks TO t_bapiitem-plant,

t_saida-lgort TO t_bapiitem-stge_loc,

t_saida-move_type TO t_bapiitem-move_type,

t_saida-erfmg TO t_bapiitem-entry_qnt,

t_saida-meins TO t_bapiitem-entry_uom,

t_saida-ummat TO t_bapiitem-move_mat,

t_saida-umwrk TO t_bapiitem-move_plant,

t_saida-umlgo TO t_bapiitem-move_stloc,

t_saida-sgtxt TO t_bapiitem-item_text.

HEADER:

t_bapiheader-pstng_date = sy-datum.

t_bapiheader-doc_date = sy-datum.

And when i run the same process with MIGO, the field appears.

Best Regards,

Reginaldo Borges