RN2ET_DIA_LTEXT SAP (Long Text: Dialog Parameter) Structure details

Dictionary Type: Structure
Description: Long Text: Dialog Parameter




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




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

RN2ET_DIA_LTEXT 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 "Long Text: 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_LTEXT TYPE RN2ET_DIA_LTEXT.

The RN2ET_DIA_LTEXT table consists of various fields, each holding specific information or linking keys about Long Text: Dialog Parameter data available in SAP. These include OBLIG (Mandatory Entry), DEEA (Input/Output field), NOBEZ (Indicator: Without Label), HOEHE (Height of the long text input field).. 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_LTEXT 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
HOEHEHeight of the long text input field N2_HOEHE_LNUMC3NUMC03
BREITEVisual Output Width N2_BREITE_LNUMC3NUMC03
TXTLENIdentifier length in the screen N2_TXTLENNUMC2SCRLEN
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
DYNFNLANGScreen Field Name N2_DYNFNLANGCHAR132DYNFNAM
DYNNUM'Real' Dynpro Number N2_DYNNUMNUMC4N2_DYNNUM
DIOPT6Fix column N2_FIXCOLCHAR1XFELD
DIOPT1Dialog display of a long text field N2_TEXTDARSTELLUNGCHAR1N2_TEXTDARSTELLUNG
DETEXTDialog Label N2_TEXTCHAR80TEXT80
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
ALL_DYNon which screens Element is to appear N2_ALL_DYNCHAR1N2_WHICH_DYN
FUNCTION1Function Code for Editor Key N2_FUNCTION1_EDICHAR20GUI_FUNC
DIOPT2PMD: Dialog Option N2_DIOPTCHAR1N2_OPTION
DIOPT3PMD: Dialog Option N2_DIOPTCHAR1N2_OPTION
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_LTEXT using ABAP code?

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

How to access SAP table RN2ET_DIA_LTEXT

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