Posts

Showing posts with the label SAP PP Important T-Code. Part:01

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 PP Important T-Code. Part:01

 Today going to share some important T-code for PP module. C201 Create Master Recipe  This transaction is used to create a master recipe for a finished or semi-finished material. The material, plant, version, and profile should be added on the initial screen. On the Recipe screen, the resource and the control should be added. On the Operations screen, the operation, description and the duration should be entered and these should be repeated for each phase of the operation. C202 Change Master Recipe  This transaction is used to change a master recipe for a finished or semi-finished material. On the initial screen, the user should enter the recipe group. The transaction will display the Operations screen where the user can change the existing operation or add additional operations.  C203 Display Master Recipe  This transaction is used to display a master recipe for a finished or semi-finished material. On the initial screen, the user should enter the recip...