P_FQMFLWCATKFIGCSHPOS

CDS View

P_FQMFLWCATKFIGCSHPOS is a CDS View in S/4HANA. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_FQMFLOWACTUALCASH view inner BASIC
P_FQMFLOWCASHPOS view inner BASIC
@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter:true 
@AbapCatalog.preserveKey:true 
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PFQMFLWCATKFIGCP'
define view P_FQMFLWCATKFIGCSHPOS
  as select from fqm_flow_cat_kf
{
  key flow_category as FlowCategory,
  key key_figure
}

where
     key_figure = 'CASH_POS'       
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FQM_FLOW_CAT_KF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/