P_MX_MigrationSourceCategory
MIG_SOURCE categories in ACDOCA
P_MX_MigrationSourceCategory is a Composite CDS View that provides data about "MIG_SOURCE categories in ACDOCA" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field JrnlEntryItemMigrationSource.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | JrnlEntryItemMigrationSource | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| EndUserText.label | MIG_SOURCE categories in ACDOCA | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | JrnlEntryItemMigrationSource |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
representativeKey: 'JrnlEntryItemMigrationSource',
usageType.dataClass: #META,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
@EndUserText.label: 'MIG_SOURCE categories in ACDOCA'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity P_MX_MigrationSourceCategory
as select from dd07l
{
key cast ( substring( domvalue_l, 1, 1 ) as fins_acdoc_mig_source preserving type ) as JrnlEntryItemMigrationSource
}
where
domname = 'FINS_ACDOC_MIG_SOURCE'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"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