PFOCID_DIAG_NX SAP (Display Fields for Where-Used List of Nodes in Focus) Structure details

Dictionary Type: Structure
Description: Display Fields for Where-Used List of Nodes in Focus




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




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

PFOCID_DIAG_NX 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 "Display Fields for Where-Used List of Nodes in Focus" 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_PFOCID_DIAG_NX TYPE PFOCID_DIAG_NX.

The PFOCID_DIAG_NX table consists of various fields, each holding specific information or linking keys about Display Fields for Where-Used List of Nodes in Focus data available in SAP. These include DIAG2_ICON (Icon for Comparison Result: Context Obj. for Reference Obj.), IPPE_ICON (Icon for iPPE Objects), FOC_GUID (Internal Identification of Focus Record), FOC_NAME (iPPE Focus Master Record).. 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 PFOCID_DIAG_NX 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
DIAG1_ICONIcon for Comparison Result: Context Obj. for Reference Obj. PPEFOC_DIAG_ICONCHAR4DIAG_ICON
DIAG2_ICONIcon for Comparison Result: Context Obj. for Reference Obj. PPEFOC_DIAG_ICONCHAR4DIAG_ICON
IPPE_ICONIcon for iPPE Objects PPE_ICONCHAR4Assigned to domainICON
FOC_GUIDInternal Identification of Focus Record FOC_GUIDRAW16SYSUUID
FOC_NAMEiPPE Focus Master Record PPE_FOCUSCHAR40PPE_FOCUSPPE_FOCID00
FOC_TEXTiPPE Focus Short Text PPE_PFOCTXCHAR60TEXT60
FOC_TYPEiPPE Focus Type PPE_PFOC_TYPECHAR8Assigned to domainPPE_PFOC_TYPE
FOC_TYDESCDescription of iPPE Object Type PVS_DESCCHAR40TEXT40
FOC_PROCProcess Model for a Focus Type PPE_FTY_PROCCHAR1PPE_FTY_PROC
FOC_CONNECTIndicator for Assignments to a Development Process PPE_FCONNECTCHAR1PPE_FCONNECT
FOC_DELFLGDeletion Indicator in the Focus Application FOC_DELFLGCHAR1XFELD
PNAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
PNTEXTShort Text for iPPE Node PVS_PNODETXCHAR60TEXT60
PAGUIDInternal Number of PVS Alternative Segment PVS_PAGUIDRAW16SYSUUID
ALTNUMAlternative of an iPPE Node PVS_ALTNUMCHAR2ALPHAPVS_ALTNRALTN
PATEXTDescription of iPPE Alternative PVS_PNALTTXCHAR60TEXT60
MANDTClient MANDTCLNT3T000MANDT
PNGUIDInternal Number of iPPE Node PVS_PNGUIDRAW16PNODIDSYSUUID
PNCNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
PNTXCNTCounter for Text Tables PVS_TXTCOUNTNUMC5NUMC5
PVCMANDRequired Component PVS_SLMANDCHAR1XFELD
PVCMULTMultiple Selection Allowed PVS_SLMULTCHAR1XFELD
PVCFREEAssembly Item Allowed Without Assignment to a Node PVS_SLFREECHAR1XFELD
PVCPRIOEvaluation of Priority at Variants PVS_PRIOCHAR1XFELD
REF_PNAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
REF_PVNAMEVariant PVS_POSVARCHAR8ALPHAPVS_POSVARPOSV
REF_AENNRChange Number in iPPE PVS_AENNRCHAR12ALPHAPPE_AENNR
EXCL_FLAGiPPE Object Is Invalid in the Focus Context PPE_FOCEXCL_FLGCHAR1XFELD
CREADATDate of Application PVS_ANDATDATS8DATUM
CREABYUser who created record PVS_ANNAMCHAR12USNAM
CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table PFOCID_DIAG_NX

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