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 Important T-Code


In the below given some important T-Code.Hope it will help a lot.



User Administration
T-Code
Details
SM04
User overview
SU53
Check authorization data for user
SUIM
User information / authorization
SU20/SU21
Authorization object and class / field
SU01
User maintenance PFCG roles
SU03
Authorization Archive Development Kit (ADK)













Paths & Connection
T-Code
Details
AL11
SAP file directory
FILE
Logical file path
SM58
Transactional RFC
SM59
RFC connections










Runtime/Logs/Database
T-Code
Details
SM21
System log sm13 Update requests
SM12
Table look entries
SM56
Number range buffers
ST22
ABAP Runtime Error (Dump)
SNRO
Number ranges
SE30
Runtime analysis
ST01
System trace
ST05
SQL Trace
DB02, ST04
Database tools / performance
ST02, ST06
Database tune summary
SCU3
Table logging (see V_DDAT_54)
































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