Skip to content

/AWS1/CL_BGTACTIONHISTORY

The historical records for a budget action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_timestamp TYPE /AWS1/BGTGENERICTIMESTAMP /AWS1/BGTGENERICTIMESTAMP

Timestamp

iv_status TYPE /AWS1/BGTACTIONSTATUS /AWS1/BGTACTIONSTATUS

The status of action at the time of the event.

iv_eventtype TYPE /AWS1/BGTEVENTTYPE /AWS1/BGTEVENTTYPE

This distinguishes between whether the events are triggered by the user or are generated by the system.

io_actionhistorydetails TYPE REF TO /AWS1/CL_BGTACTIONHISTORYDETS /AWS1/CL_BGTACTIONHISTORYDETS

The description of the details for the event.


Queryable Attributes

Timestamp

Timestamp

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

Status

The status of action at the time of the event.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

EventType

This distinguishes between whether the events are triggered by the user or are generated by the system.

Accessible with the following methods

Method Description
GET_EVENTTYPE() Getter for EVENTTYPE, with configurable default
ASK_EVENTTYPE() Getter for EVENTTYPE w/ exceptions if field has no value
HAS_EVENTTYPE() Determine if EVENTTYPE has a value

ActionHistoryDetails

The description of the details for the event.

Accessible with the following methods

Method Description
GET_ACTIONHISTORYDETAILS() Getter for ACTIONHISTORYDETAILS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ACTIONHISTORIES

TYPES TT_ACTIONHISTORIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BGTACTIONHISTORY WITH DEFAULT KEY
.