Posts

Showing posts with the label SAP PP Table List:Part-4

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:Part-4

As a part of my previous post I am giving another list of PP table.   Tables for KANBAN Table Description PKPS Kanban identification control cycle PKHD kanban control cycle(Header data) PKER Error data for kanban containers Tables for planned independent requirement’s PIR Table Description PBED Independent requirement data PBHI Independent requirement History PBIV Independent requirement index PBIC Independent requirement index for customer requirement SAP PP PRT Customizing Table Table Description TCF02 PRT categories TCF03 Texts for the production resources/tools category TCF04 Status of the PRT master TCF05 Language-dependent text tab...