N2PMDELEMDEF SAP (PMD: Element Description (External)) Structure details

Dictionary Type: Structure
Description: PMD: Element Description (External)




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




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

N2PMDELEMDEF 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: Element Description (External)" 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_N2PMDELEMDEF TYPE N2PMDELEMDEF.

The N2PMDELEMDEF table consists of various fields, each holding specific information or linking keys about PMD: Element Description (External) data available in SAP. These include ALIAS_MULT (PMD: ALIAS of Superordinate Multiple Structure), ALIAS_CARD (PMD: ALIAS of Tab Page), ALIAS_REG (PMD: ALIAS of Tab), ELEMLEVEL (Path Level of Documentation Element).. 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: Cannot Be Enhanced


SAP N2PMDELEMDEF 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
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) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_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_FDBSIDCHAR10Assigned to domainN2_FDBSID
LINK_MODULEName of the Link Module (ID) N2_LABSIDCHAR30Assigned to domainN2_LABSID
ELEM_IDIdent. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
SUPPRESS_EMPTY_PRINTSuppress descriptor when no data N2_PW1SUPRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table N2PMDELEMDEF

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