DIP24 SAP (Selection Parameters for DD24A) Structure details

Dictionary Type: Structure
Description: Selection Parameters for DD24A




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




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

DIP24 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 DD24A" 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_DIP24 TYPE DIP24.

The DIP24 table consists of various fields, each holding specific information or linking keys about Selection Parameters for DD24A data available in SAP. These include MCID (Matchcode ID), MCFIELDN (Matchcode field name), POSITION (Position in a repetition group), TABNAME (Table description).. 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 DIP24 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
MCONAMEMatchcode object name DIP2001CHAR30SELPAR
MCIDMatchcode ID DIP2302CHAR30SELPAR
MCFIELDNMatchcode field name DIP2403CHAR30SELPAR
POSITIONPosition in a repetition group DIP2404CHAR30SELNUM
TABNAMETable description DIP0201CHAR30SELPAR
BASEFLDNField Name DIP0302CHAR30SELPAR
OBJPOSPosition in a repetition group DIP2407CHAR30SELNUM
OFFSETOffset within a matchcode field DIP2408CHAR30SELNUM
FLENGTHField length within a MC ID DIP2409CHAR30SELNUM
OUTLINEOutput line for matchcode field DIP2410CHAR30SELNUM
OUTCOLOutput column for matchcode field DIP2411CHAR30SELNUM
OUTMODFLAGFlag indicating whether output item was set DIP2412CHAR30SELPAR
MEMIDSET/GET parameter DIP0405CHAR30SELPAR
GPAFlag indicating whether the field is filled from memory DIP2414CHAR30SELPAR
SPAFlag indicating whether field is to be placed in memory DIP2415CHAR30SELPAR
FLAGSFlag byte DIP2416CHAR1SELNO
NOUPPERFlag: Upper/lower case sensitive DIP2417CHAR30SELPAR

Key field Non-key field



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

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

How to access SAP table DIP24

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