R_BusSolnQtanItemTP

DDL: R_BUSSOLNQTANITEMTP Type: view_entity TRANSACTIONAL

Business Solution Quotation Item - TP

R_BusSolnQtanItemTP is a Transactional CDS View that provides data about "Business Solution Quotation Item - TP" in SAP S/4HANA. It reads from 2 data sources (I_BusSolutionQuotationType, I_ServiceDocumentItemEnhcd) and exposes 38 fields with key fields BusinessSolutionQuotation, CustMgmtObjectType, ServiceDocumentItem.

Data Sources (2)

SourceAliasJoin Type
I_BusSolutionQuotationType _BusSolutionQuotationType inner
I_ServiceDocumentItemEnhcd _ServiceDocumentItemEnhcd from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Business Solution Quotation Item - TP view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view

Fields (38)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionQuotation I_ServiceDocumentItemEnhcd ServiceDocument Transaction ID
KEY CustMgmtObjectType I_ServiceDocumentItemEnhcd ServiceObjectType Object Type
KEY ServiceDocumentItem I_ServiceDocumentItemEnhcd ServiceDocumentItem Service Document
Product I_ServiceDocumentItemEnhcd Product Product Sold
BusSolnQtanItemDescription I_ServiceDocumentItemEnhcd ServiceDocumentItemDescription
BusSolnQtanItemCategory I_ServiceDocumentItemEnhcd ServiceDocItemCategory
ServiceDocumentItemObjectType I_ServiceDocumentItemEnhcd ServiceDocumentItemObjectType
SrvcDocItmCategoryShortName _ServiceDocItemCategoryText SrvcDocItmCategoryShortName
ServiceDocumentItemUUID I_ServiceDocumentItemEnhcd ServiceDocumentItemUUID
ParentServiceDocumentItemUUID I_ServiceDocumentItemEnhcd ParentServiceDocumentItemUUID
Quantity I_ServiceDocumentItemEnhcd ServiceDocumentItemQuantity
QuantityUnit I_ServiceDocumentItemEnhcd ServiceDocItemQuantityUnit
TransactionCurrency I_ServiceDocumentItemEnhcd TransactionCurrency Transaction Currency
ServiceDocumentItemNetAmount I_ServiceDocumentItemEnhcd ServiceDocumentItemNetAmount
ServiceDocumentItemStatus I_ServiceDocumentItemEnhcd ServiceDocumentItemStatus
ServiceDocumentStatusName _SrvcDocLifecycleStatusText ServiceDocumentStatusName
ServiceDocumentType I_ServiceDocumentItemEnhcd ServiceDocumentType Transaction Type
SalesGroup I_ServiceDocumentItemEnhcd SalesGroup Sales Group
SalesOffice I_ServiceDocumentItemEnhcd SalesOffice Sales Office
Division I_ServiceDocumentItemEnhcd Division Internal Division ID
DistributionChannel I_ServiceDocumentItemEnhcd DistributionChannel RefDistCh-Cust/Mat.
SalesOrganization I_ServiceDocumentItemEnhcd SalesOrganization Sales Organization
SalesOrganizationOrgUnitID I_ServiceDocumentItemEnhcd SalesOrganizationOrgUnitID
ServiceOrganization I_ServiceDocumentItemEnhcd ServiceOrganization
SalesGroupOrgUnitID I_ServiceDocumentItemEnhcd SalesGroupOrgUnitID
SalesOfficeOrgUnitID I_ServiceDocumentItemEnhcd SalesOfficeOrgUnitID
RespEmployeeBusinessPartnerId I_ServiceDocumentItemEnhcd ResponsibleEmployee Employee Resp.
_ServiceDocItemCategory I_ServiceDocumentItemEnhcd _ServiceDocItemCategory
_BusinessSolutionQuotation _BusinessSolutionQuotation
_SrvcDocLifecycleStatusText _SrvcDocLifecycleStatusText
_ServiceDocItemCategoryText _ServiceDocItemCategoryText
_ServiceDocument I_ServiceDocumentItemEnhcd _ServiceDocument
_ServiceObjType I_ServiceDocumentItemEnhcd _ServiceObjType
_TransactionCurrency I_ServiceDocumentItemEnhcd _TransactionCurrency
_ServiceDocItemStatus I_ServiceDocumentItemEnhcd _ServiceDocItemStatus
_ServiceDocumentType I_ServiceDocumentItemEnhcd _ServiceDocumentType
_Product I_ServiceDocumentItemEnhcd _Product
_RespEmployee I_ServiceDocumentItemEnhcd _RespEmployee

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 R_BusSolnQtanItemTP.
-- 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 R_BusSolnQtanItemTP AS
SELECT
  _ServiceDocumentItemEnhcd.ServiceDocument AS BusinessSolutionQuotation,
  _ServiceDocumentItemEnhcd.ServiceObjectType AS CustMgmtObjectType,
  _ServiceDocumentItemEnhcd.ServiceDocumentItem AS ServiceDocumentItem,
  _ServiceDocumentItemEnhcd.Product AS Product,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemDescription AS BusSolnQtanItemDescription,
  _ServiceDocumentItemEnhcd.ServiceDocItemCategory AS BusSolnQtanItemCategory,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemObjectType AS ServiceDocumentItemObjectType,
  _ServiceDocItemCategoryText.SrvcDocItmCategoryShortName AS SrvcDocItmCategoryShortName,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemUUID AS ServiceDocumentItemUUID,
  _ServiceDocumentItemEnhcd.ParentServiceDocumentItemUUID AS ParentServiceDocumentItemUUID,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemQuantity AS Quantity,
  _ServiceDocumentItemEnhcd.ServiceDocItemQuantityUnit AS QuantityUnit,
  _ServiceDocumentItemEnhcd.TransactionCurrency AS TransactionCurrency,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemNetAmount AS ServiceDocumentItemNetAmount,
  _ServiceDocumentItemEnhcd.ServiceDocumentItemStatus AS ServiceDocumentItemStatus,
  _SrvcDocLifecycleStatusText.ServiceDocumentStatusName AS ServiceDocumentStatusName,
  _ServiceDocumentItemEnhcd.ServiceDocumentType AS ServiceDocumentType,
  _ServiceDocumentItemEnhcd.SalesGroup AS SalesGroup,
  _ServiceDocumentItemEnhcd.SalesOffice AS SalesOffice,
  _ServiceDocumentItemEnhcd.Division AS Division,
  _ServiceDocumentItemEnhcd.DistributionChannel AS DistributionChannel,
  _ServiceDocumentItemEnhcd.SalesOrganization AS SalesOrganization,
  _ServiceDocumentItemEnhcd.SalesOrganizationOrgUnitID AS SalesOrganizationOrgUnitID,
  _ServiceDocumentItemEnhcd.ServiceOrganization AS ServiceOrganization,
  _ServiceDocumentItemEnhcd.SalesGroupOrgUnitID AS SalesGroupOrgUnitID,
  _ServiceDocumentItemEnhcd.SalesOfficeOrgUnitID AS SalesOfficeOrgUnitID,
  _ServiceDocumentItemEnhcd.ResponsibleEmployee AS RespEmployeeBusinessPartnerId,
  _ServiceDocumentItemEnhcd._ServiceDocItemCategory AS _ServiceDocItemCategory,
  _ServiceDocumentItemEnhcd._ServiceDocument AS _ServiceDocument,
  _ServiceDocumentItemEnhcd._ServiceObjType AS _ServiceObjType,
  _ServiceDocumentItemEnhcd._TransactionCurrency AS _TransactionCurrency,
  _ServiceDocumentItemEnhcd._ServiceDocItemStatus AS _ServiceDocItemStatus,
  _ServiceDocumentItemEnhcd._ServiceDocumentType AS _ServiceDocumentType,
  _ServiceDocumentItemEnhcd._Product AS _Product,
  _ServiceDocumentItemEnhcd._RespEmployee AS _RespEmployee
FROM I_ServiceDocumentItemEnhcd AS _ServiceDocumentItemEnhcd
INNER JOIN I_BusSolutionQuotationType AS _BusSolutionQuotationType ON /* join condition not captured in parsed metadata */
;