I_FMEAAuthorizationGroupT
Text for FMEA Auth. Group
I_FMEAAuthorizationGroupT is a Basic CDS View that provides data about "Text for FMEA Auth. Group" in SAP S/4HANA. It reads from 1 data source (plmc_autht) and exposes 4 fields with key fields FMEAAuthorizationGroup, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plmc_autht | plmc_autht | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_FMEAAuthorizationGroup | _FMEAAuthorizationGroup | $projection.FMEAAuthorizationGroup = _FMEAAuthorizationGroup.FMEAAuthorizationGroup |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFMEAAUTHGT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text for FMEA Auth. Group | view | |
| ObjectModel.representativeKey | FMEAAuthorizationGroup | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEAAuthorizationGroup | auth_group | ||
| KEY | Language | langu | ||
| FMEAAuthorizationGroupText | auth_group_text | |||
| _FMEAAuthorizationGroup | _FMEAAuthorizationGroup |
@AbapCatalog.sqlViewName: 'IFMEAAUTHGT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text for FMEA Auth. Group'
@ObjectModel.representativeKey: 'FMEAAuthorizationGroup'
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING },
dataCategory: #TEXT
}
define view I_FMEAAuthorizationGroupT as select from plmc_autht
association [1] to I_FMEAAuthorizationGroup as _FMEAAuthorizationGroup
on $projection.FMEAAuthorizationGroup = _FMEAAuthorizationGroup.FMEAAuthorizationGroup
{
key auth_group as FMEAAuthorizationGroup,
key langu as Language,
auth_group_text as FMEAAuthorizationGroupText,
//Associations
_FMEAAuthorizationGroup
}
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