C_MM_AccountAssignCatValueHelp
Account Assignment Category Value Help
C_MM_AccountAssignCatValueHelp is a Consumption CDS View that provides data about "Account Assignment Category Value Help" in SAP S/4HANA. It reads from 1 data source (I_AccountAssignmentCategory) and exposes 2 fields with key field AccountAssignmentCategory.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AccountAssignmentCategory | I_AccountAssignmentCategory | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMMACACAT_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.semanticKey | AccountAssignmentCategory | view | |
| ObjectModel.representativeKey | AccountAssignmentCategory | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Account Assignment Category Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountAssignmentCategory | AccountAssignmentCategory | Account Assignment Category | |
| AcctAssignmentCategoryName | Account Assignment Category Description |
@AbapCatalog.sqlViewName: 'CMMACACAT_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: 'AccountAssignmentCategory'
@ObjectModel.representativeKey: 'AccountAssignmentCategory'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Account Assignment Category Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
define view C_MM_AccountAssignCatValueHelp
as select from I_AccountAssignmentCategory
{
@EndUserText.label: 'Account Assignment Category'
@ObjectModel.text.element: [ 'AcctAssignmentCategoryName' ]
key AccountAssignmentCategory,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@EndUserText.label: 'Account Assignment Category Description'
_Text[1: Language = $session.system_language].AcctAssignmentCategoryName as AcctAssignmentCategoryName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTASSIGNMENTCATEGORY",
"I_ACCTASSIGNMENTCATEGORYTEXT"
],
"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