I_ContractProposalFeedback

DDL: I_CONTRACTPROPOSALFEEDBACK SQL: ICTRPRPSLFDBK Type: view BASIC

Contract Proposal Feedback

I_ContractProposalFeedback is a Basic CDS View that provides data about "Contract Proposal Feedback" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ContractProposalFeedback. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ContractProposalFeedbackText _Text $projection.ContractProposalFeedback = _Text.ContractProposalFeedback

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ContractProposalFeedback view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.sqlViewName ICTRPRPSLFDBK view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Contract Proposal Feedback view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ContractProposalFeedback
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{representativeKey: 'ContractProposalFeedback',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S}

@AbapCatalog.sqlViewName: 'ICTRPRPSLFDBK'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Contract Proposal Feedback'
@ObjectModel.resultSet.sizeCategory: #XS

define view I_ContractProposalFeedback
  as select from dd07l
  association [0..*] to I_ContractProposalFeedbackText as _Text on $projection.ContractProposalFeedback = _Text.ContractProposalFeedback
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 2 ) as vdm_proposalfeedback ) as ContractProposalFeedback,
      _Text
}
where
      domname  = 'VDM_PROPOSALFEEDBACK'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CONTRACTPROPOSALFEEDBACKTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/