GRFNMWCNGLBSET SAP (MSMP Global Settings per Process) Table details

Dictionary Type: Table
Description: MSMP Global Settings per Process




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




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

GRFNMWCNGLBSET is a standard SAP Table which is used to store MSMP Global Settings per Process data and is available within R/3 SAP systems depending on the version and release level.

The GRFNMWCNGLBSET table consists of various fields, each holding specific information or linking keys about MSMP Global Settings per Process data available in SAP. These include PROCESS_ID (Process ID), ESCALATION_ENBLE (Escalation Enabled), ESCALATION_DATE (MSMP Escalation Date), ESCALATION_ADMIN (MSMP Escalation Administrator Agent).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GRFNMWCNGLBSET table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROCESS_IDProcess ID GRFN_MW_PROCESS_IDCHAR30GRFNMWCNPRCSGRFN_MW_PROCESS_IDGRFNMW_PROCESS_SRCH_HLP
ESCALATION_ENBLEEscalation Enabled GRFN_MW_ESCALATION_ENABLEDCHAR1GRFN_BOOLEAN
ESCALATION_DATEMSMP Escalation Date GRFN_MW_ESCALATION_DATEDATS8DATS
ESCALATION_ADMINMSMP Escalation Administrator Agent GRFN_MW_ESCALATION_ADMINCHAR40GRFN_MW_AGNT_IDGRFNMW_AGENT
NOTVAR_RULE_TYPENotification Variables Rule Type GRFN_MW_RULE_TYPE_NOTVARCHAR1GRFN_MW_RULE_TYPE
NOTVAR_RULE_IDNotification Variables Rule ID GRFN_MW_RULE_ID_NOTVARCHAR32Assigned to domainGRFN_MW_RULE_IDGRFNMW_RULEID
SUB_TEMPLATE_IDNotification - Template ID Submission GRFNMW_NOTIF_TEMPLATE_SUBCHAR60DOKU_OBJGRFNMW_NOTIF_TEMPLATE
SUB_RECIPIENT_IDNotification - Submission Recipient ID GRFNMW_NOTIFI_RECIP_ID_SUBCHAR40GRFN_MW_AGNT_IDGRFNMW_AGENT
EOR_TEMPLATE_IDNotification - Template ID Closing GRFNMW_NOTIF_TEMPLATE_EORCHAR60DOKU_OBJGRFNMW_NOTIF_TEMPLATE
EOR_RECIPIENT_IDNotification - Closing Recipient ID GRFNMW_NOTIFI_RECIP_ID_EORCHAR40GRFN_MW_AGNT_IDGRFNMW_AGENT
ERR_TEMPLATE_IDNotification - Template ID when Error GRFNMW_NOTIF_TEMPLATE_ERRORCHAR60DOKU_OBJGRFNMW_NOTIF_TEMPLATE
ERR_RECIPIENT_IDNotification - Error Recipient ID GRFNMW_NOTIFI_RECIP_ID_ERRORCHAR40GRFN_MW_AGNT_IDGRFNMW_AGENT
CONSOLIDATE_NOTIConsoliadtion of Notifications Across Whole Request GRFNMW_NOTIFI_REQ_CONSOLIDATEDCHAR1AS4FLAG
FLEXIBLE_NOTIFUse Flexible Notifications (from DB table GRFNMWCNGLBNOT) GRFNMW_USE_FLEXIBLE_NOTIFCHAR1AS4FLAG
MAX_LI_SUBMITTEDMax. Line-Items per Submitted Request GRFNMW_MAX_LI_PER_SUBMITNUMC5NUMC5
MAX_APPRS_PER_LIMax. Determined Approvers per Line-Item GRFNMW_MAX_APPRS_PER_LINUMC5NUMC5
MAX_STAGE_VISITSMax. Visits of one Stage During Runtime (cycles-detection) GRFNMW_MAX_STAGE_VISITSNUMC5NUMC5

Key field Non-key field



How do I retrieve data from SAP table GRFNMWCNGLBSET using ABAP code

The following ABAP code Example will allow you to do a basic selection on GRFNMWCNGLBSET to SELECT all data from the table
DATA: WA_GRFNMWCNGLBSET TYPE GRFNMWCNGLBSET.

SELECT SINGLE *
FROM GRFNMWCNGLBSET
INTO CORRESPONDING FIELDS OF WA_GRFNMWCNGLBSET
WHERE...

How to access SAP table GRFNMWCNGLBSET

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