GRFNMWCNPRCTY SAP (MSMP Process Type) Table details

Dictionary Type: Table
Description: MSMP Process Type




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




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

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

The GRFNMWCNPRCTY table consists of various fields, each holding specific information or linking keys about MSMP Process Type data available in SAP. These include PROCESS_TYPE (MSMP Process Type), CONTEXT_DDIC_HDR (Process Context Header - DDIC Structure), HDR_RULE_MAP_CLS (Header Rule Mapping Class), HDR_RULE_DSTRUC (Header Rule Mapping DDIC Structure).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = GRFNMWCNPRCTYT


SAP GRFNMWCNPRCTY 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_TYPEMSMP Process Type GRFN_MW_PROCESS_TYPECHAR30GRFN_MW_PROCESS_TYPE
CONTEXT_DDIC_HDRProcess Context Header - DDIC Structure GRFN_MW_DDIC_STRUC_HEADERCHAR30OBJECTNAME
HDR_RULE_MAP_CLSHeader Rule Mapping Class GRFN_MW_HDR_RULE_MAP_CLSCHAR30SEOCLSNAME
HDR_RULE_DSTRUCHeader Rule Mapping DDIC Structure GRFN_MW_HDR_RULE_DSTRUCCHAR30OBJECTNAME
CONTEXT_DDIC_ITMContext Line Item - DDIC Structure GRFN_MW_DDIC_STRUC_LINEITMCHAR30OBJECTNAME
LITM_RUL_TABLETYContext Line Item - DDIC Structure - Table Type GRFN_MW_DDIC_TABLE_LINEITMCHAR30Assigned to domainTTYPENAME
ITM_KEY_COMP_NAMLine Item Key Field Name GRFN_MW_LINE_ITEM_KEY_FIELDCHAR30Assigned to domainFDNAMEDFD
LITM_RUL_MAP_CLSLine Item Rule Mapping Class GRFN_MW_LITM_RULE_MAP_CLSCHAR30SEOCLSNAME
LITM_RUL_DSTRUCLine Item Rule Mapping DDIC Structure GRFN_MW_LITM_RULE_DSTRUCCHAR30OBJECTNAME
LITM_TYP_COMPNAMLine Item Type Field Name GRFN_MW_LINE_ITEM_TYPE_FIELDCHAR30Assigned to domainFDNAMEDFD
LITM_DIS_COMPNAMLine Item display Field Name GRFN_MW_LINE_ITEM_DISP_FIELDCHAR30Assigned to domainFDNAMEDFD
DDIC_RUL_ROUTINGRouting Rule DDIC Element GRFN_MW_DSTRUC_ROUTCHAR30OBJECTNAME
DDIC_RUL_AGENTAgent Rule DDIC Element GRFN_MW_DSTRUC_AGENTCHAR30OBJECTNAME
DDIC_RUL_NOTIVARNotification Template Variables Rule DDIC Element GRFN_MW_DSTRUC_NOTIF_VARSCHAR30OBJECTNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNMWCNPRCTY
INTO CORRESPONDING FIELDS OF WA_GRFNMWCNPRCTY
WHERE...

How to access SAP table GRFNMWCNPRCTY

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