I_ServiceCanclnReasonText

DDL: I_SERVICECANCLNREASONTEXT Type: view BASIC

Service Cancellation Reason - Text

I_ServiceCanclnReasonText is a Basic CDS View that provides data about "Service Cancellation Reason - Text" in SAP S/4HANA. It reads from 1 data source (crmc_cancreasont) and exposes 5 fields with key fields ServiceContrCancellationReason, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
crmc_cancreasont crmc_cancreasont from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_ServiceCancellationReason _ServiceCancellationReason $projection.ServiceContrCancellationReason = _ServiceCancellationReason.ServiceContrCancellationReason
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (16)

NameValueLevelField
EndUserText.label Service Cancellation Reason - Text view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISRVCCANCREASONT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ServiceContrCancellationReason view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ServiceContrCancellationReason canc_reason
KEY Language langu
ServiceContrCanclnReasonName canc_reason_t
_ServiceCancellationReason _ServiceCancellationReason
_Language _Language
@EndUserText.label: 'Service Cancellation Reason - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ISRVCCANCREASONT',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: {
   dataCategory: #TEXT,
   representativeKey: 'ServiceContrCancellationReason',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #X,
     sizeCategory:   #S
   },
   supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ],
   modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@Analytics.dataExtraction.enabled: true
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true


define view I_ServiceCanclnReasonText
  as select from crmc_cancreasont

  association [1..1] to I_ServiceCancellationReason as _ServiceCancellationReason on $projection.ServiceContrCancellationReason = _ServiceCancellationReason.ServiceContrCancellationReason
  association [0..1] to I_Language                  as _Language                  on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_ServiceCancellationReason'
  key canc_reason   as ServiceContrCancellationReason,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key langu         as Language,

      @Semantics.text: true
      canc_reason_t as ServiceContrCanclnReasonName,


      _ServiceCancellationReason,
      _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMC_CANCREASONT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SERVICECANCELLATIONREASON"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/