SAP GRPC_DS_S_SUBPROCESS_ISSUE [Obsolete] Subprocess Issues and Remediation plans Table data and field list

GRPC_DS_S_SUBPROCESS_ISSUE 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 "[Obsolete] Subprocess Issues and Remediation plans" 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_GRPC_DS_S_SUBPROCESS_ISSUE TYPE GRPC_DS_S_SUBPROCESS_ISSUE.

The GRPC_DS_S_SUBPROCESS_ISSUE table consists of various fields, each holding specific information or linking keys about [Obsolete] Subprocess Issues and Remediation plans data available in SAP. These include ISSUE_ID (Technical Case Key (Case GUID)), ISSUE_NAME (Case Title), ISSUE_PRIORITY (Issue Priority), DESCRIPTION (Description (long text))... 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. .

GRPC_DS_S_SUBPROCESS_ISSUE structure Technical Details:

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


SAP GRPC_DS_S_SUBPROCESS_ISSUE 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 GRPC_DS_S_SUBPROCESS_ISSUE 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
ISSUE_INDEX_T 0
ISSUE_IDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
ISSUE_NAMECase Title SCMG_CASE_TITLECHAR80TEXT80
ISSUE_PRIORITYIssue Priority GRPC_ISSUE_PRIORITYCHAR1GRPC_ISSUE_PRIORITY
DESCRIPTIONDescription (long text) GRPC_DS_DESCRIPTIONSTRG0
IMPLICATIONDescription (long text) GRPC_DS_DESCRIPTIONSTRG0
PRIORITY_TDescription (long text) GRPC_DS_DESCRIPTIONSTRG0
CATEGORY_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
STATUS_TEXTObject status J_TXT30CHAR30TEXT30
PROCESSORFull name GRPC_DS_FULLNAMECHAR120
RESPONSIBLEFull name GRPC_DS_FULLNAMECHAR120
CMP_CONTROLCompensating Controls GRPC_DS_CMP_CONTROLSTRG0
CREATED_ONStart Date BEGDATUMDATS8DATUMBEG
CLOSED_ONEnd Date ENDDATUMDATS8DATUMEND
CF_STATUS_TCarryforward Status GRPC_DS_CF_STATUSCHAR30
RESULTSRule Result GRPC_RULE_RESULTCHAR1GRPC_RULE_RESULT
OWNER_ACTIONOwner Action GRPC_OWNER_ACTIONSTRG0
RMPLANS 0
ATTACHMENTS 0

Key field Non-key field



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

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

How to access SAP table GRPC_DS_S_SUBPROCESS_ISSUE

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

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