Posts

Showing posts with the label STO Delete 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'.        

STO Deletion

STO Deletion: In sap we create STO frequently.Some times user create false STO that case we need to delete STO. If STO is recived then we need to reverse goods movement using T-code VL09.After completion goods reverse we use T-code ME22N to delete Purchase documents. Select all line item and set delete flag.Lastly Save it. Your STO set a delete flag and you can't use it further process.