P_MLACTIVITYHEADER
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_DMVCMaterialActivity | view | inner | COMPOSITE |
Fields (2)
| Key | Field | CDS Fields | Used 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
}