FMLV_EXTERNAL_CURTYPE_ML

CDS View

ML relevant external currency types

FMLV_EXTERNAL_CURTYPE_ML is a CDS View in S/4HANA. ML relevant external currency types. It contains 3 fields. 24 CDS views read from this table.

CDS Views using this table (24)

ViewTypeJoinVDMDescription
FMLV_CKMLKEV_UCT_UNION view left_outer Material Ledger Cost Component Split w. cor CURTP
FMLV_CKMLKEVLD_UNION view left_outer ML Currency Table for CKMLKEVLD w. cor. EXT_CURTP & RLDNR
FMLV_CKMLLACR_UCT_UNION view left_outer ML Activity Type: Period Record/Currency Record
FMLV_CKMLPRKEKO_UCT_UNION view left_outer Material Ledger: Cost Component Split (Header) for Prices
FMLV_CKMLPRKEPH_UCT_UNION view left_outer Material Ledger: Cost Component Split (Elements) for Prices
FMLV_EKBEBZ_UCT_UNION view inner History per Purchasing Document w. External CURTP
FMLV_EKBEBZH_UCT_UNION view inner History per Purchasing Document w. External CURTP
FMLV_MLAUFCR_UCT_UNION view left_outer ML Currency Table for Order History w. cor. CURTP
FMLV_MLAUFCRH_UCT_UNION view left_outer History table for summerized MLAUFCR data w. correct CURPT
FMLV_MLAUFKEPH_UCT_UNION view inner ML: Cost Component Split for Order History w. correct CURTP
FMLV_MLAUFKEPHH_UCT_UNION view inner History table for summarized MLAUFKEPH data w. correct CURTP
FMLV_MLBECR_UCT_UNION view inner
FMLV_MLBECRH_UCT_UNION view inner Material Ledger Currency Table for GR/IR relevant transactions w. correct CURTP
FMLV_MLCR_UCT_UNION view inner Material Ledger Document: Currencies and Values w. correct CURTP
FMLV_MLCRF_UCT_UNION view inner Material Ledger Document: Field Groups (Currencies) with correct CURTP
FMLV_MLCRP_UCT_UNION view inner Material Ledger Document: Price Changes (Currencies, Prices) with correct CURTP
FMLV_MLKEPH_UCT_UNION view inner ML Document: CCS (Elements) for Values correct CURTP
FMLV_MLPRKEKO_UCT_UNION view inner ML Document: Cost Component Split (Header)for Prices with correct CURTP
FMLV_MLPRKEPH_UCT_UNION view inner ML Document: CCS (Components)for Prices with correct CURTP
FMLV_MLXXV_UCT_UNION view inner ML Document: Items and posting periods w. correct CURTP
MMPURORDHISTDELCOST_SDM view inner SDM View for EKBZ_MA
MMPURORDHISTDELCOSTH_SDM view inner SDM View for EKBZH_MA
MMPURORDHISTMATCOST_SDM view inner SDM View for EKBE_MA
MMPURORDHISTMATCOSTH_SDM view inner SDM View for EKBEH_MA

Fields (3)

KeyField CDS FieldsUsed in Views
KEY ext_curtype ext_curtype 2
KEY rldnr rldnr 6
waers waers 4
@AbapCatalog.sqlViewName: 'FMLVEXTCURTYPEML'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #FULL
}
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
  }
}
@EndUserText.label: 'ML relevant external currency types'

define view fmlv_external_curtype_ml
  as

  select from fmlt_curtp_ml

{
  key rbukrs              as rbukrs,
  key curtp               as ext_curtype,
  key rldnr               as rldnr,
      rcolumn             as rcolumn,
      waers               as waers,
      is_logistic_curtype as is_logistic_curtype
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FMLT_CURTP_ML"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/