Hierarchy
⤷
⤷
Properties
| Class | CL_MIB_WA_MARKER | |
| Short Description | MPAPPS: Workflow and Alert Marker | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MIB_FND_AUXILIARY | Mobile Productivity Applications - FND Auxiliary Package |
| Created | 20090417 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MIB_WA_MARKER has no interface implemented.
Friends
Class CL_MIB_WA_MARKER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | MIB_WA_ACTION | 'S' | Action: Sent Out | 20090513 | ||
| 2 | Constant | Private | Type reference (TYPE) | CHAR1 | 'D' | Database Operation: Delete | 20090417 | ||
| 3 | Constant | Private | Type reference (TYPE) | CHAR1 | 'I' | Database Operation: Insert | 20090417 | ||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | 'U' | Database Operation: Update | 20090513 | ||
| 5 | Constant | Private | Type reference (TYPE) | MIB_WA_STATUS | 'N' | Status: New | 20090513 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | GTY_MIB_T_WA_MARKER | 20090417 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | MIB_S_WA_MARKER_DBOP | Marker Buffer (Database Operation) | 20090513 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | MIB_S_WA_MARKER_DBOP | Marker Buffer (Database Operation) | 20090513 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | MIB_TS_WA_MARKER_US_DBOP | Marker US Buffer (Database Operation) | 20090420 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | MIB_TS_WA_MARKER_US_DBOP | Marker US Buffer (Database Operation) | 20090420 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | MIB_WA_MARKER_ID | Marker ID | 20090513 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Marker Type | 20090513 |
Methods
Events
Class CL_MIB_WA_MARKER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_MIB_S_WA_MARKER | Private | See coding | MPAPPS: Workflow and Alert Marker | 20090417 | BEGIN OF gty_mib_s_wa_marker,
type TYPE mib_wa_marker_type,
id TYPE mib_wa_marker_id,
mib_wa_marker TYPE REF TO cl_mib_wa_marker,
status TYPE MIB_WA_STATUS,
END OF gty_mib_s_wa_marker
|
|
| 2 | GTY_MIB_T_WA_MARKER | Private | See coding | 20090417 | gty_mib_t_wa_marker TYPE SORTED TABLE OF gty_mib_s_wa_marker WITH UNIQUE KEY type id
|
Method Signatures
Method ADD_USERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_USERNAME | Call by reference | Type reference (TYPE) | MIB_T_WA_MARKER_USERNAME | Table of usernames | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method CLEAR_BUFFER Signature
Method CLEAR_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method CLEAR_HEADER_BUFFER Signature
Method CLEAR_HEADER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method CLEAR_USER_BUFFER Signature
Method CLEAR_USER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MARKER_ID | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_ID | Workflow Alert marker ID | 20090417 | |||
| 2 | IV_MARKER_TYPE | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Workflow Alert marker type | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method DELETE_ALL_USERS Signature
Method DELETE_ALL_USERS on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method DELETE_HEADER Signature
Method DELETE_HEADER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method DELETE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MARKER_ID | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_ID | Workflow Alert marker ID | 20090513 | |||
| 2 | IV_MARKER_TYPE | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Workflow Alert marker type | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method DELETE_MARKER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MARKER_ID | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_ID | Workflow Alert marker ID | 20090513 | |||
| 2 | IV_MARKER_TYPE | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Workflow Alert marker type | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method DELETE_USERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_USERNAME | Call by reference | Type reference (TYPE) | MIB_T_WA_MARKER_USERNAME | Table of Usernames | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACTION | Value transfer | Type reference (TYPE) | MIB_WA_ACTION | Action | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MARKER_ID | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_ID | Workflow Alert marker ID | 20090417 | |||
| 2 | IV_MARKER_TYPE | Call by reference | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Workflow Alert marker type | 20090417 | |||
| 3 | RO_MIB_WA_MARKER | Value transfer | Object reference (TYPE REF TO) | CL_MIB_WA_MARKER | Workflow and Alert Marker Object | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_MARKER_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_MARKER_HEADER | Value transfer | Type reference (TYPE) | MIB_S_WA_MARKER_HEADER | Marker Header | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_MARKER_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MARKER_HEADER | Value transfer | Type reference (TYPE) | MIB_T_WA_MARKER_HEADER | Marker Header | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_MARKER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MARKER_ID | Value transfer | Type reference (TYPE) | MIB_WA_MARKER_ID | Marker ID | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_MARKER_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MARKER_TYPE | Value transfer | Type reference (TYPE) | MIB_WA_MARKER_TYPE | Workflow Alert marker type | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | MIB_WA_STATUS | Status | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | Timestamp | 20090612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090612 |
Method GET_USERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_USERNAME | Value transfer | Type reference (TYPE) | MIB_T_WA_MARKER_USERNAME | Table of usernames | 20090417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method INIT_BUFFER Signature
Method INIT_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method INIT_HEADER_BUFFER Signature
Method INIT_HEADER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method INIT_USER_BUFFER Signature
Method INIT_USER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method REFRESH Signature
Method REFRESH on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method REFRESH_BUFFER Signature
Method REFRESH_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method SAVE Signature
Method SAVE on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method SAVE_BUFFER Signature
Method SAVE_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method SAVE_HEADER_BUFFER Signature
Method SAVE_HEADER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method SAVE_USER_BUFFER Signature
Method SAVE_USER_BUFFER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090417 |
Method SET_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | MIB_WA_ACTION | Action | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method SET_HEADER Signature
Method SET_HEADER on class CL_MIB_WA_MARKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | MIB_WA_STATUS | Status | 20090513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090513 |
Method SET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | Timestamp | 20090612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MPAPPS: Workflow and Alert Marker Exception | 20090612 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |