I_CreditManagementRating

DDL: I_CREDITMANAGEMENTRATING SQL: ICRRATING Type: view BASIC

Credit Management Rating

I_CreditManagementRating is a Basic CDS View that provides data about "Credit Management Rating" in SAP S/4HANA. It reads from 1 data source (tpz22) and exposes 5 fields with key fields BusinessPartnerRatingProcedure, BusinessPartnerRating. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tpz22 tpz22 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CreditManagementRatingText _Text $projection.BusinessPartnerRatingProcedure = _Text.BusinessPartnerRatingProcedure and $projection.BusinessPartnerRating = _Text.BusinessPartnerRating

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICRRATING view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Credit Management Rating view
VDM.viewType #BASIC view
VDM.private false view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey BusinessPartnerRating view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerRatingProcedure grade_method
KEY BusinessPartnerRating grade
BusinessPartnerRanking ranking
BusinessPartnerRatingName grade_txt
_Text _Text
@AbapCatalog.sqlViewName: 'ICRRATING'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Credit Management Rating'
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@VDM.viewType: #BASIC
@VDM.private: false
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'BusinessPartnerRating'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
define view I_CreditManagementRating
  as select from tpz22
  association [0..*] to I_CreditManagementRatingText as _Text on  $projection.BusinessPartnerRatingProcedure = _Text.BusinessPartnerRatingProcedure
                                                              and $projection.BusinessPartnerRating          = _Text.BusinessPartnerRating
{
       //key grade_method as GradeMethod,

  key  grade_method as BusinessPartnerRatingProcedure,
  key  grade        as BusinessPartnerRating,
       ranking      as BusinessPartnerRanking,
       grade_txt as  BusinessPartnerRatingName,
       _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TPZ22"
],
"ASSOCIATED":
[
"I_CREDITMANAGEMENTRATINGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/