‎2006 Dec 05 6:18 AM
‎2006 Dec 05 6:25 AM
HI Mohan
Please check BAPI: <b>BAPI_GOODSMVT_CREATE</b>
Documentation of the BAPI can help you using the same.
Kind Regards
Eswar
‎2006 Dec 05 6:25 AM
HI Mohan
Please check BAPI: <b>BAPI_GOODSMVT_CREATE</b>
Documentation of the BAPI can help you using the same.
Kind Regards
Eswar
‎2006 Dec 05 6:33 AM
hi,
MB31 - 'BAPI_GOODSMVT_CREATE'
Pls find eg below :
http://sap4.com/wiki/index.php?title=BAPI_GOODSMVT_CREATE&printable=yes
‎2006 Dec 05 6:33 AM
Hi
For MB31, check "BAPI_GOODSMVT_CREATE" or "BAPI_ACC_GOODS_MOVEMENT_POST".
For LT04. check "WS_LM_TRANSFER_ORDER_CREATE"
‎2006 Dec 05 6:43 AM
hi mohan
here is the example for MB31
go through this code
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
EXPORTING
goodsmvt_header = gmove_header
goodsmvt_code = gmove_code
IMPORTING
goodsmvt_headret = headret
materialdocument = matdoc
matdocumentyear = docyear
TABLES
goodsmvt_item = gmove_line
return = return.
COMMIT WORK AND WAIT.
ENDAT.
ENDLOOP.
go through this example link
http://sap4.com/wiki/index.php?title=BAPI_GOODSMVT_CREATE&printable=yes
Regards,
GNK