ACDOCP
Plan Data Line Items
ACDOCP is an SAP database table in S/4HANA. Plan Data Line Items. It contains 10 fields. 11 CDS views read from this table.
CDS Views using this table (11)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_FinancialPlanningEntryItem | view_entity | from | EXTENSION | Include view for Financial Planning Entry Item |
| FCO_COST_EST_ACDOCP_SDM | view | from | Cost Estimate with group acdocp fields | |
| FINS_REV_REC_COS_ACDOCP_VIEW | view_entity | from | Planvalues from ACDOCP | |
| I_BudgetDocumentItmSearchBasic | view | from | BASIC | Budget Document Item Search Basic |
| P_Acdocp_BdgtDoc_Item | view | from | BASIC | Budget Document Item - private view |
| P_ACDOCP_COM | view | from | BASIC | P_ACDOCP_COM |
| P_EBWObjectPlanCosts | view | from | BASIC | Order Plan Cost For WIP |
| P_Foundationp | view | from | BASIC | Consolidation Foundation View of Planning |
| P_RTPCOrderStandardCost | view | from | BASIC | RTPC Order Standard Cost |
| P_Trrmonbaseplan | view_entity | left_outer | COMPOSITE | Base view for plan data |
| P_Trrsobaseplan | view_entity | left_outer | COMPOSITE | Base view for plan data |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | rclnt | mandt | Client | |||
| KEY | reqtsn | rspm_request_tsn | Request TSN | |||
| KEY | datapakid | rsdatapid | Data packet number | |||
| KEY | record | rsarecord | Data record number | |||
| ryear | gjahr_pos | G/L Fiscal Year | ||||
| rldnr | fins_ledger | Ledger | ||||
| racct | racct | Account Number | ||||
| rbukrs | bukrs | Company Code | ||||
| awtyp | awtyp | Ref. procedure | ||||
| usnam | usnam | User Name |
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.
-- Plan Data Line Items
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACDOCP (
RCLNT, -- Client [mandt]
REQTSN, -- Request TSN [rspm_request_tsn]
DATAPAKID, -- Data packet number [rsdatapid]
RECORD, -- Data record number [rsarecord]
RYEAR, -- G/L Fiscal Year [gjahr_pos]
RLDNR, -- Ledger [fins_ledger]
RACCT, -- Account Number [racct]
RBUKRS, -- Company Code [bukrs]
AWTYP, -- Ref. procedure [awtyp]
USNAM, -- User Name [usnam]
PRIMARY KEY (RCLNT, REQTSN, DATAPAKID, RECORD)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA