Posts

Showing posts with the label Different Movement type in SAP

BAPI for material storage location Add

 We can add material storage location plant wise using third party app or web. BAPI names : BAPI_MATERIAL_MAINTAINDATA_RT Import parameters: HEADDATA: Material Tables: STORAGELOCATIONDATA: Material: Plant: STGE_LOC:   STORAGELOCATIONDATAX: Material: Plant: STGE_LOC:   use below code after completing steps. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.        

Different Movement type in SAP

SAP Movement Types by the Good Receipt: Type MOVEMENT TYPE DESCRIPTION 101 Goods receipt for purchase order 103 Goods receipt for purchase order to GR blocked stock 105 Release from the GR blocked stock for the purchase order 121 Subsequent adjustment for subcontracting 122 Return deliveries to vendor 124 Return delivery to vendor from GR blocked stock 161 Returns for purchase order Good Movement for Good Issue: TYPE DESCRIPTION 201 Goods issue for a cost center 221 Goods issue for a project 251 Goods issue for sale (without sales order) 261 Goods issue for an order 281 Goods issue for a network 291 Goods issue for any account assignment  Differe...