SAP /IWWRK/CL_GWL_PROV_HANDLER OO Class - Generic worklist providers handler class
/IWWRK/CL_GWL_PROV_HANDLER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWWRK/CL_GWL_PROV_HANDLER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /IWWRK/CL_GWL_PROV_HANDLER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_COMMAS | Protected | |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_COMMAS...more details | ||
| ADD_DEF_PROVIDER | Add provider to the default providers member | Protected |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_DEF_PROVIDER...more details | ||
| ADD_PROVIDER_SRV_DETAILS | Save the provider service details | Protected |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_PROVIDER_SRV_DETAILS...more details | ||
| ADD_TO_GWL | Add the provider worklist to the GWL | Protected |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_TO_GWL...more details | ||
| BUILD_NAVIGATION_LINK | Build the navigation link to the service who handling the re | Protected |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>BUILD_NAVIGATION_LINK...more details | ||
| COMPLETE_GWL_DATA | Build GWL navigation links | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>COMPLETE_GWL_DATA...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>CONSTRUCTOR...more details | ||
| CREATE_WORKLIST | Create the user workflist | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>CREATE_WORKLIST...more details | ||
| CREATE_WORKLIST_ITEM | Create one item from the worklist | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>CREATE_WORKLIST_ITEM...more details | ||
| GET_ACTIVE_PROVIDERS | Get the active providers | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_ACTIVE_PROVIDERS...more details | ||
| GET_BAPI_RETURN_TAB | Get the BAPI return tab | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_BAPI_RETURN_TAB...more details | ||
| GET_GENERIC_WORKLIST | Get the generic worklist | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_GENERIC_WORKLIST...more details | ||
| GET_PROVIDER | Get the current provider | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_PROVIDER...more details | ||
| GET_PROVIDER_SERVICES | Protected | |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_PROVIDER_SERVICES...more details | ||
| QUERY_STRING_OPTIONS | Process query string options e.g. paging, sorting | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>QUERY_STRING_OPTIONS...more details | ||
| SET_PROVIDER | Set new provider | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>SET_PROVIDER...more details | ||
| SET_PROVIDER_INSTANCE | Get provider instance | Public |
| CALL METHOD /iwwrk/cl_gwl_prov_handler=>SET_PROVIDER_INSTANCE...more details | ||
/IWWRK/CL_GWL_PROV_HANDLER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_COLLECTION | Instance Attribute | 'Collection' | LIKE STRING | Private | |
| GC_SAP_NAMESPACE | Constant | '/SAP/' | LIKE STRING | Private | |
| MO_PROVIDER | Instance Attribute | Generic Worklist Interface | LIKE /IWWRK/IF_GWL | Protected | |
| MT_ACTIVE_PROVIDERS | Instance Attribute | Table of Providers | LIKE /IWWRK/T_WF_PROVIDER | Private | |
| MT_GWL | Instance Attribute | Generic worklist service header | LIKE /IWWRK/T_GWL_SRV_HEADER | Private | |
| MT_PROV_SRV_DETAILS | Instance Attribute | LIKE TY_Y_PROV_SRV_DETAILS | Protected | ||
| MT_PROV_WORKLIST | Instance Attribute | Generic Worklist Provider Header | LIKE /IWWRK/T_GWL_PRV_HEADER | Protected | |
| MT_RETURN | Instance Attribute | Table with BAPI Return Information | LIKE BAPIRETTAB | Protected | |
| MV_PROVIDER | Instance Attribute | Workflow task provider ID | LIKE /IWWRK/WF_PROVIDER_ID | Private |
/IWWRK/CL_GWL_PROV_HANDLER types
TY_S_PROV_SRV_DETAILS -TY_Y_PROV_SRV_DETAILS -
Links to Related Class(s)
/IWWRK/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects