I_BkPOAAuthorizationGroupTxt
POA Authorization Group - Text
I_BkPOAAuthorizationGroupTxt is a Basic CDS View that provides data about "POA Authorization Group - Text" in SAP S/4HANA. It reads from 1 data source (fclmpoa_c_auth_t) and exposes 5 fields with key fields Language, BkPOAAuthorizationGroup. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fclmpoa_c_auth_t | fclmpoa_c_auth_t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | POA Authorization Group - Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | BkPOAAuthorizationGroup | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | lang | ||
| KEY | BkPOAAuthorizationGroup | poa_auth_group | ||
| BkPOAAuthorizationGroupName | text | |||
| _BkPOAAuthznGrp | _BkPOAAuthznGrp | |||
| _Language | _Language |
@EndUserText.label: 'POA Authorization Group - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{ dataCategory: #TEXT,
representativeKey: 'BkPOAAuthorizationGroup',
usageType:{ serviceQuality: #B,
dataClass: #CUSTOMIZING,
sizeCategory: #S } }
@VDM:{ lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC }
@Search.searchable: true
define view entity I_BkPOAAuthorizationGroupTxt
as select from fclmpoa_c_auth_t
association to parent I_BkPOAAuthorizationGroup as _BkPOAAuthznGrp on $projection.BkPOAAuthorizationGroup = _BkPOAAuthznGrp.BkPOAAuthorizationGroup
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key lang as Language,
@ObjectModel.text.element:['BkPOAAuthorizationGroupName']
key poa_auth_group as BkPOAAuthorizationGroup,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
text as BkPOAAuthorizationGroupName,
_BkPOAAuthznGrp,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLMPOA_C_AUTH_T"
],
"ASSOCIATED":
[
"I_BKPOAAUTHORIZATIONGROUP",
"I_LANGUAGE"
],
"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