FCCX_REP_MET_PAR
Report Parameter meta data cache
FCCX_REP_MET_PAR is an SAP database table in S/4HANA. Report Parameter meta data cache. It contains 3 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FCCX_TP_DEF | view_entity | inner | Program reg param def | |
| FCCX_TP_DEF_P | view_entity | left_outer | Parameter View For Program reg /w par | |
| FCCX_TP_DEF_P_CHKO | view_entity | left_outer | Parameter View For Program reg /w par | |
| FCCX_TP_DEF_P_CHKO | view_entity | inner | Parameter View For Program reg /w par | |
| FCCX_TP_RUL_RADIO | view_entity | inner | Values on Radio Button Groups | |
| FCCX_V_REP_MET_PAR | view_entity | from | View on FCCX_V_REP_MET_PAR with ren cols |
Fields (3)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | report_name | fccx_program | Program | |||
| KEY | report_parameter_name | fccx_job_parameter_name | Parameter |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Report Parameter meta data cache
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCCX_REP_MET_PAR (
MANDT, -- Client [mandt]
REPORT_NAME, -- Program [fccx_program]
REPORT_PARAMETER_NAME, -- Parameter [fccx_job_parameter_name]
PRIMARY KEY (MANDT, REPORT_NAME, REPORT_PARAMETER_NAME)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA