P_MX_MigrationSourceCategory

DDL: P_MX_MIGRATIONSOURCECATEGORY Type: view_entity COMPOSITE

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)

SourceAliasJoin Type
dd07l dd07l from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/