Posts

Showing posts with the label SAP Important T-Code

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