Posts

Showing posts with the label bapi_goodsmvt_create for movement type 311

BAPI_GOODSMVT_CREATE (311) - Transfer Posting SAP Upload Tool.

Image
This sample program can be used for mass transfer posting using BAPI 'BAPI_GOODSMVT_CREATE'. Suppose there is a requirement to move stock from one storage location to another or transfer stock from one batch to another, here is where this program will come handy. REPORT  zmm_311_movement . TYPES :  BEGIN  OF  gty_upload ,          srno        TYPE  sy - tabix ,          material    TYPE  mseg - matnr ,          plant       TYPE  mseg - werks ,          stge_loc    TYPE  mseg - lgort ,          move_stloc  TYPE  mseg - lgort ,          spec_stock  TYPE  mseg -...