Posts

Showing posts with the label movement type 561 initial stock

BAPI_GOODSMVT_CREATE (561) - Stock/Inventory SAP Upload Tool.

Generally during cut-over activity stage, we need to upload initial inventory/stock from legacy. This program will help you to mass upload Inventory/Stock. This program is built on BAPI  'BAPI_GOODSMVT_CREATE'  for movement type 561. SAMPLE PROGRAM: REPORT  zstock_upload . TYPES :  BEGIN  OF  gty_upload ,          srno        TYPE  sy - tabix ,          doc_date    TYPE  char10 ,          pstng_date  TYPE  char10 ,          move_type   TYPE  mseg - bwart ,          spec_stock  TYPE  mseg - sobkz ,          plant       TYPE  mseg - werks ,  ...