EHPMAD_SVT_CCIRP

Transparent Table Application Table

CCI Regulatory Profile

EHPMAD_SVT_CCIRP is an SAP database table in S/4HANA. CCI Regulatory Profile. It contains 12 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SVTCalcChmlCmplncInfoRgln view from BASIC SVT Calculation for CCI regulation

Fields (12)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY svtcciregulatoryprofileuuid ehpma_svt_cci_reg_profile_uuid CCI Regulatory Profile UUID
creationutcdatetime abp_creation_tstmpl Created On
compliancerequirement ehfnd_req_identifier Compliance Requirement
compliancerequirementuuid ehfnd_req_uuid Compl Req.
cmplrqversuuid ehfnd_crv_uuid Compl Req UUID
svtbusinessprocess ehpma_svt_bsns_prcs Business Process
chmlcompositiontype ehfnd_cci_ccmps_type Legal Area
chmlcmplncinfouuid ehfnd_cci_uuid Chemical Compliance Information
calculation_status ehpma_svt_calculation_status SVT Calculation Status
validitystartdate ehfnd_valid_from Valid From
validityenddate ehfnd_valid_to Valid To

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.

-- CCI Regulatory Profile
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHPMAD_SVT_CCIRP (
    CLIENT,                       -- Client [mandt]
    SVTCCIREGULATORYPROFILEUUID,  -- CCI Regulatory Profile UUID [ehpma_svt_cci_reg_profile_uuid]
    CREATIONUTCDATETIME,          -- Created On [abp_creation_tstmpl]
    COMPLIANCEREQUIREMENT,        -- Compliance Requirement [ehfnd_req_identifier]
    COMPLIANCEREQUIREMENTUUID,    -- Compl Req. [ehfnd_req_uuid]
    CMPLRQVERSUUID,               -- Compl Req UUID [ehfnd_crv_uuid]
    SVTBUSINESSPROCESS,           -- Business Process [ehpma_svt_bsns_prcs]
    CHMLCOMPOSITIONTYPE,          -- Legal Area [ehfnd_cci_ccmps_type]
    CHMLCMPLNCINFOUUID,           -- Chemical Compliance Information [ehfnd_cci_uuid]
    CALCULATION_STATUS,           -- SVT Calculation Status [ehpma_svt_calculation_status]
    VALIDITYSTARTDATE,            -- Valid From [ehfnd_valid_from]
    VALIDITYENDDATE,              -- Valid To [ehfnd_valid_to]
    PRIMARY KEY (CLIENT, SVTCCIREGULATORYPROFILEUUID)
);