I_CARevnAcctgServiceType

DDL: I_CAREVNACCTGSERVICETYPE Type: view_entity BASIC

Revenue Accounting Service Type

I_CARevnAcctgServiceType is a Basic CDS View that provides data about "Revenue Accounting Service Type" in SAP S/4HANA. It reads from 1 data source (tfk_ra_servtyp) and exposes 2 fields with key field CARevenueAccountingServiceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tfk_ra_servtyp tfk_ra_servtyp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CARevnAcctgServiceTypeText _CARevnAcctgServiceTypeText $projection.CARevenueAccountingServiceType = _CARevnAcctgServiceTypeText.CARevenueAccountingServiceType

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Revenue Accounting Service Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey CARevenueAccountingServiceType view
ObjectModel.sapObjectNodeType.name ContrAcctgRevnAcctgServiceType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CARevenueAccountingServiceType service_type
_CARevnAcctgServiceTypeText _CARevnAcctgServiceTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Revenue Accounting Service Type'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { modelingPattern: #NONE,
                representativeKey: 'CARevenueAccountingServiceType',
                sapObjectNodeType.name: 'ContrAcctgRevnAcctgServiceType',
                supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                                         #CDS_MODELING_DATA_SOURCE,
                                         #SQL_DATA_SOURCE ],
                usageType: { dataClass: #CUSTOMIZING,
                             serviceQuality: #A,
                             sizeCategory: #S } }

@VDM.viewType: #BASIC

define view entity I_CARevnAcctgServiceType
  as select from tfk_ra_servtyp

  association [0..*] to I_CARevnAcctgServiceTypeText as _CARevnAcctgServiceTypeText on $projection.CARevenueAccountingServiceType = _CARevnAcctgServiceTypeText.CARevenueAccountingServiceType

{
      @ObjectModel.text.association: '_CARevnAcctgServiceTypeText'
  key service_type as CARevenueAccountingServiceType,

      _CARevnAcctgServiceTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK_RA_SERVTYP"
],
"ASSOCIATED":
[
"I_CAREVNACCTGSERVICETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/