GMSTATNET SAP (Grants Management Status Network) Table details

Dictionary Type: Table
Description: Grants Management Status Network




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




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

GMSTATNET is a standard SAP Table which is used to store Grants Management Status Network data and is available within R/3 SAP systems depending on the version and release level.

The GMSTATNET table consists of various fields, each holding specific information or linking keys about Grants Management Status Network data available in SAP. These include GRANT_TYPE (Grant Type), STATUS_PROFILE (Status profile for the user states attached to system states), LIFECYCLE_STATUS (Lifecycle Status), USER_STATUS (User-Defined State).. 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)


SAP GMSTATNET 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
CLIENTClient MANDTCLNT3T000MANDT
GRANT_TYPEGrant Type GM_GRANT_TYPECHAR2GMGRTYPEGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
STATUS_PROFILEStatus profile for the user states attached to system states GM_STATUS_PROFILECHAR8TJ20J_STSMA
LIFECYCLE_STATUSLifecycle Status GM_LIFECYCLE_STATUSCHAR5TJ02J_ISTATGMLIFECYCLE_STATUS
USER_STATUSUser-Defined State GM_USER_STATUSCHAR5TJ30J_ESTATGM_USER_STATUS
PREVIOUS_STATE1GM Previous user state GM_PREV_USER_STATECHAR5Assigned to domainJ_ESTAT
PREVIOUS_STATE2GM Previous user state GM_PREV_USER_STATECHAR5TJ30J_ESTAT
PREVIOUS_STATE3GM Previous user state GM_PREV_USER_STATECHAR5TJ30J_ESTAT
PREVIOUS_STATE4GM Previous user state GM_PREV_USER_STATECHAR5TJ30J_ESTAT
PREVIOUS_STATE5GM Previous user state GM_PREV_USER_STATECHAR5TJ30J_ESTAT
PREVIOUS_STATE6GM Previous user state GM_PREV_USER_STATECHAR5TJ30J_ESTAT
END_STATENetwork End State GM_ENDSTATECHAR1XFELD
INITIAL_STATEInitial State of User-Defined Network GM_INITIALSTATECHAR1XFELD
AUTH_GROUPAuthority Group GM_AUTHORITY_GROUPCHAR10GMAUTHGRPGM_AUTHGR
WORKFLOWTASKObsolete GM_WORKFLOW_TASKCHAR14HROBJEC_14
ICON_NAMEName of Icon GM_ICONNAMECHAR30ICONNAMEGM_ICON_NAMEGM_ICON
IDGM Icon ID for status management GM_ICONIDCHAR4Assigned to domainICONGM_ICON_IDGM_ICON

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMSTATNET
INTO CORRESPONDING FIELDS OF WA_GMSTATNET
WHERE...

How to access SAP table GMSTATNET

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