DIP04 SAP (Selection Parameters for Data Elements) Structure details

Dictionary Type: Structure
Description: Selection Parameters for Data Elements




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




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

DIP04 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 "Selection Parameters for Data Elements" 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_DIP04 TYPE DIP04.

The DIP04 table consists of various fields, each holding specific information or linking keys about Selection Parameters for Data Elements data available in SAP. These include DDLANGUAGE (R/3 DD: language key), DOMNAME (Domain name), ROUTPUTLEN (R/3 DD: output length if no template exists), MEMORYID (SET/GET parameter).. 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: Not classified


SAP DIP04 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
ROLLNAMEData element DIP0307CHAR30SELPAR
DDLANGUAGER/3 DD: language key DIP0402CHAR30SELPAR
DOMNAMEDomain name DIP0101CHAR30SELPAR
ROUTPUTLENR/3 DD: output length if no template exists DIP0404CHAR30SELNUM
MEMORYIDSET/GET parameter DIP0405CHAR30SELPAR
LOGFLAGR/3 DD: flag for writing change documents DIP0406CHAR30SELPAR
HEADLENR/3 DD: maximum header length DIP0407CHAR30SELNUM
SCRLEN1R/3 DD: maximum length for short key word DIP0408CHAR30SELNUM
SCRLEN2R/3 DD: maximum length for medium key word DIP0409CHAR30SELNUM
SCRLEN3R/3 DD: maximum length for long key word DIP0410CHAR30SELNUM
DDTEXTExplanatory short description DIP0114CHAR30SELTXT
REPTEXTR/3 DD: column heading DIP0412CHAR30SELTXT
SCRTEXT_SR/3 DD: short key word DIP0413CHAR30SELTXT
SCRTEXT_MR/3 DD: medium key word DIP0414CHAR30SELTXT
SCRTEXT_LLong key word used in screen DIP0415CHAR30SELTXT
ACTFLAGR/3 DD: activation flag DIP0416CHAR30SELPAR
AUTHCLASSR/3 DD: authorization class for DD objects DIP0418CHAR30SELNUM
AS4USERLast Changed by DIP0118CHAR30SELPAR
AS4DATEDate of Last Change DIP0119CHAR30SELDATE
AS4TIMER/3 DD: time of last update DIP0421CHAR1SELNO
CLASSDEObject class for data element CLASSDECHAR1DYNPCHOICE

Key field Non-key field



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

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

How to access SAP table DIP04

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