Posts

Showing posts with the label Create Data Element in SAP

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

How to create Data Element in SAP

Image
Data Element: Describe the role played by a field in a technical context. Contains the field information. Create Data Element in SAP:  Go to SE11, Select Data Type Radio button and provide a name which is start with Z or Y, like : ZSAPAN_DATAELEMNT Press Create button. Pop up will be open and select Data element radio button and press continue Give a short description and domain name, then select Field label tab In field label tab provide short, medium and long length as well as field label. Save it and Active. By activating data element is ready for use.