C_FSItemMappedMappingID
FSItem Mapping Mapped ID
C_FSItemMappedMappingID is a Consumption CDS View that provides data about "FSItem Mapping Mapped ID" in SAP S/4HANA. Part of development package FIN_CS_MD_FSITEMMAPPING.
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | FSItem Mapping Mapped ID | view | |
| AbapCatalog.sqlViewName | CFSIMAPPEDMAPID | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationChartOfAccounts | ConsolidationChartOfAccounts | ||
| KEY | ChartOfAccounts | |||
| KEY | FSItemMappingID | FSItemMappingID | ||
| FSItemMappingName |
@EndUserText.label: 'FSItem Mapping Mapped ID'
@AbapCatalog.sqlViewName: 'CFSIMAPPEDMAPID'
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
define view C_FSItemMappedMappingID
as select distinct from I_FSItemMappingRevision
{
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
@EndUserText: {
label: 'Consolidation Chart of Accounts',
quickInfo: 'Consolidation Chart of Accounts'
}
key ConsolidationChartOfAccounts,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
key cast( ChartOfAccounts as fincs_ktopl preserving type ) as ChartOfAccounts,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
@EndUserText: {
label: 'FS Item Mapping ID',
quickInfo: 'Financial Statement Item Mapping ID'
}
key FSItemMappingID,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@EndUserText: {
label: 'Description',
quickInfo: 'Description'
}
_Mapping._Text[1: Language = $session.system_language].FSItemMappingName
}
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