A_BusSolnQtanPersonResp

DDL: A_BUSSOLNQTANPERSONRESP Type: view COMPOSITE

Solution Quotation Person Responsible (API)

A_BusSolnQtanPersonResp is a Composite CDS View that provides data about "Solution Quotation Person Responsible (API)" in SAP S/4HANA. It reads from 1 data source (I_CustMgmtPartner) and exposes 3 fields with key fields BusinessSolutionQuotation, PersonResponsible. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CustMgmtPartner I_CustMgmtPartner from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_BusinessSolutionQuotation _BusinessSolutionQuotation $projection.BusinessSolutionQuotation = _BusinessSolutionQuotation.BusinessSolutionQuotation

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Solution Quotation Person Responsible (API) view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ABSQPERSONRESP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionQuotation CustMgmtDocument
KEY PersonResponsible CustMgmtBusinessPartner
_BusinessSolutionQuotation _BusinessSolutionQuotation
@ClientHandling.algorithm:#SESSION_VARIABLE
@EndUserText.label: 'Solution Quotation Person Responsible (API)'
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ABSQPERSONRESP',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   createEnabled: true,
   updateEnabled: true,
   deleteEnabled: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
@Metadata.ignorePropagatedAnnotations: true

define view A_BusSolnQtanPersonResp
  as select from I_CustMgmtPartner

  association [1..1] to A_BusinessSolutionQuotation as _BusinessSolutionQuotation on $projection.BusinessSolutionQuotation = _BusinessSolutionQuotation.BusinessSolutionQuotation
{

  key CustMgmtDocument        as BusinessSolutionQuotation,
  key CustMgmtBusinessPartner as PersonResponsible,

      //Associations

      _BusinessSolutionQuotation
}

where
      CustMgmtObjectType           = 'BUS2000116'
  and CustMgmtDocumentItem         is initial
  and CustMgmtPartFunctionCategory = '0008'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTMGMTPARTNER"
],
"ASSOCIATED":
[
"A_BUSINESSSOLUTIONQUOTATION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/