R_BusSolnQtanItemTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_BusSolutionQuotationType | _BusSolutionQuotationType | inner |
| I_ServiceDocumentItemEnhcd | _ServiceDocumentItemEnhcd | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 */
;
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