I_UtilsBillgOutsortingGroup

DDL: I_UTILSBILLGOUTSORTINGGROUP SQL: IEOUTSRTGGRPB Type: view BASIC

Outsorting Reason for Billing

I_UtilsBillgOutsortingGroup is a Basic CDS View (Dimension) that provides data about "Outsorting Reason for Billing" in SAP S/4HANA. It reads from 1 data source (te127) and exposes 2 fields with key field UtilsBillgOutsortingReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
te127 te127 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsBillgOutsortingGroupT _Text $projection.UtilsBillgOutsortingReason = _Text.UtilsBillgOutsortingReason

Annotations (13)

NameValueLevelField
EndUserText.label Outsorting Reason for Billing view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEOUTSRTGGRPB view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey UtilsBillgOutsortingReason view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsBillgOutsortingReason
_Text _Text
@EndUserText.label: 'Outsorting Reason for Billing'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEOUTSRTGGRPB'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
//@Analytics.dataExtraction.enabled: true

@ObjectModel.representativeKey: 'UtilsBillgOutsortingReason'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsBillgOutsortingGroup
  as select from te127
  association [0..*] to I_UtilsBillgOutsortingGroupT as _Text on $projection.UtilsBillgOutsortingReason = _Text.UtilsBillgOutsortingReason
{
      @ObjectModel.text.association: '_Text'
  key cast(te127.manoutsort as e_manoutsort_vdm preserving type) as UtilsBillgOutsortingReason,

      _Text
}