RN2ET_DIA_ANZ SAP (Template: Dialog parameter) Structure details

Dictionary Type: Structure
Description: Template: Dialog parameter




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




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

RN2ET_DIA_ANZ 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 "Template: Dialog parameter" 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_RN2ET_DIA_ANZ TYPE RN2ET_DIA_ANZ.

The RN2ET_DIA_ANZ table consists of various fields, each holding specific information or linking keys about Template: Dialog parameter data available in SAP. These include OBLIG (Mandatory Entry), DEEA (Input/Output field), NOBEZ (Indicator: Without Label), GRAPH (Graphics Type (Picture)).. 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 RN2ET_DIA_ANZ 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
DYNPRRelative Dynpro number N2_DYNPRNUMC4DYNPRONR
OBLIGMandatory Entry N2_OBLIGCHAR1N2_OBLIG
DEEAInput/Output field N2_DEEACHAR1N2_DEEA
NOBEZIndicator: Without Label N2_NOBEZCHAR1XFELD
GRAPHGraphics Type (Picture) N2_GRAPHCHAR1XFELD
HOEHEHeight of Doc.Element Structure N2_HOEHENUMC3NUMC03
BREITEVisual Output Width N2_BREITENUMC3NUMC03
TXTLENIdentifier length in the screen N2_TXTLENNUMC2SCRLEN
VARLOOPPMD: Display Radio Buttons N2_VARLOOPCHAR1XFELD
NUMOCCNumber of Rows N2_NUMOCCNUMC3NUMC03
SCRYRow Position of the Value N2_SCRYNUMC4NUM04
SCRXColumn Position of the Value N2_SCRXNUMC3NUM03
SCRYBEZRow Position of the Identifier N2_SCRYBEZNUMC4NUM04
SCRXBEZColumn Position of the Identifier N2_SCRXBEZNUMC3NUM03
DYNFNLANGName of a Screen Element SCRFNAMECHAR132DYNFNAM
DYNNUM'Real' Dynpro Number N2_DYNNUMNUMC4N2_DYNNUM
DIOPT6PMD: Dialog Option N2_DIOPTCHAR1N2_OPTION
DIOPT1Display of a Long Text Field in the Dialog N2_DIOPT1CHAR1N2_DIOPT1
DETEXTDialog Label N2_TEXTCHAR80TEXT80
SUBPOOLProgram for the subscreen N2_SUBPOOLCHAR40PROGRAM_ID
SUBDYNPDynpro Number for Subscreen N2_SUBDYNPNUMC4DYNPRONR
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
ALL_DYNon which screens Element is to appear N2_ALL_DYNCHAR1N2_WHICH_DYN
ALIAS_CRDPMD: Alias-Name of the Higher-Level Tab Page N2_ALIAS_CRDCHAR12N2_ALIAS1
ETID_CARDETID of the Upper-Level Tab Page N2_ETID_CARDNUMC4Assigned to domainN2_ETID

Key field Non-key field



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

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

How to access SAP table RN2ET_DIA_ANZ

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