SAP ABAP Class CL_MIB_WA_MARKER (MPAPPS: Workflow and Alert Marker)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MOB-MIB (Application Component) Mobile Productivity Applications
     MIB_FND_AUXILIARY (Package) Mobile Productivity Applications - FND Auxiliary Package
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 ABAP 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 GC_ACTION_SENT_OUT Constant Private Type reference (TYPE) MIB_WA_ACTION 'S' Action: Sent Out 20090513
2 GC_DBOP_DELETE Constant Private Type reference (TYPE) CHAR1 'D' Database Operation: Delete 20090417
3 GC_DBOP_INSERT Constant Private Type reference (TYPE) CHAR1 'I' Database Operation: Insert 20090417
4 GC_DBOP_UPDATE Constant Private Type reference (TYPE) CHAR1 'U' Database Operation: Update 20090513
5 GC_STATUS_NEW Constant Private Type reference (TYPE) MIB_WA_STATUS 'N' Status: New 20090513
6 GT_MIB_WA_MARKER_INSTANCES Static Attribute Private Type reference (TYPE) GTY_MIB_T_WA_MARKER 20090417
7 MS_MARKER_BACKUP Instance attribute Private Type reference (TYPE) MIB_S_WA_MARKER_DBOP Marker Buffer (Database Operation) 20090513
8 MS_MARKER_BUFFER Instance attribute Private Type reference (TYPE) MIB_S_WA_MARKER_DBOP Marker Buffer (Database Operation) 20090513
9 MTS_MARKER_US_BACKUP Instance attribute Private Type reference (TYPE) MIB_TS_WA_MARKER_US_DBOP Marker US Buffer (Database Operation) 20090420
10 MTS_MARKER_US_BUFFER Instance attribute Private Type reference (TYPE) MIB_TS_WA_MARKER_US_DBOP Marker US Buffer (Database Operation) 20090420
11 MV_MARKER_ID Instance attribute Private Type reference (TYPE) MIB_WA_MARKER_ID Marker ID 20090513
12 MV_MARKER_TYPE Instance attribute Private Type reference (TYPE) MIB_WA_MARKER_TYPE Marker Type 20090513
Methods
# Method Level Visibility Method type Description Created on
1 ADD_USERS Instance method Public Method Add Users 20090417
2 CLEAR_BUFFER Instance method Private Method Init Object Buffer 20090513
3 CLEAR_HEADER_BUFFER Instance method Private Method Clear Header Buffer 20090513
4 CLEAR_USER_BUFFER Instance method Private Method Clear User Buffer 20090513
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090417
6 DELETE_ALL_USERS Instance method Public Method Delete all Users 20090417
7 DELETE_HEADER Instance method Private Method Delete Header Data 20090513
8 DELETE_INSTANCE Static method Private Method Delete Instance 20090513
9 DELETE_MARKER Static method Public Method Delete Marker 20090513
10 DELETE_USERS Instance method Public Method Delete Users 20090417
11 GET_ACTION Instance method Public Method Get Action 20090513
12 GET_INSTANCE Static method Public Method Get Instance 20090417
13 GET_MARKER_HEADER Instance method Private Method Get Marker Header 20090417
14 GET_MARKER_HEADERS Static method Private Method Get all Marker Headers 20090417
15 GET_MARKER_ID Instance method Public Method Get Marker ID 20090417
16 GET_MARKER_TYPE Instance method Public Method Get Marker Type 20090417
17 GET_STATUS Instance method Public Method Get Status 20090513
18 GET_TIMESTAMP Instance method Public Method Get Timestamp 20090612
19 GET_USERS Instance method Public Method Get Users 20090417
20 INIT_BUFFER Instance method Private Method Init Object Buffer 20090513
21 INIT_HEADER_BUFFER Instance method Private Method Init Header Buffer 20090513
22 INIT_USER_BUFFER Instance method Private Method Init User Buffer 20090417
23 REFRESH Static method Public Method Refresh Buffer of all Objects 20090417
24 REFRESH_BUFFER Instance method Private Method Refresh Object Buffer 20090417
25 SAVE Static method Public Method Save Buffer of all Objects 20090417
26 SAVE_BUFFER Instance method Private Method Save Object Buffer 20090417
27 SAVE_HEADER_BUFFER Instance method Private Method Save Header Buffer 20090513
28 SAVE_USER_BUFFER Instance method Private Method Save User Buffer 20090417
29 SET_ACTION Instance method Public Method Set Action 20090513
30 SET_HEADER Instance method Private Method Delete Header Data 20090513
31 SET_STATUS Instance method Public Method Set Status 20090513
32 SET_TIMESTAMP Instance method Public Method Get Timestamp 20090612
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 Importing IT_USERNAME Call by reference Type reference (TYPE) MIB_T_WA_MARKER_USERNAME Table of usernames 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 Importing IV_MARKER_ID Call by reference Type reference (TYPE) MIB_WA_MARKER_ID Workflow Alert marker ID 20090417
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) MIB_WA_MARKER_TYPE Workflow Alert marker type 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 Importing IV_MARKER_ID Call by reference Type reference (TYPE) MIB_WA_MARKER_ID Workflow Alert marker ID 20090513
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) MIB_WA_MARKER_TYPE Workflow Alert marker type 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Importing IV_MARKER_ID Call by reference Type reference (TYPE) MIB_WA_MARKER_ID Workflow Alert marker ID 20090513
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) MIB_WA_MARKER_TYPE Workflow Alert marker type 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Importing IT_USERNAME Call by reference Type reference (TYPE) MIB_T_WA_MARKER_USERNAME Table of Usernames 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RV_ACTION Value transfer Type reference (TYPE) MIB_WA_ACTION Action 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Importing IV_MARKER_ID Call by reference Type reference (TYPE) MIB_WA_MARKER_ID Workflow Alert marker ID 20090417
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) MIB_WA_MARKER_TYPE Workflow Alert marker type 20090417
3 Returning 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 CX_MIB_WA_MARKER 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 Returning RS_MARKER_HEADER Value transfer Type reference (TYPE) MIB_S_WA_MARKER_HEADER Marker Header 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RT_MARKER_HEADER Value transfer Type reference (TYPE) MIB_T_WA_MARKER_HEADER Marker Header 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RV_MARKER_ID Value transfer Type reference (TYPE) MIB_WA_MARKER_ID Marker ID 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RV_MARKER_TYPE Value transfer Type reference (TYPE) MIB_WA_MARKER_TYPE Workflow Alert marker type 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RV_STATUS Value transfer Type reference (TYPE) MIB_WA_STATUS Status 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RV_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL Timestamp 20090612
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Returning RT_USERNAME Value transfer Type reference (TYPE) MIB_T_WA_MARKER_USERNAME Table of usernames 20090417
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 Importing IV_ACTION Call by reference Type reference (TYPE) MIB_WA_ACTION Action 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 CX_MIB_WA_MARKER 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 Importing IV_STATUS Call by reference Type reference (TYPE) MIB_WA_STATUS Status 20090513
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER 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 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL Timestamp 20090612
# Exception Resumable Description Created on
1 CX_MIB_WA_MARKER MPAPPS: Workflow and Alert Marker Exception 20090612
History
Last changed by/on SAP  20110908 
SAP Release Created in 702