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 Table name with description

In SAP the number of table is huge.It's too much difficult to remember all the table name.
I'm giving here some of the table name with description.

Currency
TCURC
Currency codes
TCURR
Exchange Rates
TCURX
Decimal Places in Currencies
TCURF
Conversion Factors
TCURV
Exchange rate types for currency translation




Calender Function
T247
Month name and short text
T015M
Names of the months
TFACD
Factory calendar definition
TTZZ
Time zones
TTZD
Summer time rules
THOCI
Public holiday calendar index


Orders
AUFK
Order master data
AFKO
Order Header Data PP Orders
AFPO
Order item




Customer/ Creditor
KNA1
General Data in Customer Master
KNAS
Customer master (VAT registration numbers general section)
KNB1
Customer Master (Company Code)
KNB5
Customer master (dunning data)
KNB4
Customer Payment History
KNBK
Customer Master (Bank Details)
KNC1
Generated Table for View
KNC3
Generated Table for View

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