Posts

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

Using BAPI upload excel file for t-code AS02 in SAP

Using BAPI " BAPI_FIXEDASSET_CHANGE " create a zprogram to upload excel file for mass change fixed asset in SAP. REPORT  ZAS02_ASSET_CHANGE_UPLOAD . TYPE-POOLS :  truxs . " Structure for Excel data TYPES :  BEGIN  OF  ty_excel ,          anln1  TYPE  anln1 ,          bukrs  TYPE  bukrs ,          kostl  TYPE  kostl ,          werks  TYPE  werks ,          prctr  TYPE  prctr ,         END  OF  ty_excel . DATA :  lt_excel     TYPE  TABLE  OF  ty_excel ,       ls_excel     TYPE  ty_excel ,     ...

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