CCO_FOC_DYNP SAP (Focus Dialog Structure) Structure details

Dictionary Type: Structure
Description: Focus Dialog Structure




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




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

CCO_FOC_DYNP 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 "Focus Dialog 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_CCO_FOC_DYNP TYPE CCO_FOC_DYNP.

The CCO_FOC_DYNP table consists of various fields, each holding specific information or linking keys about Focus Dialog Structure data available in SAP. These include PFNAME (iPPE Focus Master Record), PFTEXT (iPPE Focus Short Text), PFTYPE (iPPE Focus Type), CMPEXT (Long External Material Number).. 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 CCO_FOC_DYNP 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
PFGUIDInternal Identification of Focus Record FOC_GUIDRAW16SYSUUID
PFNAMEiPPE Focus Master Record PPE_FOCUSCHAR40PPE_FOCUSPPE_FOCID00
PFTEXTiPPE Focus Short Text PPE_PFOCTXCHAR60TEXT60
PFTYPEiPPE Focus Type PPE_PFOC_TYPECHAR8CPFTYPEPPE_PFOC_TYPE
CMPEXTLong External Material Number PPE_MATERIAL_LONGCHAR40PPE_MATERIAL_LONG
LOCEXTExternal Description of Plant in iPPE PPE_LOCID_EXTERNALCHAR20CHAR20
PPEUSEUsage in iPPE PPE_USECHAR3CPPE_HDR_USEPPE_USEPPE_USE
PPENAMEDescription of iPPE Access Object PPE_NAMECHAR40PPE_NAMEPPENAME
LOSSVNMinimum Lot Size PPE_LOSSVNQUAN13(3) MENG13
LOSSBSMaximum Lot Size PPE_LOSSBSQUAN13(3) MENG13
QUNITUnit of Measure PVS_QUNITUNIT3Assigned to domainCUNITMEINSH_T006
CONCEPTConcepts Active PPE_CONCEPTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CCO_FOC_DYNP

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