_EARMARKEDFUNDSDOCUMENT

_EARMARKEDFUNDSDOCUMENT is an SAP database table in S/4HANA. It contains 16 fields.

Fields (16)

KeyField CDS FieldsUsed in Views
_CompanyCodeCurrency _CompanyCodeCurrency 1
_TransactionCurrency _TransactionCurrency 1
CompanyCode CompanyCode 1
CompanyCodeCurrency CompanyCodeCurrency 2
ControllingArea ControllingArea 1
DocumentDate DocumentDate 4
EarmarkedFundsDocEntryStatus EarmarkedFundsDocEntryStatus 3
EarmarkedFundsDocumentCategory EarmarkedFundsDocumentCategory 15
EarmarkedFundsDocumentType EarmarkedFundsDocumentType 11
EarmarkedFundsHeaderText EarmarkedFundsHeaderText 4
EmrkdFndsHasAddlCnsmpnLogic EmrkdFndsHasAddlCnsmpnLogic 1
FinancialManagementArea FinancialManagementArea 1
PostingDate PostingDate 6
ReferenceDocument ReferenceDocument 1
ReferenceDocumentType ReferenceDocumentType 1
TransactionCurrency TransactionCurrency 7

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 _EARMARKEDFUNDSDOCUMENT (
    _COMPANYCODECURRENCY,
    _TRANSACTIONCURRENCY,
    COMPANYCODE,
    COMPANYCODECURRENCY,
    CONTROLLINGAREA,
    DOCUMENTDATE,
    EARMARKEDFUNDSDOCENTRYSTATUS,
    EARMARKEDFUNDSDOCUMENTCATEGORY,
    EARMARKEDFUNDSDOCUMENTTYPE,
    EARMARKEDFUNDSHEADERTEXT,
    EMRKDFNDSHASADDLCNSMPNLOGIC,
    FINANCIALMANAGEMENTAREA,
    POSTINGDATE,
    REFERENCEDOCUMENT,
    REFERENCEDOCUMENTTYPE,
    TRANSACTIONCURRENCY
);