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

Quality Management (QM) important table list -Part:2

In my previous post i gave some important table list which is useful for QM functional and ABAPer also. Today I am adding some missing table which is missed my previous post.Hope this will help you.



Defect Recording
TQ84
Confirmation profile
TQ84T
Text table for confirmation profile
TQ86
Report category for defects recording
TQ86A
Assignment report category for work center
Usage Decision
TQ06
Calculating the Quality Score
TQ06T
Language specific texts for TQ06
QAMB
QM Link between Inspection Lot and Material Document
QAVE
Inspection processing:
TQ07M
QM Inventory postings with usage decision

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