Hello,
I want to do the transaction MIGO using A10 Place in Storage, and i use this parameters in the BAPI_GOODSMVT_CREATE:
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 a have de following error message:
Deposit Transfer stock exceeded by 1 PEC: 237677 5300 3760
when i do with the MIGO transaction, to process is OK, but, when i use the BAPI, i have the error message!
Anyone help me ?
With regards,
Reginaldo