SAP ABAP Class /BOFU/CL_D_STATUSVAR_HISTORY (Update Status History)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_DETERMINATION | Interface for a Determination | 20090512 |
Properties
| Class | /BOFU/CL_D_STATUSVAR_HISTORY | |
| Short Description | Update Status History | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
| Created | 20090512 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_D_STATUSVAR_HISTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_DETERMINATION | Interface for a Determination | 20090512 |
Friends
Class /BOFU/CL_D_STATUSVAR_HISTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_STATUS_HISTORY_CONF | Status History Configuration | 20090512 | |||
| 2 | Constant | Protected | See coding | 20100311 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090512 |
Events
Class /BOFU/CL_D_STATUSVAR_HISTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ADMIN_DATA | Protected | See coding | Status Change Admin Data (fields) | 20100311 | begin of TS_ADMIN_DATA,
USER_ID_CH TYPE /BOFU/USER_ID_CHANGED_BY,
DATETIME_CH type /BOFU/TSTMP_CHANGED_TIME,
end of ts_admin_data
|
|
| 2 | TT_STATUS_HISTORY_CONF | Protected | See coding | Status History Configuration | 20090512 | tt_status_history_conf TYPE STANDARD TABLE OF ty_s_status_history_conf
|
|
| 3 | TY_STATUS_SUFFIX | Protected | Type reference (TYPE) | DD_SUFFIX | Suffix to Identify Status History Information on BO node | 20090512 | |
| 4 | TY_S_STATUS_HISTORY_CONF | Protected | See coding | Structure for STM Status Variables | 20090512 | BEGIN OF ty_s_status_history_conf,
name TYPE /bofu/status_variable,
suffix TYPE ty_status_suffix,
END OF ty_s_status_history_conf
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /BOFU/CL_D_STATUSVAR_HISTORY has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_D_STATUSVAR_HISTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |