APS_IAM_INFO_APP_TYPE
Domain App Type
APS_IAM_INFO_APP_TYPE is a CDS View that provides data about "Domain App Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Ddlanguage, As4local, Valpos, As4vers, KeyValue. Part of development package SR_APS_IAM_INFO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Domain App Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | KeyValue | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Ddlanguage | ddlanguage | ||
| KEY | As4local | as4local | ||
| KEY | Valpos | valpos | ||
| KEY | As4vers | as4vers | ||
| KEY | KeyValue | domvalue_l | ||
| AppTypeText | ddtext |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Domain App Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Search.searchable: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'KeyValue'
define view entity APS_IAM_INFO_APP_TYPE
as select from dd07t
{
@UI.hidden: true
@Semantics.language: true
key ddlanguage as Ddlanguage,
@UI.hidden: true
key as4local as As4local,
@UI.hidden: true
key valpos as Valpos,
@UI.hidden: true
key as4vers as As4vers,
@UI.hidden: true
@ObjectModel.text.element: ['AppTypeText']
key domvalue_l as KeyValue,
@EndUserText: { label: 'Application Type', quickInfo: 'Application Type' }
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text: true
ddtext as AppTypeText
}
where
domname = 'APS_IAM_APP_TYPE'
and ddlanguage = $session.system_language
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