P_UpcgSrvcContrItemDetails
P_UpcgSrvcContrItemDetails is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_UpcgSrvcContrItemDateConv) and exposes 53 fields with key fields ServiceObjectType, ServiceContract, ServiceContractItem. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_UpcgSrvcContrItemDateConv | P_UpcgSrvcContrItemDateConv | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_CalendarDate | _CurrentDate | _CurrentDate.CalendarDate = $session.system_date |
| [0..1] | I_ServiceCancellationParty | _CancelParty | $projection.ServiceContractItemCanclnParty = _CancelParty.ServiceContractCanclnParty |
| [0..1] | I_ServiceCancellationReason | _CancelReason | $projection.ServiceContractItmCanclnReason = _CancelReason.ServiceContrCancellationReason |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | PUPCGSCIDETS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (53)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceObjectType | ServiceObjectType | Object Type | |
| KEY | ServiceContract | ServiceDocument | Transaction ID | |
| KEY | ServiceContractItem | ServiceDocumentItem | Service Document | |
| ServiceDocument | ServiceDocument | Transaction ID | ||
| ServiceContractType | ServiceDocumentType | Transaction Type | ||
| ServiceContractDescription | ServiceDocumentDescription | |||
| ServiceContractItemProduct | Product | Product Sold | ||
| ServiceContractItemStartDate | ServiceContractItemStartDate | |||
| ServiceContractItemEndDate | ServiceContractItemEndDate | |||
| ServiceDocItemCreationDate | ServiceDocItemCreationDate | |||
| PostingDate | PostingDate | Posting Date for GR | ||
| ServiceContractItemStatus | ServiceDocumentItemStatus | |||
| ServiceContractItemCanclnParty | ServiceDocumentItemCanclnParty | |||
| ServiceContractItmCanclnReason | ServiceDocumentItmCanclnReason | |||
| ProfitCenter | ProfitCenter | Profit Center | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| PurchaseOrderByCustomer | PurchaseOrderByCustomer | Purchase Order Number | ||
| SoldToParty | SoldToParty | Sold-to Party | ||
| RespEmployeeBusinessPartnerId | ResponsibleEmployee | Employee Resp. | ||
| RefBusinessSolutionOrder | RefBusinessSolutionOrder | |||
| SoldToPartyCountry | SoldToPartyCountry | |||
| SoldToPartyRegion | SoldToPartyRegion | |||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| Division | Division | Internal Division ID | ||
| SalesOffice | SalesOffice | Sales Office | ||
| SalesGroup | SalesGroup | Sales Group | ||
| ServiceContractItemNetAmount | ServiceDocumentItemNetAmount | |||
| NmbrOfServiceContractItems | ||||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| int4endasNrOfExprgServiceContractItems | ||||
| int4endasNrOfCancldServiceContractItems | ||||
| int4endasNrOfReldServiceContractItems | ||||
| _ServiceDocument | _ServiceDocument | |||
| _ServiceObjType | _ServiceObjType | |||
| _ServiceDocumentType | _ServiceDocumentType | |||
| _Product | _Product | |||
| _ServiceDocItemStatus | _ServiceDocItemStatus | |||
| _SrvcDocItmLifecycleStatus | _SrvcDocItmLifecycleStatus | |||
| _CancelParty | _CancelParty | |||
| _CancelReason | _CancelReason | |||
| _ProfitCenter | _ProfitCenter | |||
| _ControllingArea | _ControllingArea | |||
| _SoldToParty | _SoldToParty | |||
| _RespEmployee | _RespEmployee | |||
| _SoldToPartyCountry | _SoldToPartyCountry | |||
| _SoldToPartyRegion | _SoldToPartyRegion | |||
| _SalesOrganization | _SalesOrganization | |||
| _DistributionChannel | _DistributionChannel | |||
| _Division | _Division | |||
| _SalesOffice | _SalesOffice | |||
| _SalesGroup | _SalesGroup | |||
| _TransactionCurrency | _TransactionCurrency |
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_UpcgSrvcContrItemDetails.
-- 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_UpcgSrvcContrItemDetails AS
SELECT
ServiceObjectType,
ServiceDocument AS ServiceContract,
ServiceDocumentItem AS ServiceContractItem,
ServiceDocument,
ServiceDocumentType AS ServiceContractType,
ServiceDocumentDescription AS ServiceContractDescription,
Product AS ServiceContractItemProduct,
ServiceContractItemStartDate,
ServiceContractItemEndDate,
ServiceDocItemCreationDate,
PostingDate,
ServiceDocumentItemStatus AS ServiceContractItemStatus,
ServiceDocumentItemCanclnParty AS ServiceContractItemCanclnParty,
ServiceDocumentItmCanclnReason AS ServiceContractItmCanclnReason,
ProfitCenter,
ControllingArea,
PurchaseOrderByCustomer,
SoldToParty,
ResponsibleEmployee AS RespEmployeeBusinessPartnerId,
RefBusinessSolutionOrder,
SoldToPartyCountry,
SoldToPartyRegion,
SalesOrganization,
DistributionChannel,
Division,
SalesOffice,
SalesGroup,
ServiceDocumentItemNetAmount AS ServiceContractItemNetAmount,
cast(1 as abap.int4) AS NmbrOfServiceContractItems,
TransactionCurrency,
case when ServiceContractItemEndDate >= $session.system_date and ServiceContractItemEndDate < dats_add_months (_CurrentDate.FirstDayOfMonthDate,7,'FAIL') then cast (1 as abap.int4) end as NrOfExprgServiceContractItems AS int4endasNrOfExprgServiceContractItems,
case when ServiceDocumentItmCanclnReason != ' ' then cast (1 as abap.int4) end as NrOfCancldServiceContractItems AS int4endasNrOfCancldServiceContractItems,
case when ServiceDocumentItemIsReleased = 'X' then cast (1 as abap.int4) end as NrOfReldServiceContractItems AS int4endasNrOfReldServiceContractItems
FROM P_UpcgSrvcContrItemDateConv
LEFT OUTER JOIN I_CalendarDate AS _CurrentDate ON _CurrentDate.CalendarDate = $session.system_date -- association [0..1]
LEFT OUTER JOIN I_ServiceCancellationParty AS _CancelParty ON ServiceContractItemCanclnParty = _CancelParty.ServiceContractCanclnParty -- association [0..1]
LEFT OUTER JOIN I_ServiceCancellationReason AS _CancelReason ON ServiceContractItmCanclnReason = _CancelReason.ServiceContrCancellationReason -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA