P_ActyTypeSndgCostCtrItm

DDL: P_ACTYTYPESNDGCOSTCTRITM Type: view CONSUMPTION Package: ODATA_WHERE_USED_ACTIVITY_TYPE

Sending Cost Centers Line Items - without DCL

P_ActyTypeSndgCostCtrItm is a Consumption CDS View that provides data about "Sending Cost Centers Line Items - without DCL" in SAP S/4HANA. It reads from 1 data source (C_ActyTypeSndgCostCtrItm) and exposes 12 fields with key fields ActyTypeWhereUsedObjType, SourceLedger, CompanyCode, FiscalYear, AccountingDocument. Part of development package ODATA_WHERE_USED_ACTIVITY_TYPE.

Data Sources (1)

SourceAliasJoin Type
C_ActyTypeSndgCostCtrItm C_ActyTypeSndgCostCtrItm from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PWUATSCCI view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
VDM.private true view
VDM.viewType #CONSUMPTION view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY ActyTypeWhereUsedObjType ActyTypeWhereUsedObjType
KEY SourceLedger SourceLedger Source Ledger
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY AccountingDocument AccountingDocument Journal Entry
KEY LedgerGLLineItem LedgerGLLineItem Journal Entry Item
KEY Ledger Ledger Ledger
CostCenter CostCenter Cost Center
CostCtrActivityType CostCtrActivityType Activity Type
ControllingArea ControllingArea Controlling Area
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_ActyTypeSndgCostCtrItm.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW P_ActyTypeSndgCostCtrItm AS
SELECT
  ActyTypeWhereUsedObjType,
  SourceLedger,
  CompanyCode,
  FiscalYear,
  AccountingDocument,
  LedgerGLLineItem,
  Ledger,
  CostCenter,
  CostCtrActivityType,
  ControllingArea,
  ValidityStartDate,
  ValidityEndDate
FROM C_ActyTypeSndgCostCtrItm
;