RN2DV3DOK SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RN2DV3DOK 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 "" 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_RN2DV3DOK TYPE RN2DV3DOK.

The RN2DV3DOK table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ALIAS_ME (PMD: Alias Name of Element), ALIAS_MULT (PMD: ALIAS of Superordinate Multiple Structure), ALIAS_CARD (PMD: ALIAS of Tab Page), ALIAS_REG (PMD: ALIAS of Tab).. 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 (Deep)


SAP RN2DV3DOK 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
D_DEFINITION 0
ALIAS_MEPMD: Alias Name of Element N2ALIASCHAR12N2_ALIAS1
ALIAS_MULTPMD: ALIAS of Superordinate Multiple Structure N2ALIAS_MULTCHAR12N2_ALIAS1
ALIAS_CARDPMD: ALIAS of Tab Page N2ALIAS_CARDCHAR12N2_ALIAS1
ALIAS_REGPMD: ALIAS of Tab N2ALIAS_REGCHAR12N2_ALIAS1
ELEMLEVELPath Level of Documentation Element N2_PFLEVELNUMC2NUM02
TYPPMD: Element Type N2ELEMTYPCHAR1
DDIC_TYPEData element (semantic domain) ROLLNAMECHAR30ROLLNAMEROLDD_DTEL
GROUPINGPMD: Element Grouping N2_GROUPINGCHAR20N2_GROUPING
DIALOG_LABELDialog Label N2_TEXTCHAR80TEXT80
SCREENFIELDName of a Screen Element SCRFNAMECHAR132DYNFNAM
OBLIGMandatory Entry N2_OBLIGCHAR1N2_OBLIG
FD_QPARAMPMD: Fixed Parameters for Query Routine N2_PARAMSTCHAR65TEXT65
FD_MODULEPMD: Name of External Data Module (ID) N2_FDBSIDCHAR10N2_FDBSID
LINK_MODULEName of the Link Module (ID) N2_LABSIDCHAR30N2_LABSID
ELEM_IDIdent. of Documentation Element N2_DEIDCHAR10N2_DEID
SUPPRESS_EMPTY_PRINTSuppress descriptor when no data N2_PW1SUPRCHAR1XFELD
D_ALIASAlias for a Documentation Element N2_ALIAS1CHAR12N2_ALIAS1
D_LABELDialog Label N2_TEXTCHAR80TEXT80
D_LINERow Index of Internal Tables SYTABIXINT410SYST_LONG
D_TEXT 0
D_INPUTIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
D_VISIBLEIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
D_ICONIcon with output length 4 ICON_L4CHAR4Assigned to domainICON
D_ICON_TEXTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
D_ICON_QINFOQuickinfo for an icon ICONQUICKCHAR30ICONTEXT
D_LABEL_INTENSEIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE

Key field Non-key field



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

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

How to access SAP table RN2DV3DOK

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