SALV_WD_S_DATATYPES SAP (WD ALV All Datatypes) Structure details

Dictionary Type: Structure
Description: WD ALV All Datatypes




ABAP Code to SELECT data from SALV_WD_S_DATATYPES
Related tables to SALV_WD_S_DATATYPES
Access table SALV_WD_S_DATATYPES




Structure field list including key, data, relationships and ABAP select examples

SALV_WD_S_DATATYPES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "WD ALV All Datatypes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SALV_WD_S_DATATYPES TYPE SALV_WD_S_DATATYPES.

The SALV_WD_S_DATATYPES table consists of various fields, each holding specific information or linking keys about WD ALV All Datatypes data available in SAP. These include MYURL (), MYLINKACTION (), MYIMAGE (), MYICON ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SALV_WD_S_DATATYPES structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MYSTRING 0
MYURL 0
MYLINKACTION 0
MYIMAGE 0
MYICON 0
MYDEC0 0
MYDEC1 0
MYDEC2 0
MYDEC3 0
MYDEC4 0
MYDEC5 0
MYDEC6 0
MYDEC7 0
MYDEC8 0
MYDEC9 0
MYCURR 0
MYCURR_REF 0
MYTIME 0
MYDATE 0
MYQUANT 0
MYQUANT_REF 0
MYCHECKBOXBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
MYBUTTON 0
MYBUTTONTIP 0
MYBUTTONDESIGN WDY_UIE_LIBRARY_ENUM_TYPENUMC2
MYINTEGER1 0
MYINTEGER2 0
MYINTEGER4 0
MYFLOAT 0
MYNUMERIC 0
MYCOUNTER 0
MYCHAR40Character field of length 40 CHAR40CHAR40CHAR40
MYCHAR45Char45 CHAR45CHAR45CHAR45
MYCHAR60 0
MYDECFLOAT16 0
MYDECFLOAT_REF 0
MYDECFLOAT34 0
CELL_DESIGNWeb Dynpro: TableCellDesign WDUI_TABLE_CELL_DESIGNNUMC2WDUI_TABLE_CELL_DESIGN
SEMANTIC_COLORWeb Dynpro: TextViewSemanticColor WDUI_TEXTVIEW_SEM_COLNUMC2WDUI_TEXTVIEW_SEM_COL
MYTSTMPUsing Conversion Exit TSTMP SALV_TSTMPDEC16TSTMPSALV_TSTMP
MYCONV 0
MYCONV_N SALV_WD_ALVFINUMC2ALVFISALV_WD_DO_ALVFI
MYCONV_C SALV_WD_ALVFI_CCHAR2ALVFISALV_WD_DO_ALVFI_C

Key field Non-key field



How do I retrieve data from SAP structure SALV_WD_S_DATATYPES using ABAP code?

As SALV_WD_S_DATATYPES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SALV_WD_S_DATATYPES as there is no data to select.

How to access SAP table SALV_WD_S_DATATYPES

Within an ECC or HANA version of SAP you can also view further information about SALV_WD_S_DATATYPES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!