GRPCRBFTL SAP (Reporting Buffer: Cases - Test Logs) Table details

Dictionary Type: Table
Description: Reporting Buffer: Cases - Test Logs




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




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

GRPCRBFTL is a standard SAP Table which is used to store Reporting Buffer: Cases - Test Logs data and is available within R/3 SAP systems depending on the version and release level.

The GRPCRBFTL table consists of various fields, each holding specific information or linking keys about Reporting Buffer: Cases - Test Logs data available in SAP. These include GUID (GUID of Buffered Version), ORGUNIT (Organization ID), PRGROUP (Process Group ID), PROCESS (Subprocess 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. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GRPCRBFTL table 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 MANDTCLNT3Assigned to domainMANDT
GUIDGUID of Buffered Version GRPC_RBF_GUIDCHAR32SYSUUID_C
ORGUNITOrganization ID GRPC_REP_ORGUNIT_IDNUMC8NUMC08
PRGROUPProcess Group ID GRPC_REP_PRGROUP_IDNUMC8NUMC08
PROCESSSubprocess ID GRPC_REP_PROCESS_IDNUMC8NUMC08
MCONTROLIndirect Entity-Level Control ID GRPC_REP_MCONTROL_IDNUMC8NUMC08
CONTROLControl ID GRPC_REP_CONTROL_IDCHAR9
CASEGUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
PARENTTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
EXCEPTIONSException GRPC_REP_TESTING_EXCEPTIONSCHAR1
TRESULTText GRPC_TEXTCHAR100GRPC_TEXT
TPROCText GRPC_TEXTCHAR100GRPC_TEXT
TESTERTester Personal Number GRPC_REP_TESTING_TESTERNUMC8NUMC08
TUNAMEUser Name SYUNAMECHAR12SYCHAR12
TESTTECHTesting Technique GRPC_CNTR_TESTING_TECHNIQUECHAR10GRPC_CNTR_TESTING_TECHNIQUE
TESTDATETest Date GRPC_TESTING_DATEDATS8
TESTTIMECreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
TESTPLANTestplan GRPC_REP_TESTPLAN_IDNUMC8NUMC08
TIMEFRAMETimeframe GRPC_TIMEFRAMECHAR10GRPC_ATTRVALUEH_GRPC_TIMEFRAME
TF_YEARYear GRPC_YEARCHAR4
CF_TFRAMETimeframe GRPC_TIMEFRAMECHAR10GRPC_ATTRVALUEH_GRPC_TIMEFRAME
CF_YEARYear GRPC_YEARCHAR4
TESTDUEDATETest Deadline GRPC_TESTING_DUE_DATEDATS8DATUM
TESTCOMPLETETest Finish Date GRPC_TESTING_COMPLETE_DATEDATS8DATUM
TESTREVIEWERTesting Reviewer Personnel Number GRPC_REP_TESTING_REVIEWERNUMC8NUMC08
TESTREVIEWERNAMEUser ID of Reviewer GRPC_REP_TESTING_REVIEWER_UNAMCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRPCRBFTL
INTO CORRESPONDING FIELDS OF WA_GRPCRBFTL
WHERE...

How to access SAP table GRPCRBFTL

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