GRFNMWCNAGNT SAP (MSMP Agent) Table details

Dictionary Type: Table
Description: MSMP Agent




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




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

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

The GRFNMWCNAGNT table consists of various fields, each holding specific information or linking keys about MSMP Agent data available in SAP. These include PROCESS_TYPE (MSMP Process Type), AGENT_ID (Agent ID), AGENT_TYPE (Agent Type), AGENT_PURPOSE (Agent Purpose).. 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: Can be enhanced (character-type)

Text table = GRFNMWCNAGNTT


SAP GRFNMWCNAGNT 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_TYPECHAR30GRFNMWCNPRCTYGRFN_MW_PROCESS_TYPE
AGENT_IDAgent ID GRFN_MW_AGNT_IDCHAR40GRFN_MW_AGNT_IDGRFNMW_AGENT
AGENT_TYPEAgent Type GRFN_MW_AGNT_TYPCHAR3GRFN_MW_AGNT_TYP
AGENT_PURPOSEAgent Purpose GRFN_MW_AGNT_PRPOSECHAR3GRFN_MW_AGNT_PRPOSE
APPROVER_IDApprover ID GRFN_MW_APPR_IDCHAR40Assigned to domainCHAR40GRFNMW_APPROVER
AGENT_RULE_TYPERule Type GRFN_MW_RULE_TYPECHAR1GRFN_MW_RULE_TYPE
AGENT_RULE_IDRule ID GRFN_MW_RULE_IDCHAR32Assigned to domainGRFN_MW_RULE_IDGRFNMW_RULEID
BYPASS_MAPPINGBypass Approver Mapping GRFN_MW_AGENT_BYPASS_MAPPINGCHAR1GRFN_RC_BOOLEAN
USER_ROLERole Name AGR_NAMECHAR30Assigned to domainAGR_NAMEAGR_NAME
USER_GROUPUser group in user master maintenance XUCLASSCHAR12Assigned to domainXUCLASSXUG

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNMWCNAGNT
INTO CORRESPONDING FIELDS OF WA_GRFNMWCNAGNT
WHERE...

How to access SAP table GRFNMWCNAGNT

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