P_LEDGERCOMPANYCODECRCYROLES

CDS View

P_LEDGERCOMPANYCODECRCYROLES is a CDS View in S/4HANA. It contains 1 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
I_LedgerCompanyCodeCrcyRolesVH view_entity from COMPOSITE Currency Types for Ledger and Company Code
I_StatementOfChanges view inner COMPOSITE Statement of Changes line items
P_AssetDepreciationBalance view inner COMPOSITE
P_AssetKeyFigureBalance view_entity inner COMPOSITE
P_AstDeprBalWthAllAreas view_entity inner CONSUMPTION
P_AstKeyFigBalWthAllAreas view_entity inner CONSUMPTION
P_FixedAssetDepreciationValue view inner COMPOSITE
P_FixedAssetKeyFigure view inner COMPOSITE
P_FxdAstValueWithCurrencyRole view inner COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CurrencyRole CurrencyRole 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 P_LEDGERCOMPANYCODECRCYROLES (
    CURRENCYROLE,
    PRIMARY KEY (CURRENCYROLE)
);