/IPRO/S_VAR_DISP SAP (Structure to display variables in report) Structure details

Dictionary Type: Structure
Description: Structure to display variables in report




ABAP Code to SELECT data from /IPRO/S_VAR_DISP
Related tables to /IPRO/S_VAR_DISP
Access table /IPRO/S_VAR_DISP




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

/IPRO/S_VAR_DISP 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 "Structure to display variables in report" 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_/IPRO/S_VAR_DISP TYPE /IPRO/S_VAR_DISP.

The /IPRO/S_VAR_DISP table consists of various fields, each holding specific information or linking keys about Structure to display variables in report data available in SAP. These include VARB (Variable), CMODIF (Content Modifier), VAR_TYPE (Variable Type), DATAELMTYPE (Data element (semantic domain)).. 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 (character-type)


SAP /IPRO/S_VAR_DISP 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
VARBVariable /IPRO/VARBCHAR20CHAR20
CMODIFContent Modifier /IPRO/CMODIFCHAR3/IPRO/TCMODIFCHAR3
VAR_TYPEVariable Type /IPRO/VAR_TYPECHAR1/IPRO/VAR_TYPE
DATAELMTYPEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
KEY_FIELDKey Field Variable /IPRO/KEY_VARCHAR20CHAR20
DFLT_VALDefault Value /IPRO/DFLT_VALCHAR30TEXT30
IS_CONSTANTVariable Is a Constant /IPRO/IS_CONSTANTCHAR1CHAR1_X
IS_CLASS_TMPLVariable for Template Classification /IPRO/IS_CLASS_TMPLCHAR1CHAR1_X
IS_CLASS_DOCVariable for Document Classification /IPRO/IS_CLASS_DOCCHAR1CHAR1_X
PRES_TYPPresentation Type of Variable /IPRO/PRES_TYPCHAR1/IPRO/PRES_TYP
CURNCYCurrency Variable /IPRO/VARBCURCHAR20CHAR20
UMUnit of Measure /IPRO/VARBUMCHAR20CHAR20
STRUCT_VARVariable Structure /IPRO/VARBSTRCHAR20CHAR20
VALIDATORValidator /IPRO/VALIDATORCHAR30CHAR30/IPRO/H_VALID_CLS
SHOW_GROUPDisplay Group Variables /IPRO/SHOW_GROUPCHAR1CHECKBOX
OWNERFill-In Owner /IPRO/OWNERCHAR20CHAR20
IS_READONLYVariable Is Read-Only /IPRO/IS_READONLYCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP structure /IPRO/S_VAR_DISP using ABAP code?

As /IPRO/S_VAR_DISP 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 /IPRO/S_VAR_DISP as there is no data to select.

How to access SAP table /IPRO/S_VAR_DISP

Within an ECC or HANA version of SAP you can also view further information about /IPRO/S_VAR_DISP 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!