GRPCV_RM_PLANS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

GRPCV_RM_PLANS is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The GRPCV_RM_PLANS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CASE_GUID (UUID in character form), PLAN_START_DATE (Plan: Start Date), PL_END_DATE (Remediation Plan: End Date), COMPLETION (Percentage of Completion of Remediation Plan).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GRPCV_RM_PLANS table view 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
MANDTClient MANDTCLNT3MANDT
CASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
PLAN_START_DATEPlan: Start Date GRPC_START_DATEDATS8DATUM
PL_END_DATERemediation Plan: End Date GRPC_END_DATEDATS8DATUM
COMPLETIONPercentage of Completion of Remediation Plan GRPC_PL_COMPLETIONNUMC3GRPC_PL_COMPLETION
VALIDATED_BY_UNPerson Validating GRPC_VALIDATED_BY_UNCHAR12UNAME
VALIDATION_DATEValidation Date GRPC_VALIDATION_DATEDATS8DATUM
CASE_TYPECase Type SCMGCASE_TYPECHAR4SCMGCASETYPESCMGCASE_TYPE
EXT_KEYCase ID SCMG_EXT_KEYCHAR12ALPHASCMG_EXT_KEY
EXT_REFExternal reference SCMG_EXT_REFCHAR30CHAR30
CREATED_BYCreated By SCMG_CREATE_USERCHAR12USR02XUBNAME
CREATE_TIMECreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12USR02XUBNAME
CHANGE_TIMELast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CLOSED_BYClosed by User SCMG_CLOSED_BYCHAR12USR02XUBNAME
CLOSING_TIMEClosed at Time SCMG_CLOSING_TIMEDEC15TSTPSSCMG_TIMESTAMP
CATEGORYCategory SCMG_CATEGORYCHAR4SCMGATTR_CATEGOCHAR4
PROCESSORProcessor SCMG_PROCESSORCHAR12USR02XUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible SCMG_RESPONSIBLECHAR12USR02XUBNAMEUSER_ADDR
CASE_TITLECase Title SCMG_CASE_TITLECHAR80TEXT80
CF_STATUSCarry Forward Status GRPC_CF_STATUSCHAR1GRPC_CF_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRPCV_RM_PLANS
INTO CORRESPONDING FIELDS OF WA_GRPCV_RM_PLANS
WHERE...

How to access SAP table GRPCV_RM_PLANS

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