P_EVENTBASEDWIPLOGHEADER

CDS View

Event-Based WIP Order Application Log Header

P_EVENTBASEDWIPLOGHEADER is a CDS View in S/4HANA. Event-Based WIP Order Application Log Header. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EventBasedWIPLogHeader view from BASIC Event-Based WIP Order Application Log Header

Fields (4)

KeyField CDS FieldsUsed in Views
ControllingObject ControllingObject 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
OrderID OrderID 1
@AbapCatalog.sqlViewName: 'PEBWORDLOGH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private:true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
//@EndUserText.label: 'Event-Based WIP Order Application Log Header'

define view P_EventBasedWIPLogHeader
  as select from P_EventBasedWIPLogHeaderData 
{
  key LogNumber,
      LogHandle,
      LogMessageText,
      ApplicationLogObject,
      ApplicationLogSubobject,
      EvtBsdOrdRefTransText,
      CreatedByUser,
      CreationDate,
      CreationTime,
      OrderID,
      ControllingObject,
      Severity
}