_CONTRACTACCOUNT

_CONTRACTACCOUNT is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
_ApplArea _ApplArea 2
_Category _Category 1
CAApplicationArea CAApplicationArea 2
CAAuthorizationGroup CAAuthorizationGroup 12
CACollectionStrategy CACollectionStrategy 5
CADunningProcedure CADunningProcedureForContrAcct 5
CAPaymentMethodForIncgPayment CAPaymentMethodForIncgPayment 5
ContractAccountCategory ContractAccountCategory 3
ContractAccountName ContractAccountName 9

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _CONTRACTACCOUNT (
    _APPLAREA,
    _CATEGORY,
    CAAPPLICATIONAREA,
    CAAUTHORIZATIONGROUP,
    CACOLLECTIONSTRATEGY,
    CADUNNINGPROCEDURE,
    CAPAYMENTMETHODFORINCGPAYMENT,
    CONTRACTACCOUNTCATEGORY,
    CONTRACTACCOUNTNAME
);