P_ACDOCP_COM

CDS View

P_ACDOCP_COM is a CDS View in S/4HANA. It contains 33 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
FIN_SUBVAL_PLANNINGENTRYITEM view from FIN Subst. Validation Planning Entry Item
I_FinancialPlanningEntryItem view from BASIC Financial Planning Entry Item
P_FixedAssetPlanValue view union_all BASIC

Fields (33)

KeyField CDS FieldsUsed in Views
KEY afabe AssetDepreciationArea 1
KEY anln1 MasterFixedAsset 1
KEY anln2 FixedAsset 1
KEY bukrs CompanyCode 1
KEY gjahr FiscalYear,LedgerFiscalYear 1
KEY poper FiscalPeriod 1
anlgr GroupMasterFixedAsset 1
anlgr2 GroupFixedAsset 1
bsl AmountInFreeDefinedCurrency3 1
csl AmountInFreeDefinedCurrency4 1
dsl AmountInFreeDefinedCurrency5 1
esl AmountInFreeDefinedCurrency6 1
fsl AmountInFreeDefinedCurrency7 1
gsl AmountInFreeDefinedCurrency8 1
hsl AmountInCompanyCodeCurrency 1
ksl AmountInGlobalCurrency 1
movcat AssetAcctTransClassfctn 1
osl AmountInFreeDefinedCurrency1 1
rbcur FreeDefinedCurrency3 1
rccur FreeDefinedCurrency4 1
rdcur FreeDefinedCurrency5 1
recid JointVentureCostRecoveryCode 1
recur FreeDefinedCurrency6 1
rfcur FreeDefinedCurrency7 1
rgcur FreeDefinedCurrency8 1
rhcur CompanyCodeCurrency 1
rkcur GlobalCurrency 1
rldnr Ledger 1
rocur FreeDefinedCurrency1 1
rvcur FreeDefinedCurrency2 1
ryear LedgerFiscalYear 1
vsl AmountInFreeDefinedCurrency2 1
xpost DepreciationIsDue 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 P_ACDOCP_COM (
    AFABE,
    ANLN1,
    ANLN2,
    BUKRS,
    GJAHR,
    POPER,
    ANLGR,
    ANLGR2,
    BSL,
    CSL,
    DSL,
    ESL,
    FSL,
    GSL,
    HSL,
    KSL,
    MOVCAT,
    OSL,
    RBCUR,
    RCCUR,
    RDCUR,
    RECID,
    RECUR,
    RFCUR,
    RGCUR,
    RHCUR,
    RKCUR,
    RLDNR,
    ROCUR,
    RVCUR,
    RYEAR,
    VSL,
    XPOST,
    PRIMARY KEY (AFABE, ANLN1, ANLN2, BUKRS, GJAHR, POPER)
);