FOPCV_MC_TST_RAT SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

FOPCV_MC_TST_RAT 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 FOPCV_MC_TST_RAT 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), DATE_BEGIN (Start Date), DATE_END (End Date), TIMEFRAME (Timeframe).. 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 FOPCV_MC_TST_RAT 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
DATE_BEGINStart Date BEGDATUMDATS8DATUMBEG
DATE_ENDEnd Date ENDDATUMDATS8DATUMEND
TIMEFRAMETimeframe FOPC_TIMEFRAMECHAR10FOPC_ATTRVALUEH_FOPC_TIMEFRAME
TF_YEARYear FOPC_YEARCHAR4
TESTING_TECTesting Technique FOPC_CNTR_TESTING_TECHNIQUECHAR10FOPC_CNTR_TESTING_TECHNIQUE
RATINGRating FOPC_AS_RATINGCHAR1FOPC_AS_RATINGH_FOPC_RATING
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
CF_STATUSCarryforward Status FOPC_CF_STATUSCHAR1FOPC_CF_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FOPCV_MC_TST_RAT
INTO CORRESPONDING FIELDS OF WA_FOPCV_MC_TST_RAT
WHERE...

How to access SAP table FOPCV_MC_TST_RAT

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