SAP VFPRCC_FORMST_AT Profile-Specific Formula Status Attributes Table
Overview
VFPRCC_FORMST_AT is a standard SAP S/4HANA table that stores Profile-Specific Formula Status Attributes data. There are total 6 fields in the VFPRCC_FORMST_AT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VFPRCC_FORMST_AT belongs to Pricing and Conditions (SD-BF-PR) module and is located in the package Pricing Interfaces (VF_PRC_INTERFACE).
In addition, following links provide an overview of foreign key relationships, if any, that link VFPRCC_FORMST_AT to other SAP tables and standard CDS views available based on VFPRCC_FORMST_AT table in S/4HANA 2020.
Techincal Settings of VFPRCC_FORMST_AT
Below are technical details of the table VFPRCC_FORMST_AT
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of VFPRCC_FORMST_AT Fields
The following table gives you an overview of the fields available in VFPRCC_FORMST_AT
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT | 3 |
| LANGUAGE | Language Key | LANGU | T002 | LANG | 1 |
| PROFILE | Profile Identifier | VFPRC_VIEW_PROFILE_ID | VFPRCC_PROFILE | CHAR | 30 |
| FORMSTATUS | CPE Formula - Status of Evaluation | CPET_FORMSTATUS | CPEC_FORMSTATUS | NUMC | 2 |
| FORMSTTEXT | Profile-Specific Status Description | VFPRC_PROFILE_STATUS_TEXT | CHAR | 60 | |
| FORMSTICON | Icon Identifier | CPET_ICONID | ICON | CHAR | 4 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VFPRCC_FORMST_AT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VFPRCC_FORMST_AT | CLIENT | : | T000 |
| VFPRCC_FORMST_AT | FORMSTATUS | : | CPEC_FORMSTATUS |
| VFPRCC_FORMST_AT | FORMSTICON | : | ICON |
| VFPRCC_FORMST_AT | LANGUAGE | : | T002 |
| VFPRCC_FORMST_AT | PROFILE | 1: N | VFPRCC_PROFILE |