C_ProdnVersTaskListVH

DDL: C_PRODNVERSTASKLISTVH Type: view_entity CONSUMPTION Package: ODATA_PP_PRODNVERS_API

Task List

C_ProdnVersTaskListVH is a Consumption CDS View that provides data about "Task List" in SAP S/4HANA. It is exposed through 1 OData service (ASQL_F6400). Part of development package ODATA_PP_PRODNVERS_API.

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Task List view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey BillOfOperationsType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F6400 ASQL_F6400 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsType I_BillOfOperations BillOfOperationsType Task List Type
KEY BillOfOperationsGroup I_BillOfOperations BillOfOperationsGroup Group
KEY BillOfOperationsVariant I_BillOfOperations BillOfOperationsVariant Group Counter
KEY Material I_BOOMaterialAssgmtChangeState Material Vehicle Model
KEY Plant I_BOOMaterialAssgmtChangeState Plant Valuation Area

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 C_ProdnVersTaskListVH.
-- 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 C_ProdnVersTaskListVH AS
SELECT
  I_BillOfOperations.BillOfOperationsType AS BillOfOperationsType,
  I_BillOfOperations.BillOfOperationsGroup AS BillOfOperationsGroup,
  I_BillOfOperations.BillOfOperationsVariant AS BillOfOperationsVariant,
  I_BOOMaterialAssgmtChangeState.Material AS Material,
  I_BOOMaterialAssgmtChangeState.Plant AS Plant
;