_CTRLGOBJECTSETTLEMENTRULE

_CTRLGOBJECTSETTLEMENTRULE is an SAP database table in S/4HANA. It contains 15 fields.

Fields (15)

KeyField CDS FieldsUsed in Views
_CreatedByUser _CreatedByUser 1
_LastChangedByUser _LastChangedByUser 1
AllocationStructure AllocationStructure 1
AssetValueDate AssetValueDate 1
ControllingSettlementProfile ControllingSettlementProfile 3
CreatedByUser CreatedByUser 6
CreationDate CreationDate 1
CtrlgObjectSettlementRuleName CtrlgObjectSettlementRuleName 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
ProfitabilityAcctgTransfStruc ProfitabilityAcctgTransfStruc 1
SettlementSourceStructure SettlementSourceStructure 1
SettlmtRuleAutoGnrtnStrgySqnc SettlmtRuleAutoGnrtnStrgySqnc 1
SettlmtRuleProcessingSequence SettlmtRuleProcessingSequence 1
SettlmtWithFreeDefinedCurrency SettlmtWithFreeDefinedCurrency 6

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 _CTRLGOBJECTSETTLEMENTRULE (
    _CREATEDBYUSER,
    _LASTCHANGEDBYUSER,
    ALLOCATIONSTRUCTURE,
    ASSETVALUEDATE,
    CONTROLLINGSETTLEMENTPROFILE,
    CREATEDBYUSER,
    CREATIONDATE,
    CTRLGOBJECTSETTLEMENTRULENAME,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    PROFITABILITYACCTGTRANSFSTRUC,
    SETTLEMENTSOURCESTRUCTURE,
    SETTLMTRULEAUTOGNRTNSTRGYSQNC,
    SETTLMTRULEPROCESSINGSEQUENCE,
    SETTLMTWITHFREEDEFINEDCURRENCY
);