P_MLACTIVITYHEADER

CDS View

P_MLACTIVITYHEADER is a CDS View in S/4HANA. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_DMVCMaterialActivity view inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
objnr ObjectInternalID 1
Plant Plant 1
@AbapCatalog.sqlViewName: 'PMLACTHDR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@ClientHandling.algorithm: #SESSION_VARIABLE

@AccessControl.authorizationCheck: #CHECK

@VDM.viewType: #BASIC
@VDM.private:true
define view P_MLActivityHeader
  as select from ckmllahd

{
  key kalnr as CostEstimate,
      objnr,
      werks as Plant,
      no_settle
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CKMLLAHD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/