N2PDT_DE SAP (PMD: Data for Documentation Element) Structure details

Dictionary Type: Structure
Description: PMD: Data for Documentation Element




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




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

N2PDT_DE 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 "PMD: Data for Documentation Element" 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_N2PDT_DE TYPE N2PDT_DE.

The N2PDT_DE table consists of various fields, each holding specific information or linking keys about PMD: Data for Documentation Element data available in SAP. These include STRUC (Documentation Element: Structure), GRAPH (Graphics Type (Picture)), HOEHE (Height of Doc.Element Structure), BREITE (Visual Output Width).. 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 or numeric)


SAP N2PDT_DE 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
DEIDIdent. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
STRUCDocumentation Element: Structure N2_STRUCCHAR1XFELD
GRAPHGraphics Type (Picture) N2_GRAPHCHAR1XFELD
HOEHEHeight of Doc.Element Structure N2_HOEHENUMC3NUMC03
BREITEVisual Output Width N2_BREITENUMC3NUMC03
DETYPCategory of Documentation Element N2_DETYPCHAR1N2_DETYP
DAIDData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
TABKZIndicator for Generation of Storage Structures N2_TABKZCHAR1XFELD
RTXTLENDocEl. Descriptor/Fixed Txt Length for Printout N2_RTXTLENNUMC2SCRLEN
TXTLENIdentifier length in the screen N2_TXTLENNUMC2SCRLEN
DOVOREXDefault Rule N2_DOVOREXCHAR5CONVEXIT
STRUCTYPType of Structure N2_STRTYPCHAR1N2_STRTYP
VARLOOPPMD: Display Radio Buttons N2_VARLOOPCHAR1XFELD
BUTWIDTHButton width for radio buttons N2_BUTWIDTHNUMC3N2_BUTWIDTH
NUMOCCNumber of Rows N2_NUMOCCNUMC3NUMC03
SUBPOOLProgram for the subscreen N2_SUBPOOLCHAR40PROGRAM_ID
SUBDYNPDynpro Number for Subscreen N2_SUBDYNPNUMC4DYNPRONR
SUBFORMForm Routine for Subscreen Data in the Report N2_SUBFORMCHAR30Assigned to domainFUNCNAME
FDBSIDPMD: Name of External Data Module (ID) N2_FDBSIDCHAR10N2FDBSN2_FDBSID
ISREFReferencing Inclusion of External Data N2_ISREFCHAR1XFELD
PARAMSTRPMD: Fixed Parameters for Query Routine N2_PARAMSTCHAR65TEXT65
NQUERYPerform New Search in Every Case N2_NQUERYCHAR1XFELD
ISAENDChanging Inclusion of External Data N2_ISAENDCHAR1XFELD
HELPF4Integrate F4-Help with External Data Module N2_HELPF4CHAR1XFELD
FDB_GET_REQUESTSave Prompt (Query) when Updating N2_FDB_GET_REQUESTCHAR1XFELD
FDB_UPD_REQUESTSave Query when Changing N2_FDB_UPD_REQUESTCHAR1XFELD
LABSIDName of the Link Module (ID) N2_LABSIDCHAR30N2LINKMODSN2_LABSID
LINKELETYPPMD: Link Module Interface Display N2_LINKELETYPCHAR1N2_LINKELETYP
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
WTABEXIDocument Element Domains Contain Fixed Values N2_WTABEXICHAR1XFELD
GETFROMField contents from? N2_GETFROMCHAR1N2_GETFROM
FUNCTION1Function code for pushbutton SCRFFCODCHAR20GUI_FUNC
WREQUESTTrigger event? N2_WREQUESTCHAR1XFELD
XPRANUMPMD: Number of Recently Run XPRAs N2_XPRANUMNUMC3

Key field Non-key field



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

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

How to access SAP table N2PDT_DE

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