I_ProdSpecAuthznGroupText
Product Specification Authorization Group - Text
I_ProdSpecAuthznGroupText is a Composite CDS View that provides data about "Product Specification Authorization Group - Text" in SAP S/4HANA. It reads from 1 data source (I_SpecAuthorizationGroupText) and exposes 5 fields with key fields Language, ProdSpecAuthznGroup. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SpecAuthorizationGroupText | I_SpecAuthorizationGroupText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProdSpecAuthorizationGroup | _ProdSpecAuthorizationGroup | $projection.ProdSpecAuthznGroup = _ProdSpecAuthorizationGroup.ProdSpecAuthznGroup |
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRODSPECAUTHGRT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | ProdSpecAuthznGroup | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Product Specification Authorization Group - Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | ProdSpecAuthznGroup | |||
| ProdSpecAuthznGroupDesc | ||||
| _Language | _Language | |||
| _ProdSpecAuthorizationGroup | _ProdSpecAuthorizationGroup |
@AbapCatalog.sqlViewName: 'IPRODSPECAUTHGRT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #MANDATORY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ProdSpecAuthznGroup'
@ObjectModel.semanticKey: [ 'ProdSpecAuthznGroup' ]
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE ]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Product Specification Authorization Group - Text'
define view I_ProdSpecAuthznGroupText as select from I_SpecAuthorizationGroupText
association [1..1] to I_ProdSpecAuthorizationGroup as _ProdSpecAuthorizationGroup
on $projection.ProdSpecAuthznGroup = _ProdSpecAuthorizationGroup.ProdSpecAuthznGroup
association [1..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@Semantics.language: true
key Language,
@ObjectModel.text.element: ['ProdSpecAuthznGroupDesc']
key cast( SpecificationAuthznGroup as /plmb/spc_prod_spec_auth_grp preserving type ) as ProdSpecAuthznGroup,
@Semantics.text: true
cast( SpecificationAuthznGroupDesc as /plmb/spc_prod_spec_auth_grp_t preserving type ) as ProdSpecAuthznGroupDesc,
/* Associations */
_Language,
_ProdSpecAuthorizationGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SPECAUTHORIZATIONGROUPTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PRODSPECAUTHORIZATIONGROUP"
],
"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