Posts

Showing posts with the label SAP PP Table list: Part-02

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 Table list: Part-02

In SAP the number of table is huge.Here I am giving some important table list which is needed in working life. Tables for Routings/Operations Table Description MAPL Allocation of task list to materials PLAS Task list: selection of operations/activities PLFH Task list: Production resources/tools PLFL Task list: Sequences PLKO Task list: Header PLKZ Task list: main Header PLPH Phases/Sub operations PLPO Task list Operation/activity PLPR Log collection for task lists PLMZ Allocation of BOM: items to operations Tables for Production Orders Table Description AUFK Production Order Header AFIH Maintenance order Header AUFM Goods Movement for Production Order AFKO ...