SAP ABAP Class CL_WAPI_GET_INBOX_TIMESTAMP (WAPI: Returns Time Stamp for Inbox)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWR (Package) Business Workflow: WAPI Interfaces
⤷
⤷
Properties
| Class | CL_WAPI_GET_INBOX_TIMESTAMP | |
| Short Description | WAPI: Returns Time Stamp for Inbox | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWR | Business Workflow: WAPI Interfaces |
| Created | 20120510 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WAPI_GET_INBOX_TIMESTAMP has no forward declaration.
Interfaces
Class CL_WAPI_GET_INBOX_TIMESTAMP has no interface implemented.
Friends
Class CL_WAPI_GET_INBOX_TIMESTAMP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | 20120510 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_WLC_REFRESH_CUSTOMIZING | 20120510 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_WLC_INBOX_TIMESTAMP | 20120510 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | 20120510 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | TABLE_OF_INSTANCE | 20120510 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120510 | ||
| 2 | Instance method | Public | Method | 20120510 |
Events
Class CL_WAPI_GET_INBOX_TIMESTAMP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_PER_USER | Private | See coding | 20120510 | BEGIN OF instance_per_user,
user TYPE syuname,
instance TYPE REF TO cl_wapi_get_inbox_timestamp,
END OF instance_per_user
|
||
| 2 | TABLE_OF_INSTANCE | Private | See coding | 20120510 | table_of_instance TYPE SORTED TABLE OF instance_per_user
WITH UNIQUE KEY user
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20120510 | ||||
| 2 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WAPI_GET_INBOX_TIMESTAMP | 20120510 |
Method GET_INSTANCE on class CL_WAPI_GET_INBOX_TIMESTAMP has no exception.
Method IS_INBOX_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_CHANGED | Value transfer | Type reference (TYPE) | XFELD | 20120510 |
Method IS_INBOX_CHANGED on class CL_WAPI_GET_INBOX_TIMESTAMP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |