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:3

Today I am sharing some of PP important table name.In my previous two post I shared mostly used table name. Hope it'll help you a lot.

Tables for Reservations
Table
Description
RESB
Material Reservations
RKPF
Header


Tables for capacity Planning
Table
Description
KBKO
Header record for capacity requirements
KBED
Capacity requirements records
KBEZ
Add data for table  KBED


SAP PP Links and Relationship Tables
Table
Description
AFFH_PRT
Assignment data for the work order
CRVD_A
Link of PRT to Document
CRVD_B
Link of Document to PRT
CRVE_A
Assignment PRT data-equipment
CRVE_B
Assignment equipment -PRT data
CRVM_A
Link of PRT data to a material
CRVS_A
Relationship of PRT internal number to PRT external number
CRVS_B
Relationship of PRT external number to PRT internal number

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

BAPI to Change STO PO/ PO Delivery date in SAP

Alpha IN/OUT to Handle Leading Zeros in SAP ABAP