P_ActyTypeProdnRtg

DDL: P_ACTYTYPEPRODNRTG Type: view CONSUMPTION Package: ODATA_WHERE_USED_ACTIVITY_TYPE

Production Routings - without DCL

P_ActyTypeProdnRtg is a Consumption CDS View that provides data about "Production Routings - without DCL" in SAP S/4HANA. It reads from 1 data source (C_ActyTypeProdnRtg) and exposes 13 fields with key fields ActyTypeWhereUsedObjType, StandardWorkFormulaParameter, BillOfOperationsVariant, BillOfOperationsSequence, BOOSqncOpAssgmtIntVersionCntr. Part of development package ODATA_WHERE_USED_ACTIVITY_TYPE.

Data Sources (1)

SourceAliasJoin Type
C_ActyTypeProdnRtg C_ActyTypeProdnRtg from

Annotations (10)

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

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY ActyTypeWhereUsedObjType ActyTypeWhereUsedObjType
KEY StandardWorkFormulaParameter StandardWorkFormulaParameter
KEY BillOfOperationsVariant BillOfOperationsVariant Group Counter
KEY BillOfOperationsSequence BillOfOperationsSequence Sequence
KEY BOOSqncOpAssgmtIntVersionCntr BOOSqncOpAssgmtIntVersionCntr
KEY BillOfOperationsType BillOfOperationsType Task List Type
KEY BillOfOperationsGroup BillOfOperationsGroup Group
KEY BOOOperationInternalID BOOOperationInternalID Task list node
KEY BOOOpInternalVersionCounter BOOOpInternalVersionCounter Counter
KEY ControllingArea ControllingArea Controlling Area
KEY ValidityStartDate ValidityStartDate Validity Start Date
KEY ValidityEndDate ValidityEndDate ValidTo
KEY CostCtrActivityType CostCtrActivityType Activity Type

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_ActyTypeProdnRtg.
-- 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_ActyTypeProdnRtg AS
SELECT
  ActyTypeWhereUsedObjType,
  StandardWorkFormulaParameter,
  BillOfOperationsVariant,
  BillOfOperationsSequence,
  BOOSqncOpAssgmtIntVersionCntr,
  BillOfOperationsType,
  BillOfOperationsGroup,
  BOOOperationInternalID,
  BOOOpInternalVersionCounter,
  ControllingArea,
  ValidityStartDate,
  ValidityEndDate,
  CostCtrActivityType
FROM C_ActyTypeProdnRtg
;