SAP ABAP Class /IWWRK/CL_WF_STEP_CONFIG (Configuration Util. for WF & step ID)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_COMMON (Package) Workflow Common dev for Gateway
Properties
Class /IWWRK/CL_WF_STEP_CONFIG  
Short Description Configuration Util. for WF & step ID    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWWRK/WF_COMMON   Workflow Common dev for Gateway 
Created 20110328   SAP 
Last change 20131127   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 /IWWRK/CL_WF_STEP_CONFIG has no interface implemented.
Friends
Class /IWWRK/CL_WF_STEP_CONFIG has no friend class.
Attributes
Class /IWWRK/CL_WF_STEP_CONFIG has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DECISION_EXISTS Static method Public Method Are there decision keys for the WF & step ID 20110328
2 CHECK_IN_FILTER Static method Public Method Is WF step in the config. tables 20110404
3 GET_DECISION_ICON Static method Public Method Get the workflow decision key icon file name 20110713
4 GET_DECISION_KEYS Static method Public Method Get Decision keys for WF & step ID 20110328
5 GET_DECISION_KEYS_INFO Static method Public Method Get Decision keys for WF & step ID 20121113
6 GET_STEP_ICON Static method Public Method Get the workflow step icon file name 20110713
7 GET_WF_STEP_FROM_DESCRIPTION Static method Public Method Get list of WFID STEPID per description selection option 20120911
8 GET_WF_STEP_INFO Static method Public Method Get WF step info 20110328
9 GET_WF_STEP_TEXT Static method Public Method Get text for WF & step ID 20110328
Events
Class /IWWRK/CL_WF_STEP_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_WF_STEP_CUSTOMIZATION Public See coding 20120911 tt_wf_step_customization TYPE STANDARD TABLE OF /iwwrk/c_wfstept
Method Signatures

Method CHECK_DECISION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110403
2 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20110403
3 Returning RV_DECISION_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20110328

Method CHECK_DECISION_EXISTS on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method CHECK_IN_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_OSP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: check old OSP configuration 20111208
2 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110404
3 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20110404
4 Returning RV_IN_FILTER Value transfer Type reference (TYPE) ABAP_BOOL 20110404

Method CHECK_IN_FILTER on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_DECISION_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DECISION_KEY Call by reference Type reference (TYPE) SWR_DECIKEY Index of an Alternative of a User Decision 20110713
2 Importing IV_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow Step ID 20110713
3 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110713
4 Returning RV_ICON Value transfer Type reference (TYPE) /IWWRK/WF_ICON_NAME Workflow Icon Name 20110713

Method GET_DECISION_ICON on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_DECISION_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DECISION_KEYS Call by reference Type reference (TYPE) /IWWRK/T_WF_GENERIC_DECISN_TAB Generic user decision - Alternatives tab 20110404
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key 20110403
3 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110403
4 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20110403

Method GET_DECISION_KEYS on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_DECISION_KEYS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DECISION_KEYS Call by reference Type reference (TYPE) /IWWRK/TT_WF_DECISION_INFO Table of decision options info 20121113
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key 20121113
3 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20121113
4 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20121113

Method GET_DECISION_KEYS_INFO on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_STEP_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow Step ID 20110713
2 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110713
3 Returning RV_ICON Value transfer Type reference (TYPE) /IWWRK/WF_ICON_NAME Workflow Icon Name 20110713

Method GET_STEP_ICON on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_WF_STEP_FROM_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WF_STEP_DATA Call by reference Type reference (TYPE) TT_WF_STEP_CUSTOMIZATION 20120911
2 Importing IT_SELECTION_TEXT Call by reference Type reference (TYPE) /IWBEP/T_COD_SELECT_OPTIONS MGW Framework: Select Options for Queries 20120911

Method GET_WF_STEP_FROM_DESCRIPTION on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_WF_STEP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DECISION_KEYS Call by reference Type reference (TYPE) /IWWRK/T_WF_GENERIC_DECISN_TAB Generic user decision - Alternatives tab 20110328
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110328
3 Exporting EV_WF_STEP_TEXT Call by reference Type reference (TYPE) /IWWRK/WF_GP_BOUNDITEM_TYPE Groupware Object-Bound Item type 20110328
4 Importing IV_GET_DECISION_KEYS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Get Decision Keys and texts 20110328
5 Importing IV_GET_TASK_NAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Get WF Step Description 20110328
6 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110403
7 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110403
8 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20110403

Method GET_WF_STEP_INFO on class /IWWRK/CL_WF_STEP_CONFIG has no exception.

Method GET_WF_STEP_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110328
2 Exporting EV_WF_STEP_TEXT Call by reference Type reference (TYPE) /IWWRK/WF_GP_BOUNDITEM_TYPE Work Item Text 20110328
3 Importing IV_CHECK_OSP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: Check old OSP configuration 20111208
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110403
5 Importing IV_WF_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110403
6 Importing IV_WF_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow step ID 20110403

Method GET_WF_STEP_TEXT on class /IWWRK/CL_WF_STEP_CONFIG has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200