POC_SETTINGS SAP (POC: Global Settings) Structure details

Dictionary Type: Structure
Description: POC: Global Settings




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




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

POC_SETTINGS 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 "POC: Global Settings" 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_POC_SETTINGS TYPE POC_SETTINGS.

The POC_SETTINGS table consists of various fields, each holding specific information or linking keys about POC: Global Settings data available in SAP. These include SIGNATURE_TYPE (Signature Type (Value See Type Pool POCCO): Simple, Digital), SIGNSTRAT_DEV (Default Signature Strategy for Deviations), SIGNSTRAT_STEP (Default Signature Strategy for Process Steps), COMMAND_TAB ().. 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: Not classified


SAP POC_SETTINGS 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
RUN_MODE Mode (Value See Type Pool POCCO)0
SIGNATURE_TYPE Signature Type (Value See Type Pool POCCO): Simple, Digital0
SIGNSTRAT_DEVDefault Signature Strategy for Deviations SIGNSTRAT_DEVCHAR8Assigned to domainSIGNSTRAT
SIGNSTRAT_STEPDefault Signature Strategy for Process Steps SIGNSTRAT_STEPCHAR8Assigned to domainSIGNSTRAT
COMMAND_TAB 0
AUTOMATIC_COMMAND_TAB 0
EVENT_TAB 0
LAYOUT_TAB 0
EXCL_DIG_SIG Profile: No Digital Signatures0
EXCL_SEQ_DEF Profile: No Sequence Definitions0
EXCL_GL_VAR Profile: No Global Variables0
EXCL_CRST_MESS Profile: No Closing PI_CRST Message0
EXCL_BLOCK Profile: No XStep Blocks Allowed0
LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU
EVT_SIGN_SETTINGS 0
PROT_ACTV_DEACEvent Log in the PI Sheet POC_EVT_LOGCHAR1POC_EVT_LOG
PROT_LOCK_UNLOEvent Log in the PI Sheet POC_EVT_LOGCHAR1POC_EVT_LOG
PROT_COMPEvent Log in the PI Sheet POC_EVT_LOGCHAR1POC_EVT_LOG
PROT_ENTREvent Log in the PI Sheet POC_EVT_LOGCHAR1POC_EVT_LOG
SIG_STR_ACT_DEACSignature Strategy SIGNSTRATCHAR8SIGNSTRAT
SIG_STR_LOC_UNLOSignature Strategy SIGNSTRATCHAR8SIGNSTRAT
SIG_STR_COMPSignature Strategy SIGNSTRATCHAR8SIGNSTRAT
SIG_STR_ENTRSignature Strategy SIGNSTRATCHAR8SIGNSTRAT
DA_SERVICEManufacturing Data Access: Service ID CMX_DA_SERVICECHAR3Assigned to domainCMX_DA_D_SERVICE
GEN_MODECtrl Recipe Destination: Type of Gen. Ctrl Recipe (XSteps) CMX_CR_GEN_MODECHAR1CMX_CR_D_GEN_MODE

Key field Non-key field



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

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

How to access SAP table POC_SETTINGS

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