Posts

Showing posts with the label SAP ABAP Table

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 ABAP Table

SAP ABAP Table: In the below give some  Table list which is related on everyday work. ABAP Table List DD01L Domains DD02L SAP Table DD03L Table Fields DD04L Data Elements DD07L R/3 DD: values for the domains DD09L DD: Technical settings of tables DD12L R/3 S_SECINDEX: secondary indexes, header TFTIT Function Module Short Text ENLFDIR Additional Attributes for Function Modules TRDIR Generated Table for View TMDIR Table for administering methods in a class D010TAB Table for Use Report<->Tables TAPLT Program Application Long Texts SEOCLASS Class/Interface D020S System table D020S (screen sources) TSE05 ABAP Editor Template DM42S DM Relationship ...