P_SrvcTransactionIssueItemC004
P_SrvcTransactionIssueItemC004 is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_ServiceDocumentItemSuccssr_2, I_ServiceDocumentItemEnhcd) and exposes 52 fields with key fields ServiceObjectType, ServiceDocument, ServiceDocumentItem, CustMgmtIssue, SrvcConfIssue.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceDocumentItemSuccssr_2 | Link | inner |
| I_ServiceDocumentItemEnhcd | Successor | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PSRVCISSITMC004 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.dataMaintenance | #DISPLAY_ONLY | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (52)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceObjectType | Item | ServiceObjectType | Object Type |
| KEY | ServiceDocument | Item | ServiceDocument | Transaction ID |
| KEY | ServiceDocumentItem | Item | ServiceDocumentItem | Service Document |
| KEY | CustMgmtIssue | |||
| KEY | SrvcConfIssue | |||
| ServiceDocumentType | ||||
| Country | ||||
| Region | ||||
| ServiceRisk | ||||
| ServiceDocumentProblemCategory | ||||
| TransactionCurrency | ||||
| SrvcOrdGrossAmount | Item | ServiceDocItemGrossAmount | ||
| Industry | Item | Industry | Industry Sector | |
| ServiceOrganization | Item | ServiceOrganization | ||
| SalesOrganization | Item | SalesOrganization | Sales Organization | |
| SalesOffice | Item | SalesOffice | Sales Office | |
| SalesGroup | Item | SalesGroup | Sales Group | |
| DistributionChannel | Item | DistributionChannel | RefDistCh-Cust/Mat. | |
| Division | Item | Division | Internal Division ID | |
| SalesOrganizationOrgUnitID | Item | SalesOrganizationOrgUnitID | ||
| SalesOfficeOrgUnitID | Item | SalesOfficeOrgUnitID | ||
| SalesGroupOrgUnitID | Item | SalesGroupOrgUnitID | ||
| SoldToPartyCountry | Item | SoldToPartyCountry | ||
| SoldToPartyRegion | Item | SoldToPartyRegion | ||
| SoldToParty | Item | SoldToParty | Sold-to Party | |
| ResponsibleEmployee | Item | ResponsibleEmployee | Employee Resp. | |
| ContactPerson | Item | ContactPerson | Contact Person Key | |
| ServiceTeam | Item | ServiceTeam | ||
| ServiceEmployee | Item | ServiceEmployee | ||
| ServiceDocItemRejectionReason | Item | ServiceDocItemRejectionReason | ||
| ServiceDocumentItemStatus | Item | ServiceDocumentItemStatus | ||
| ServiceDocumentItemHasError | Item | ServiceDocumentItemHasError | ||
| BillingBlockReason | Item | BillingBlockReason | ||
| ServiceDocItemBillingStatus | Item | ServiceDocItemBillingStatus | ||
| SrvcDocItmIsReleasedForBilling | Item | SrvcDocItmIsReleasedForBilling | ||
| SrvcDocItemTransferStatus | Item | SrvcDocItemTransferStatus | ||
| RefInHouseRepairIsExisting | Item | RefInHouseRepairIsExisting | ||
| RequestedServiceStartDateTime | Item | RequestedServiceStartDateTime | ||
| RequestedServiceEndDateTime | Item | RequestedServiceEndDateTime | ||
| PlannedServiceStartDateTime | Item | PlannedServiceStartDateTime | ||
| PlannedServiceEndDateTime | Item | PlannedServiceEndDateTime | ||
| SrvcDocItemSLADueByDateTime | Item | SrvcDocItemSLADueByDateTime | ||
| ResponseProfile | Item | ResponseProfile | Response Prof. | |
| ServiceProfile | Item | ServiceProfile | Service Profile | |
| ServiceFirstResponseByDateTime | Item | ServiceFirstResponseByDateTime | ||
| RefBusinessSolutionOrder | Item | RefBusinessSolutionOrder | ||
| RefBusinessSolutionOrderItem | Item | RefBusinessSolutionOrderItem | ||
| _TransactionCurrency | ||||
| _ServiceOrganizationOrgUnit_2 | Item | _ServiceOrganizationOrgUnit_2 | ||
| _SalesOrganizationOrgUnit_2 | Item | _SalesOrganizationOrgUnit_2 | ||
| _SalesOfficeOrgUnit_2 | Item | _SalesOfficeOrgUnit_2 | ||
| _SalesGroupOrgUnit_2 | Item | _SalesGroupOrgUnit_2 |
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_SrvcTransactionIssueItemC004.
-- 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_SrvcTransactionIssueItemC004 AS
SELECT
Item.ServiceObjectType AS ServiceObjectType,
Item.ServiceDocument AS ServiceDocument,
Item.ServiceDocumentItem AS ServiceDocumentItem,
cast ( 'C001' as crms4_service_issue preserving type ) AS CustMgmtIssue,
cast ( 'C004' as crms4_srvc_conf_issue preserving type ) AS SrvcConfIssue,
Item._ServiceDocument.ServiceDocumentType AS ServiceDocumentType,
Item._ServiceDocument.SoldToPartyCountry AS Country,
Item._ServiceDocument.Region AS Region,
Item._ServiceDocument.ServiceRisk AS ServiceRisk,
Item._ServiceDocument.ServiceDocumentProblemCategory AS ServiceDocumentProblemCategory,
Item._ServiceDocument.TransactionCurrency AS TransactionCurrency,
Item.ServiceDocItemGrossAmount AS SrvcOrdGrossAmount,
Item.Industry AS Industry,
Item.ServiceOrganization AS ServiceOrganization,
Item.SalesOrganization AS SalesOrganization,
Item.SalesOffice AS SalesOffice,
Item.SalesGroup AS SalesGroup,
Item.DistributionChannel AS DistributionChannel,
Item.Division AS Division,
Item.SalesOrganizationOrgUnitID AS SalesOrganizationOrgUnitID,
Item.SalesOfficeOrgUnitID AS SalesOfficeOrgUnitID,
Item.SalesGroupOrgUnitID AS SalesGroupOrgUnitID,
Item.SoldToPartyCountry AS SoldToPartyCountry,
Item.SoldToPartyRegion AS SoldToPartyRegion,
Item.SoldToParty AS SoldToParty,
Item.ResponsibleEmployee AS ResponsibleEmployee,
Item.ContactPerson AS ContactPerson,
Item.ServiceTeam AS ServiceTeam,
Item.ServiceEmployee AS ServiceEmployee,
Item.ServiceDocItemRejectionReason AS ServiceDocItemRejectionReason,
Item.ServiceDocumentItemStatus AS ServiceDocumentItemStatus,
Item.ServiceDocumentItemHasError AS ServiceDocumentItemHasError,
Item.BillingBlockReason AS BillingBlockReason,
Item.ServiceDocItemBillingStatus AS ServiceDocItemBillingStatus,
Item.SrvcDocItmIsReleasedForBilling AS SrvcDocItmIsReleasedForBilling,
Item.SrvcDocItemTransferStatus AS SrvcDocItemTransferStatus,
Item.RefInHouseRepairIsExisting AS RefInHouseRepairIsExisting,
Item.RequestedServiceStartDateTime AS RequestedServiceStartDateTime,
Item.RequestedServiceEndDateTime AS RequestedServiceEndDateTime,
Item.PlannedServiceStartDateTime AS PlannedServiceStartDateTime,
Item.PlannedServiceEndDateTime AS PlannedServiceEndDateTime,
Item.SrvcDocItemSLADueByDateTime AS SrvcDocItemSLADueByDateTime,
Item.ResponseProfile AS ResponseProfile,
Item.ServiceProfile AS ServiceProfile,
Item.ServiceFirstResponseByDateTime AS ServiceFirstResponseByDateTime,
Item.RefBusinessSolutionOrder AS RefBusinessSolutionOrder,
Item.RefBusinessSolutionOrderItem AS RefBusinessSolutionOrderItem,
Item._ServiceDocument._TransactionCurrency AS _TransactionCurrency,
Item._ServiceOrganizationOrgUnit_2 AS _ServiceOrganizationOrgUnit_2,
Item._SalesOrganizationOrgUnit_2 AS _SalesOrganizationOrgUnit_2,
Item._SalesOfficeOrgUnit_2 AS _SalesOfficeOrgUnit_2,
Item._SalesGroupOrgUnit_2 AS _SalesGroupOrgUnit_2
INNER JOIN I_ServiceDocumentItemSuccssr_2 AS Link ON /* join condition not captured in parsed metadata */
INNER JOIN I_ServiceDocumentItemEnhcd AS Successor ON /* join condition not captured in parsed metadata */
;
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