P_SrvcTransactionIssueItemC003

DDL: P_SRVCTRANSACTIONISSUEITEMC003 Type: view COMPOSITE

P_SrvcTransactionIssueItemC003 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)

SourceAliasJoin Type
I_ServiceDocumentItemSuccssr_2 Link inner
I_ServiceDocumentItemEnhcd Successor inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PSRVCISSITMC003 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)

KeyFieldSource TableSource FieldDescription
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_SrvcTransactionIssueItemC003.
-- 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_SrvcTransactionIssueItemC003 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 ( 'C003' 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 */
;