SAP GRFNMW_S_API_INSTANCE_STATUS Status of the MSMP Instance. Table data and field list

GRFNMW_S_API_INSTANCE_STATUS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Status of the MSMP Instance." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GRFNMW_S_API_INSTANCE_STATUS TYPE GRFNMW_S_API_INSTANCE_STATUS.

The GRFNMW_S_API_INSTANCE_STATUS table consists of various fields, each holding specific information or linking keys about Status of the MSMP Instance. data available in SAP. These include INSTANCE_STATUS (MSMP Instance Status), EXTERNAL_KEY (External Key), EXTERNAL_KEY_DIS (External Key for Display), PROCESS_ID (Process ID)... 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. .

GRFNMW_S_API_INSTANCE_STATUS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GRFNMW_S_API_INSTANCE_STATUS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GRFNMW_S_API_INSTANCE_STATUS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INSTANCE_IDMSMP Instance ID GRFN_MW_INSTANCE_IDCHAR32GRFN_GUIDGRNFMW_INSTANCE_SRCHHLP
INSTANCE_STATUSMSMP Instance Status GRFN_MW_INSTANCE_STATUSCHAR10GRFN_MW_INSTANCE_STATUS
EXTERNAL_KEYExternal Key GRFN_MW_EXT_KEYCHAR50GRFN_MW_EXT_KEY
EXTERNAL_KEY_DISExternal Key for Display GRFN_MW_EXT_KEY_DISPLAYCHAR50GRFN_MW_EXT_KEY_DISPLAY
PROCESS_IDProcess ID GRFN_MW_PROCESS_IDCHAR30Assigned to domainGRFN_MW_PROCESS_IDGRFNMW_PROCESS_SRCH_HLP
VERSIONVersion ID GRFN_MW_VERSIONNUMC6NUMC06GRFN_MW_VERSION_SHLP
APPROVAL_STATUSInstance Approval Status GRFN_MW_INSTANCE_APPROVAL_STATCHAR10GRFN_MW_INSTANCE_APPROVAL_STAT
CREATED_BYCreated By User ID GRFN_MW_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
RESTARTED_AS_IDMSMP Instance Restarted with ID GRFN_MW_INSTANCE_ID_RESTARTEDCHAR32GRFN_GUID
RESTARTED_FROMMSMP Instance Restarted from Instance ID GRFN_MW_INSTANCE_ID_REST_FROMCHAR32GRFN_GUID
RESTART_TYPEInstance Restart Type GRFN_MW_INSTANCE_RESTART_TYPECHAR10GRFN_MW_INSTANCE_RESTART_TYPE
LAST_UPDATED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
LAST_UPDATED_BYUpdated By User ID GRFN_MW_UPDATED_BYCHAR12Assigned to domainXUBNAME
ON_HOLD_BYOn Hold By User ID GRFN_MW_ON_HOLD_BYCHAR12Assigned to domainXUBNAME
ESCALATED_FIRSTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ESCALATED_LASTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
FINISHED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
COMPRESS_TSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
COMPRESS_STATUSMSMP Instance Status GRFN_MW_INSTANCE_STATUSCHAR10GRFN_MW_INSTANCE_STATUS
NO_REMIND_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PATH_STG_STATUS_TAB 0
ACTIVE_VERSIONActive Version Flag GRFN_MW_ACT_VERSIONCHAR1GRFN_RC_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure GRFNMW_S_API_INSTANCE_STATUS using ABAP code?

As GRFNMW_S_API_INSTANCE_STATUS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GRFNMW_S_API_INSTANCE_STATUS as there is no data to select.

How to access SAP table GRFNMW_S_API_INSTANCE_STATUS

Within an ECC or HANA version of SAP you can also view further information about GRFNMW_S_API_INSTANCE_STATUS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).