I_RevnAcctgSenderComponent

DDL: I_REVNACCTGSENDERCOMPONENT SQL: IRASRCCOMP Type: view BASIC

RA Source Sender Component

I_RevnAcctgSenderComponent is a Basic CDS View (Dimension) that provides data about "RA Source Sender Component" in SAP S/4HANA. It reads from 1 data source (farr_c_srcco) and exposes 2 fields with key field RevnAcctgSenderComponent. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
farr_c_srcco farr_c_srcco from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RevnAcctgSenderComponentText _Text $projection.RevnAcctgSenderComponent = _Text.RevnAcctgSenderComponent

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IRASRCCOMP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label RA Source Sender Component view
Analytics.dataCategory #DIMENSION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey RevnAcctgSenderComponent view
VDM.viewType #BASIC view
Analytics.internalName #LOCAL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RevnAcctgSenderComponent srcdoc_comp
_Text _Text
@AbapCatalog.sqlViewName: 'IRASRCCOMP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@EndUserText.label: 'RA Source Sender Component'
@Analytics.dataCategory: #DIMENSION
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #S, dataClass: #META}
@ObjectModel.representativeKey: 'RevnAcctgSenderComponent'
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL

define view I_RevnAcctgSenderComponent
  as select from farr_c_srcco
  association [0..*] to I_RevnAcctgSenderComponentText as _Text on $projection.RevnAcctgSenderComponent = _Text.RevnAcctgSenderComponent
{
       @ObjectModel.text.association: '_Text'
   key srcdoc_comp as RevnAcctgSenderComponent,
   
   _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FARR_C_SRCCO"
],
"ASSOCIATED":
[
"I_REVNACCTGSENDERCOMPONENTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/