I_SrvcSubscrpnParamValTypeText
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA