SAP GRRM_S_WD_PLAN_MONITOR_DATA Task Plan Monitor Data Table data and field list

GRRM_S_WD_PLAN_MONITOR_DATA 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 "Task Plan Monitor Data" 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_GRRM_S_WD_PLAN_MONITOR_DATA TYPE GRRM_S_WD_PLAN_MONITOR_DATA.

The GRRM_S_WD_PLAN_MONITOR_DATA table consists of various fields, each holding specific information or linking keys about Task Plan Monitor Data data available in SAP. These include ORGUNIT_ID (Organization ID), ORGUNIT_TEXT (Orgunit), OBJECT_ID (KRI Implementation Object ID), OBJECT_TEXT (Object Description)... 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. .

GRRM_S_WD_PLAN_MONITOR_DATA structure Technical Details:

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


SAP GRRM_S_WD_PLAN_MONITOR_DATA 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 GRRM_S_WD_PLAN_MONITOR_DATA 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
PLAN_NAMEPlan Name GRFN_TASKPLAN_NAMECHAR100GRFN_TEXT100
ORGUNIT_IDOrganization ID GRFN_REP_ORGUNIT_IDNUMC8NUMC08
ORGUNIT_TEXTOrgunit GRFN_REP_ORGUNIT_TEXTCHAR40GRFN_REP_TEXT_40
OBJECT_IDKRI Implementation Object ID GRFN_REP_OBJECT_IDNUMC8
OBJECT_TEXTObject Description GRFN_REP_OBJECT_TEXTCHAR40GRFN_REP_TEXT_40
START_DATEStart Date GRFN_REP_PLANNER_START_DATEDATS8
DUE_DATEDue Date GRRM_DUE_DATEDATS8DATUM
COMPLETE_DATECompletion Date GRFN_REP_RP_COMPLETION_DATEDATS8GRRM_RESPONSE_COMPDATE
RECIPIENTS_IDSRecipients GRRM_RECIPIENTSSTRG0
RECIPIENTS_NAMESRecipients Names GRRM_RECIPIENTS_NAMESSTRG0
RECIPIENT_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
STATUSStatus GRFN_REP_STATUS_TXTCHAR100GRFN_TEXT
AIF_FORMName of Form Object FPNAMECHAR30FPNAME
SURVEY_IDUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
SVY_TYPESurvey Type GRFN_SURVEY_TYPECHAR2GRFN_SURVEY_TYPE
SVYTMPLIDSurvey ID GRPC_SURVEY_IDCHAR32SYSUUID_C
TASKPLANIDUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
OBJECTIDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50

Key field Non-key field



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

As GRRM_S_WD_PLAN_MONITOR_DATA 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 GRRM_S_WD_PLAN_MONITOR_DATA as there is no data to select.

How to access SAP table GRRM_S_WD_PLAN_MONITOR_DATA

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

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