back to top

SAP APS_CCV_D_PARAM Table – Custom CDS View Parameter

The APS_CCV_D_PARAM table in SAP ERP or S/4HANA stores Custom CDS View Parameter data. There are total 17 fields in APS_CCV_D_PARAM table. The Custom CDS View Parameter table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of APS_CCV_D_PARAM table. It is in Custom CDS View Database (SAPS_CCV_DB) ABAP package and is part of the Generic CDS Key User Editor (BC-SRV-APS-GKE) module.

SAP APS_CCV_D_PARAM Table Fields

Following is the list of fields that are available in SAP APS_CCV_D_PARAM table. The primary key fields of the table are ENTITY_NAME (Custom CDS View: Entity Name), PARAM_UUID (UUID in X form (binary)).

Field Description Data Element Check Table Data Type
ENTITY_NAME Custom CDS View: Entity Name APS_CCV_ENTITY_NAME CHAR (30)
PARAM_UUID UUID in X form (binary) SYSUUID_X RAW (16)
COUNTER Custom CDS View: Counter APS_CCV_COUNTER INT2 (5)
PARAMETER_NAME Custom CDS View: Parameter Name APS_CCV_PARAMETER_NAME CHAR (30)
PARAMETER_LABEL Custom CDS View: Parameter Label APS_CCV_PARAMETER_LABEL STRG ()
DATA_ELEMENT Custom CDS View: Data Element APS_CCV_DATA_ELEMENT CHAR (30)
DDIC_TYPE CCV: predefined ddic type APS_CCV_DDIC_TYPE CHAR (10)
LENGTH Custom CDS View: Length APS_CCV_LENGTH INT2 (5)
DECIMALS Custom CDS View: Decimals APS_CCV_DECIMALS INT2 (5)
HIDDEN_IND Custom CDS View: parameter hidden indicator APS_CCV_PARAM_HIDDEN_IND CHAR (1)
DEFAULT_VAL_TYPE Custom CDS View: parameter default value type APS_CCV_PARAM_DEFAULT_VAL_TYPE CHAR (1)
DEFAULT_VAL_SYSTEM Custom CDS View: parameter default system value APS_CCV_PARAM_DEFAULT_SYST_VAL CHAR (1)
DEFAULT_VAL_MANUAL Custom CDS View: parameter default manual value APS_CCV_PARAM_DEFAULT_MAN_VAL SSTR (255)
SEMANTICS_ANNOTATION DD: Key/Name for Annotation DDANNOTATION_KEY CHAR (240)
ORIGIN_CODE Custom CDS View: Origin Code APS_CCV_ORIGIN_CODE CHAR (1)
SOURCE_DATA_SOURCE_UUID UUID in X form (binary) SYSUUID_X RAW (16)
SOURCE_PARAMETER_NAME DD: Name of a Parameter DDPARNAME CHAR (30)