A_ChgOrdItmPrdcssrContrItm_2

DDL: A_CHGORDITMPRDCSSRCONTRITM_2 Type: view_entity CONSUMPTION

Predecessor Item of Change Order

A_ChgOrdItmPrdcssrContrItm_2 is a Consumption CDS View that provides data about "Predecessor Item of Change Order" in SAP S/4HANA. It reads from 1 data source (R_ChgOrdItmPrdcssrContrItmTP) and exposes 7 fields with key fields SubscriptionOrder, SubscriptionOrderItem, ServiceDocumentItmRelationUUID, ServiceDocItmRltnSqncNumber.

Data Sources (1)

SourceAliasJoin Type
R_ChgOrdItmPrdcssrContrItmTP R_ChgOrdItmPrdcssrContrItmTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name ChgOrdItmPrdcssrContrItm_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Predecessor Item of Change Order view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SubscriptionOrder SubscriptionOrder
KEY SubscriptionOrderItem SubscriptionOrderItem
KEY ServiceDocumentItmRelationUUID ServiceDocumentItmRelationUUID
KEY ServiceDocItmRltnSqncNumber ServiceDocItmRltnSqncNumber
SubscriptionContract SubscriptionContract Transaction ID
SubscriptionContractItem SubscriptionContractItem Item Number in Doc.
SubscriptionContractExternalID SubscriptionContractExternalID Contract Number

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 A_ChgOrdItmPrdcssrContrItm_2.
-- 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 A_ChgOrdItmPrdcssrContrItm_2 AS
SELECT
  SubscriptionOrder,
  SubscriptionOrderItem,
  ServiceDocumentItmRelationUUID,
  ServiceDocItmRltnSqncNumber,
  SubscriptionContract,
  SubscriptionContractItem,
  SubscriptionContractExternalID
FROM R_ChgOrdItmPrdcssrContrItmTP
;