R_MATLPRICEDATAMIGRATIONSTATUS
Material Price Data Migration Status
R_MATLPRICEDATAMIGRATIONSTATUS is a CDS View in S/4HANA. Material Price Data Migration Status. 28 CDS views read from this table.
CDS Views using this table (28)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| fmlv_ckmlcr_compat | view | inner | Compatibility View for CKMLCR | |
| fmlv_ckmlpr_compat | view | inner | Compatibility View for CKMLPR | |
| FMLV_EBEWH_CKMLCR_SALKV | view | inner | CompatView for SALKV in EBEWH | |
| FMLV_MBEWH_CKMLCR_SALKV | view | inner | CompatView for SALKV in MBEWH | |
| FMLV_OBEWH_CKMLCR_SALKV | view | inner | CompatView for SALKV in OBEWH | |
| FMLV_QBEWH_CKMLCR_SALKV | view | inner | CompatView for SALKV in QBEWH | |
| FMLV_XBEW_CKMLCR_SALKV | view | inner | CompatView for XBEW Redirect Tables | |
| I_CurrentMaterialValuations | view | inner | COMPOSITE | Current Material Valuations |
| I_MaterialLedger | view | inner | COMPOSITE | Material Ledger Interface |
| I_MaterialValuationsByPeriods | view | inner | COMPOSITE | Material Valuations by Currtp/Period |
| I_MLPricePersistedPeriod | view | inner | COMPOSITE | Periods for ML Prices per Currency |
| Mbv_Ebew | view | inner | Compatibility view for EBEW table | |
| Mbv_Mbew_Base | view | inner | Base view for compatibility view of MBEW | |
| Mbv_Obew | view | inner | Compatibility view for OBEW table | |
| Mbv_Qbew | view | inner | Compatibility view for QBEW table | |
| P_CURRENTMATLVALNPRICE | view | inner | BASIC | |
| P_CURRENTMATLVALNPRICEDEX | view | inner | BASIC | |
| P_InventoryPriceByKeydate | view | inner | BASIC | |
| P_InvPricesMaxFis | view | inner | COMPOSITE | |
| P_MaterialValuationPrices | view | inner | COMPOSITE | |
| P_Matval_Manage_Ckml | view | inner | BASIC | |
| P_Matval_Manage_Cost | view | inner | BASIC | |
| P_Matval_Manage_Max | view | inner | BASIC | |
| P_Matval_Manage_Pnv_Pre | view | inner | BASIC | |
| P_Matval_Manage_Val_Chart | view | inner | BASIC | |
| P_MLPricePersistedPeriod | view | inner | BASIC | |
| R_MatlPriceSpclStockValnStrgy | view | inner | COMPOSITE | Mat Price Spec Stock Valuation Strategy |
| V_MATERIALLEDGERPRICE | view | inner | Material Ledger Price |
@EndUserText.label: 'Material Price Data Migration Status'
@Analytics: { dataCategory: #DIMENSION }
@Analytics.internalName:#LOCAL
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED // #CHECK
@AbapCatalog.sqlViewName: 'RMATPSDMS'
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define view R_MatlPriceDataMigrationStatus
as select from P_FML_SDM_PHASE_BADI_AMDP_TF ( P_SAPClient : $session.client ) {
SDMPhase as MatlPriceDataMigrationStatus
}