SAP GRFN_S_DM_FPCAS DataMart: Facts PC Case + Rating URL Table data and field list

GRFN_S_DM_FPCAS 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 "DataMart: Facts PC Case + Rating URL" 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_GRFN_S_DM_FPCAS TYPE GRFN_S_DM_FPCAS.

The GRFN_S_DM_FPCAS table consists of various fields, each holding specific information or linking keys about DataMart: Facts PC Case + Rating URL data available in SAP. These include MANDT (Client), SNAPSHOT_ID (Datamart - Snapshot ID), RE (Regulation ID), OU (Organization 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. .

GRFN_S_DM_FPCAS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GRFN_S_DM_FPCAS 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 GRFN_S_DM_FPCAS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SNAPSHOT_IDDatamart - Snapshot ID GRFN_DM_SNAPSHOT_IDCHAR32SYSUUID_C
RERegulation ID GRFN_REP_REGULATIONNUMC8NUMC08
OUOrganization ID GRFN_REP_ORGUNIT_IDNUMC8NUMC08
ECIndirect ELC ID GRFN_REP_ECONTROLNUMC8NUMC08
SPSubprocess ID GRFN_REP_SUBPROCESS_IDNUMC8NUMC08
CNControl ID GRFN_REP_CONTROL_IDCHAR9
AS_GUIDAssessment Id GRFN_REP_ASSMNT_IDCHAR32SYSUUID_C
TL_GUIDTest Log ID GRFN_REP_TESTLOGCHAR32SYSUUID_C
IS_GUIDIssue ID GRFN_REP_ISSUE_IDCHAR32SYSUUID_C
PL_GUIDRemediation Plan ID GRFN_REP_RMPLANCHAR32SYSUUID_C
CP_GUIDCAPA Plan ID GRFN_REP_CPPLANCHAR32SYSUUID_C
RATINGRating GRFN_RATINGCHAR1GRFN_AS_RATING
STATUSCase status GRFN_CASE_STATUSCHAR5CRM_J_STATUS
RATING_ICONURL GRFN_URLCHAR255CHAR255_CASE

Key field Non-key field



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

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

How to access SAP table GRFN_S_DM_FPCAS

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

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