I_BUSSOLUTIONQUOTATIONTYPE
Transaction types for Solution Quotation
I_BUSSOLUTIONQUOTATIONTYPE is a CDS View in S/4HANA. Transaction types for Solution Quotation. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_BSQPMBusSolnQtan | view_entity | inner | CONSUMPTION | BSQPM Solution Quotation Attribute |
| C_BusSolnQtanTypeVH | view_entity | from | CONSUMPTION | Business Solution Quotation Type |
| C_BusSolnQtanVH | view_entity | inner | CONSUMPTION | Business Solution Quotation |
| P_BSQPMSolnQtanItmProcFlw | view_entity | inner | COMPOSITE | |
| P_BSQPMSolnQtanProcFlw | view_entity | inner | COMPOSITE | |
| P_BusSolnQtanItemAccptcStatus | view_entity | inner | COMPOSITE | |
| R_BusinessSolutionQuotationTP | view_entity | inner | TRANSACTIONAL | Business Solution Quotation - TP |
| R_BusSolnQtanItemTP | view_entity | inner | TRANSACTIONAL | Business Solution Quotation Item - TP |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Transaction types for Solution Quotation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@VDM.viewType: #COMPOSITE
define view entity I_BusSolutionQuotationType
as select distinct from I_ServiceDocumentType as ServiceDocumentType
inner join I_SrvcDocTypeAllwdItemCategory as SrvcDocTypeAllwdItemCategory on SrvcDocTypeAllwdItemCategory.ServiceDocumentType = ServiceDocumentType.ServiceDocumentType
inner join I_ServiceDocItemCategory as ServiceDocItemCategory on ServiceDocItemCategory.ServiceDocItemCategory = SrvcDocTypeAllwdItemCategory.ServiceDocItemCategory
inner join I_ServiceDocItemTypeSlsSttg as ServiceDocItemTypeSlsSttg on ServiceDocItemTypeSlsSttg.ServiceDocItemCategory = SrvcDocTypeAllwdItemCategory.ServiceDocItemCategory
{ key ServiceDocumentType.ServiceDocumentType as BusSolutionQuotationType,
ServiceDocumentType._ServiceDocumentTypeText
}
where ServiceDocumentType.ServiceObjectType = 'BUS2000116'
and ServiceDocumentType.ServiceDocumentTemplateType is initial
and ServiceDocItemTypeSlsSttg.SrvcDocItemCategoryIsQuotation = 'X'
and ServiceDocItemTypeSlsSttg.SrvcDocQuotationItemIsCopied = 'X'
and ( ServiceDocItemCategory.ServiceObjectType = 'BUS2000137' or
ServiceDocItemCategory.ServiceObjectType = 'BUS2000155' )
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCITEMCATEGORY",
"I_SERVICEDOCITEMTYPESLSSTTG",
"I_SERVICEDOCUMENTTYPE",
"I_SRVCDOCTYPEALLWDITEMCATEGORY"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTTYPETEXT"
],
"BASE":
[
"I_SERVICEDOCUMENTTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/