PPELUI_CMPHD SAP (Access Level of Product Structure) Structure details

Dictionary Type: Structure
Description: Access Level of Product Structure




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




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

PPELUI_CMPHD 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 "Access Level of Product Structure" 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_PPELUI_CMPHD TYPE PPELUI_CMPHD.

The PPELUI_CMPHD table consists of various fields, each holding specific information or linking keys about Access Level of Product Structure data available in SAP. These include PN_GUID (Internal Number of iPPE Node), PN_NAME (Access Node), PN_CLASS (Class), PN_CLASSTYPE (Class Type).. 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 PPELUI_CMPHD 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
ICON_SELECTIONIcon: Selection PPE_ICON_SELECTIONCHAR46PPE_ICON_UI
PN_GUIDInternal Number of iPPE Node PVS_PNGUIDRAW16SYSUUID
PN_NAMEAccess Node PPE_CMPN_HDR_NAMECHAR40PVS_PNODEPND
PN_CLASSClass PPE_KLASSECHAR18KLASSEKLA_ATPVS_CLASS02
PN_CLASSTYPEClass Type PPE_KLASSENARTCHAR3Assigned to domainKLASSENARTPPE_KARPVS_KLART01
PN_TEXTShort Text for iPPE Node PVS_PNODETXCHAR60TEXT60
.INCLU-_PN 0
CREADAT_PNDate of Application PVS_ANDATDATS8DATUM
CREABY_PNUser who created record PVS_ANNAMCHAR12USNAM
CHNGDAT_PNDate of Last Change PVS_AEDATDATS8DATUM
CHNGBY_PNName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYS_PNLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
.INCLU-_PN 0
PVCMAND_PNRequired Component PVS_SLMANDCHAR1XFELD
PVCMULT_PNMultiple Selection Allowed PVS_SLMULTCHAR1XFELD
PVCFREE_PNAssembly Item Allowed Without Assignment to a Node PVS_SLFREECHAR1XFELD
PVCPRIO_PNEvaluation of Priority at Variants PVS_PRIOCHAR1XFELD
PN_ICON_REFERENCEIcon: Multiple Usage PPE_ICON_REFERENCECHAR46PPE_ICON_UI
PA_GUIDInternal Number of PVS Alternative Segment PVS_PAGUIDRAW16SYSUUID
PA_NAMEAccess Alternative PPE_CMPA_HDR_NAMECHAR2ALPHAPVS_ALTNR
PA_TEXTDescription of iPPE Alternative PVS_PNALTTXCHAR60TEXT60
.INCLU-_PA 0
CREADAT_PADate of Application PVS_ANDATDATS8DATUM
CREABY_PAUser who created record PVS_ANNAMCHAR12USNAM
CHNGDAT_PADate of Last Change PVS_AEDATDATS8DATUM
CHNGBY_PAName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYS_PALogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
.INCLU-_PA 0
DOCALT_PAAlternative for Structured Document PVS_DOCALTCHAR1XFELD
OTYPE_PAiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
PGUID_PAIdentification of Object Reference in iPPE PPE_PGUID_REFRAW16SYSUUID
PV_GUIDInternal Number of the PVS Variant PVS_PVGUIDRAW16SYSUUID
PV_NAMEAccess Variant PPE_CMPV_HDR_NAMECHAR8ALPHAPVS_POSVARPOSV
PV_TEXTDescription of iPPE Variant PPE_POSVTXCHAR60TEXT60
PV_AENNRChange Number in iPPE PVS_AENNRCHAR12ALPHAPPE_AENNR
PV_DATE_FROMEarliest Valid-From Dates PPE_DATE_FROMDATS8DATUM
PV_DELFLGDeletion Indicator PVS_DELFLGCHAR1XFELD
.INCLU-_PV 0
CREADAT_PVDate of Application PVS_ANDATDATS8DATUM
CREABY_PVUser who created record PVS_ANNAMCHAR12USNAM
CHNGDAT_PVDate of Last Change PVS_AEDATDATS8DATUM
CHNGBY_PVName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYS_PVLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
.INCLU-_PV 0
PVCTYPE_PVSpecification of Basic Data for the Variant PVS_PVCTYPECHAR1PVS_PVCTYPE
CMPID_PVInternal Identification of the Component (Material/Product) PVS_CMPIDCHAR32PVS_CHAR32
QUANT_PVQuantity (in Component Variant) PVS_QUANTQUAN13(3) MENG13V
QUNIT_PVUnit of Measure PVS_QUNITUNIT3Assigned to domainCUNITMEINSH_T006
DOCID_PVInternal Document Key for iPPE PVS_DOCIDCHAR33CHAR33
.INCLU-_PV 0
CMPEXT_PVLong External Material Number PPE_MATERIAL_LONGCHAR40PPE_MATERIAL_LONG
PV_CMPID_TEXTShort Text PPE_SHORTTEXTCHAR40CHAR40
ICON_WUL_POSMaterial/Product Also Used as Item PPE_ICON_WUL_POSCHAR46PPE_ICON_UI
.INCLU-_PV 0
DOC_KIND_PVDocument Type PPE_DOKARCHAR3Assigned to domainDOKAR
DOC_NUMBER_PVDocument Number PPE_DOKNRCHAR25Assigned to domainALPHADOKNR
DOC_VERSION_PVDocument Version PPE_DOKVRCHAR2DOKVR
DOC_PART_PVDocument Part PPE_DOKTL_DCHAR3DOKTL
XDUMMY_CMPHD_CICheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PPELUI_CMPHD

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