Posts

Showing posts with the label SAP S/4 Hana MM Sourcing & Procurement T-Code

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'.        

SAP S/4 Hana MM Sourcing & Procurement T-Code

  SAP S/4HANA Sourcing and Procurement t-code 1. ME21N: Create Purchase Order - Used to create a new purchase order. 2. ME22N: Change Purchase Order ️   make changes to an existing purchase order. 3. ME23N: Display Purchase Order - Used to view details of a purchase order.  4. ME51N: Create Purchase Requisition   - Used to create a new purchase requisition.  5. ME52N: Change Purchase Requisition   - Used to make changes to an existing purchase Requisition.  6. ME53N: Display Purchase Requisition   - Used to view details of a purchase requisition.  7. ME31K: Create Contract   - Used to create a procurement contract with a supplier. 8. ME32K: Change Contract   - Used to make changes to an existing procurement contract. 9. ME33K: Display Contract   - Used to view details of a procurement contract. 10. ME41: Create Re...