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 NameDescriptionVisability
ADD_COMMASProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_COMMAS...more details

ADD_DEF_PROVIDERAdd provider to the default providers memberProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_DEF_PROVIDER...more details

ADD_PROVIDER_SRV_DETAILSSave the provider service detailsProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_PROVIDER_SRV_DETAILS...more details

ADD_TO_GWLAdd the provider worklist to the GWLProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>ADD_TO_GWL...more details

BUILD_NAVIGATION_LINKBuild the navigation link to the service who handling the reProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>BUILD_NAVIGATION_LINK...more details

COMPLETE_GWL_DATABuild GWL navigation linksPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>COMPLETE_GWL_DATA...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>CONSTRUCTOR...more details

CREATE_WORKLISTCreate the user workflistPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>CREATE_WORKLIST...more details

CREATE_WORKLIST_ITEMCreate one item from the worklistPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>CREATE_WORKLIST_ITEM...more details

GET_ACTIVE_PROVIDERSGet the active providersPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_ACTIVE_PROVIDERS...more details

GET_BAPI_RETURN_TABGet the BAPI return tabPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_BAPI_RETURN_TAB...more details

GET_GENERIC_WORKLISTGet the generic worklistPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_GENERIC_WORKLIST...more details

GET_PROVIDERGet the current providerPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_PROVIDER...more details

GET_PROVIDER_SERVICESProtected
CALL METHOD /iwwrk/cl_gwl_prov_handler=>GET_PROVIDER_SERVICES...more details

QUERY_STRING_OPTIONSProcess query string options e.g. paging, sortingPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>QUERY_STRING_OPTIONS...more details

SET_PROVIDERSet new providerPublic
CALL METHOD /iwwrk/cl_gwl_prov_handler=>SET_PROVIDER...more details

SET_PROVIDER_INSTANCEGet provider instancePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_COLLECTIONInstance Attribute'Collection'LIKE
STRING
Private
GC_SAP_NAMESPACEConstant'/SAP/'LIKE
STRING
Private
MO_PROVIDERInstance AttributeGeneric Worklist InterfaceLIKE
/IWWRK/IF_GWL
Protected
MT_ACTIVE_PROVIDERSInstance AttributeTable of ProvidersLIKE
/IWWRK/T_WF_PROVIDER
Private
MT_GWLInstance AttributeGeneric worklist service headerLIKE
/IWWRK/T_GWL_SRV_HEADER
Private
MT_PROV_SRV_DETAILSInstance AttributeLIKE
TY_Y_PROV_SRV_DETAILS
Protected
MT_PROV_WORKLISTInstance AttributeGeneric Worklist Provider HeaderLIKE
/IWWRK/T_GWL_PRV_HEADER
Protected
MT_RETURNInstance AttributeTable with BAPI Return InformationLIKE
BAPIRETTAB
Protected
MV_PROVIDERInstance AttributeWorkflow task provider IDLIKE
/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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!