I_ACMApplDocTypeDesc
Interface for App Doc Type Desc
I_ACMApplDocTypeDesc is a Basic CDS View that provides data about "Interface for App Doc Type Desc" in SAP S/4HANA. It reads from 1 data source (/accgo/t_doc_tyt) and exposes 3 fields with key fields Language, ApplicationDocType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /accgo/t_doc_tyt | /accgo/t_doc_tyt | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Interface for App Doc Type Desc | view | |
| ObjectModel.representativeKey | ApplicationDocType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | ApplicationDocType | doc_type | ||
| ApplicationDocTypeDescription | text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface for App Doc Type Desc'
@ObjectModel.representativeKey: 'ApplicationDocType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
define view entity I_ACMApplDocTypeDesc
as select from /accgo/t_doc_tyt
{
@Semantics.language: true
key spras as Language,
@ObjectModel.text.element: ['ApplicationDocTypeDescription']
key doc_type as ApplicationDocType,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
text as ApplicationDocTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_DOC_TYT"
],
"ASSOCIATED":
[],
"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