I_SrvcSubscrpnParamValTypeText

DDL: I_SRVCSUBSCRPNPARAMVALTYPETEXT Type: view BASIC

Subscription Billing Parameter type text

I_SrvcSubscrpnParamValTypeText is a Basic CDS View that provides data about "Subscription Billing Parameter type text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields SubscriptionParamValType, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
EndUserText.label Subscription Billing Parameter type text view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName IBSOSUBPARTYPTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SubscriptionParamValType
KEY Language ddlanguage
SubscriptionParamValTypeText ddtext
_SubscriptionParameterValType _SubscriptionParameterValType
@EndUserText.label: 'Subscription Billing Parameter type text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog:{
  sqlViewName: 'IBSOSUBPARTYPTXT',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC

@ObjectModel: {
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
   }

@Metadata.ignorePropagatedAnnotations: true


define view I_SrvcSubscrpnParamValTypeText as select from dd07t
association to I_SrvcSubscrpnParamValType as _SubscriptionParameterValType on  $projection.SubscriptionParamValType = _SubscriptionParameterValType.SubscriptionParamValType
{
      @ObjectModel.foreignKey.association: '_SubscriptionParameterValType'
  key cast(domvalue_l as crms4_sb_parameter_value_type) as  SubscriptionParamValType,
  key ddlanguage                    as                      Language,
  
      @Semantics.text: true
      ddtext                        as                      SubscriptionParamValTypeText,
  
  _SubscriptionParameterValType
  
} where domname  = 'CRMS4_SB_PARAMETER_VALUE_TYPE' and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_SRVCSUBSCRPNPARAMVALTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/