GMSTATNET_INT SAP (Grants Management Status Network) Table details

Dictionary Type: Table
Description: Grants Management Status Network




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




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

GMSTATNET_INT 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_INT 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), PREVIOUS_STATE1 (Previous Status).. 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_INT 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
PREVIOUS_STATE1Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
PREVIOUS_STATE2Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
PREVIOUS_STATE3Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
PREVIOUS_STATE4Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
PREVIOUS_STATE5Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
PREVIOUS_STATE6Previous Status GM_PREV_STATECHAR5GM_LIFECYCLE_STATUS
INITIAL_STATEInitial State of User-Defined Network GM_INITIALSTATECHAR1XFELD
AUTH_GROUPAuthority Group GM_AUTHORITY_GROUPCHAR10Assigned to domainGM_AUTHGR
WORKFLOW_ACTIVEGM Workflow Active GM_WF_ACTIVECHAR1GM_WF_ACTIVE

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMSTATNET_INT
INTO CORRESPONDING FIELDS OF WA_GMSTATNET_INT
WHERE...

How to access SAP table GMSTATNET_INT

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