I_AccountAssignmentTypeT
Account Assignment Type - Text
I_AccountAssignmentTypeT is a Basic CDS View that provides data about "Account Assignment Type - Text" in SAP S/4HANA. It reads from 1 data source (tbo01) and exposes 5 fields with key fields Language, AccountAssignmentType. It is exposed through 1 OData service (UI_PEGGINGASSIGNMENTWITHCOST).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tbo01 | tbo01 | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIACTASSGNMT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Account Assignment Type - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | AccountAssignmentType | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PEGGINGASSIGNMENTWITHCOST | UI_PGGNGASSIGNMENTWITHCOST | V2 | C1 | NOT_RELEASED |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | AccountAssignmentType | |||
| AccountAssignmentTypeName | ||||
| AccountAssignmentTypeDesc | ||||
| AcctAsgtTypeLanguageDependent |
@AbapCatalog.sqlViewName: 'IFIACTASSGNMT'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED // #CHECK
@EndUserText.label: 'Account Assignment Type - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'AccountAssignmentType'
@VDM.viewType: #BASIC
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@Analytics.dataExtraction.enabled
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities:[#EXTRACTION_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#SEARCHABLE_ENTITY]
define view I_AccountAssignmentTypeT
as select from tbo01
{
@Semantics.language: true
key spras as Language,
@ObjectModel.text.element: 'AccountAssignmentTypeDesc'
key cast(obart as j_obart preserving type ) as AccountAssignmentType,
//obart_ld,
// @Semantics.text: true
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// cast (txt10 as fis_accasty_txt10 preserving type ) as AccountAssignmentTypeShortTxt,
// @Semantics.text: true
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// cast(txt15 as fis_accasty_txt15 preserving type ) as AccountAssignmentTypeMediumTxt,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
cast(txt20 as fis_accasty_txt20 preserving type ) as AccountAssignmentTypeName,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
cast (txt60 as fis_accasty_txt60 preserving type ) as AccountAssignmentTypeDesc,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
cast(obart_ld as fis_j_obart3 preserving type ) as AcctAsgtTypeLanguageDependent
}
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