I_CONTRACTACCOUNTHEADER

CDS View

Contract Account

I_CONTRACTACCOUNTHEADER is a CDS View in S/4HANA. Contract Account. It contains 2 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
A_ContractAccountHeader view_entity from BASIC Vertragkonto Kopf
C_OutsrtdUtilsBillgMaLeApply view inner CONSUMPTION Machine Learning Apply Data for Outsorted Billing
C_OutsrtdUtilsBillgMaLeTrng view inner CONSUMPTION Machine Learning Training Data for Outsorted Billing
CRMS4_IU_I_CAH view from Contract Account Header
I_CAInvcgChargeAndDiscount view inner BASIC Zu- und Abschläge
I_ContractAccountHeaderStdVH view from COMPOSITE Contract Account Header
I_OutsrtdUtilsBillgApplyMaLrn view_entity inner COMPOSITE Machine learning apply for outsorted billing document
I_OutsrtdUtilsBillgTrngMaLrn view_entity inner COMPOSITE Machine learning training for outsorted billing document
R_ContractAccountTP view_entity from TRANSACTIONAL Contract Account - TP

Fields (2)

KeyField CDS FieldsUsed in Views
CAApplicationArea CAApplicationArea 1
ContractAccountCategory ContractAccountCategory 4

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.

-- Contract Account
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CONTRACTACCOUNTHEADER (
    CAAPPLICATIONAREA,
    CONTRACTACCOUNTCATEGORY
);