_INSTALLMENTPLAN

_INSTALLMENTPLAN is an SAP database table in S/4HANA. It contains 14 fields.

Fields (14)

KeyField CDS FieldsUsed in Views
_BusinessPartner _BusinessPartner 1
_ContractAccountPartner _ContractAccountPartner 1
BusinessPartner BusinessPartner 1
CAContract CAContract 1
CAInstallmentPlan CAInstallmentPlan 1
CAInstallmentPlanCategory CAInstallmentPlanCategory 1
CAInstallmentPlanEndDate CAInstallmentPlanEndDate 1
CAInstallmentPlanIssueDate CAInstallmentPlanIssueDate 1
CAInstallmentPlanIssueTime CAInstallmentPlanIssueTime 1
CAInstallmentPlanStartDate CAInstallmentPlanStartDate 1
CANumberOfInstallments CANumberOfInstallments 1
CompanyCode CompanyCode 1
ContractAccount ContractAccount 1
TransactionCurrency TransactionCurrency 1

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 _INSTALLMENTPLAN (
    _BUSINESSPARTNER,
    _CONTRACTACCOUNTPARTNER,
    BUSINESSPARTNER,
    CACONTRACT,
    CAINSTALLMENTPLAN,
    CAINSTALLMENTPLANCATEGORY,
    CAINSTALLMENTPLANENDDATE,
    CAINSTALLMENTPLANISSUEDATE,
    CAINSTALLMENTPLANISSUETIME,
    CAINSTALLMENTPLANSTARTDATE,
    CANUMBEROFINSTALLMENTS,
    COMPANYCODE,
    CONTRACTACCOUNT,
    TRANSACTIONCURRENCY
);