GRPC_UI_PCORC_RESULT SAP (PCOR Check Report - Result Grid) Structure details

Dictionary Type: Structure
Description: PCOR Check Report - Result Grid




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




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

GRPC_UI_PCORC_RESULT 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 "PCOR Check Report - Result Grid" 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_UI_PCORC_RESULT TYPE GRPC_UI_PCORC_RESULT.

The GRPC_UI_PCORC_RESULT table consists of various fields, each holding specific information or linking keys about PCOR Check Report - Result Grid data available in SAP. These include OBJID (Object ID), STEXT (Object Name), BEGDA_CT (Type of Correction of Start Date), BEGDA (Start Date of Timeframe Being Checked).. 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: Can be enhanced (character-type)


SAP GRPC_UI_PCORC_RESULT structure 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
OTYPEObject Type GRPC_UI_PCORC_OTYPECHAR2Assigned to domainOTYPE
OBJIDObject ID GRPC_UI_PCORC_OBJIDNUMC8NUM08
STEXTObject Name GRPC_UI_PCORC_STEXTCHAR40TEXT40
BEGDA_CTType of Correction of Start Date GRPC_UI_PCORC_BEGDA_CTCHAR30ICONNAME
BEGDAStart Date of Timeframe Being Checked GRPC_UI_PCORC_BEGDADATS8DATUM
BEGDA_CORRStart Date After Correction GRPC_UI_PCORC_BEGDA_CORRDATS8DATUM
ENDDA_CTType of Correction of End Date GRPC_UI_PCORC_ENDDA_CTCHAR30ICONNAME
ENDDAEnd Date of Timeframe Being Checked GRPC_UI_PCORC_ENDDADATS8DATUM
ENDDA_CORREnd Date After Correction GRPC_UI_PCORC_ENDDA_CORRDATS8DATUM
RELA_TYPERelationship Type GRPC_UI_PCORC_RELA_TYPECHAR7
RELA_BEGDA_CTCorrection Type of Start Date of Relationship GRPC_UI_PCORC_RELA_BEGDA_CTCHAR30ICONNAME
RELA_BEGDAStart Date of Relationship GRPC_UI_PCORC_RELA_BEGDADATS8DATUM
RELA_BEGDA_CORRCorrection of Start Date of Relationship GRPC_UI_PCORC_RELA_BEGDA_CORRDATS8DATUM
RELA_ENDDA_CTCorrection Type of End Date of Relationship GRPC_UI_PCORC_RELA_ENDDA_CTCHAR30ICONNAME
RELA_ENDDAEnd Date of Relationship GRPC_UI_PCORC_RELA_ENDDADATS8DATUM
RELA_ENDDA_CORRCorrection of End Date of Relationship GRPC_UI_PCORC_RELA_ENDDA_CORRDATS8DATUM
PARENT_OTYPEType of Higher-Level Object GRPC_UI_PCORC_PARENT_OTYPECHAR2Assigned to domainOTYPE
PARENT_OBJIDID of Higher-Level Object GRPC_UI_PCORC_PARENT_OBJIDNUMC8NUM08
PARENT_STEXTName of Higher-Level Object GRPC_UI_PCORC_PARENT_STEXTCHAR40TEXT40
PARENT_BEGDA_CTCorrection Type of Higher-Level Start Date GRPC_UI_PCORC_PARENT_BEGDA_CTCHAR30ICONNAME
PARENT_BEGDAStart Date of Higher-Level Object GRPC_UI_PCORC_PARENT_BEGDADATS8DATUM
PARENT_BEGDA_CORRCorrection of Start Date of Higher-Level Object GRPC_UI_PCORC_PARENT_BEGDA_CORDATS8DATUM
PARENT_ENDDA_CTCorrection Type of Higher-Level End Date GRPC_UI_PCORC_PARENT_ENDDA_CTCHAR30ICONNAME
PARENT_ENDDAEnd Date of Higher-Level Object GRPC_UI_PCORC_PARENT_ENDDADATS8DATUM
PARENT_ENDDA_CORRCorrection of End Date of Higher-Level Object GRPC_UI_PCORC_PARENT_ENDDA_CORDATS8DATUM
PROCESS_ID_RISKProcess ID with Reference to Risk GRPC_UI_PCORC_PROCESS_ID_RISKNUMC8NUM08
PROCESS_ID_CONTProcess ID with Reference to Control GRPC_UI_PCORC_PROCESS_ID_CONTNUMC8NUM08
CNTR_TYPEControl Type GRPC_CNTR_TYPECHAR10GRPC_CNTR_TYPE
OBJECTIVE_CATEGORYControl Objective Category GRPC_OBJECTIVE_CATEGORYCHAR10GRPC_OBJECTIVE_CATEGORY
RELA_OBJECTIVE_IDControl Objective Named in the Relationship GRPC_UI_PCORC_RELA_CONUMC8Assigned to domainHROBJID
OBJECTIVE_IDActual Control Objective ID GRPC_UI_PCORC_CO_OBJECTIVE_IDNUMC8Assigned to domainHROBJID
ERROR_TYPEError Type GRPC_UI_PCORC_ERROR_TYPECHAR10
ERROR_TXTError Message GRPC_UI_PCORC_ERROR_TEXTCHAR200

Key field Non-key field



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

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

How to access SAP table GRPC_UI_PCORC_RESULT

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