SRMRGELEMT SAP (Dialog Structure for Rule Elements) Structure details

Dictionary Type: Structure
Description: Dialog Structure for Rule Elements




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




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

SRMRGELEMT 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 "Dialog Structure for Rule 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_SRMRGELEMT TYPE SRMRGELEMT.

The SRMRGELEMT table consists of various fields, each holding specific information or linking keys about Dialog Structure for Rule Elements data available in SAP. These include NAME (Name of Rule Element), DESCRIPT (Description), TYPE (Rule Element Type), ICON (Icon with output length 2).. 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 SRMRGELEMT 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
RULE Generation Rule Name0
NAMEName of Rule Element SRMRGENAMECHAR32SRMRGNAME
DESCRIPTDescription SRMRGDESCCHAR64SRMRGDESC
TYPE Rule Element Type0
ICONIcon with output length 2 ICON_L2CHAR4ICON_L2
QUESTIONLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
HELPLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
IN_FORMATLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
OUT_FORMATLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
MIN_LEN Maximum Input Length0
MAX_LEN Maximum Input Length0
TO_UPPER Change to Capital Letters0
DEFAULTLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
TEXTLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
OUT_ID Output: ID0
OUT_STEXT Output: Short Text0
OUT_LTEXT Output: Long Text0
NR_RANGEName of number range object NROBJCHAR10TNRONROBJ
OUT_FILL Output: Complete0
FILE_PLANLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
INT_FPLLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
ATTRNAME Attribute Name0
LOIO_ATTR Version-Independent Attribute0
SEP_BEFORELong Text SRMRGLTEXTCHAR255SRMRGLTEXT
SEP_AFTERLong Text SRMRGLTEXTCHAR255SRMRGLTEXT
LINK_TYPERule Type SRMRGTYPECHAR3Assigned to domainSRMRGTYPESRMRGTYPE
LINK_NAMEName of a Generation Rule SRMRGRNAMECHAR32SRMHLLNAMESRMRGRNAME
NAME_PREF Prefix for Element Name (e.g. at Start, End Marking)0
NAME_RESTName of Context Counter SRMRGENAMSCHAR27SRMRGSHNAM
START_COUNTFirst Assigned Number of a Context Counter SRMRGCNTSTINT410
USE_PLACE_HOLDFlag: Use Placeholder for Context Counter? SRMRGCPHLDCHAR1CHAR1
OPTIONAL Optional Entry0

Key field Non-key field



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

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

How to access SAP table SRMRGELEMT

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