SAP /ISDFPS/CL_FDP_WF_VISUALIZE OO Class - ALV Grid for Workflow List
/ISDFPS/CL_FDP_WF_VISUALIZE 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 /ISDFPS/CL_FDP_WF_VISUALIZE 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 /ISDFPS/CL_FDP_WF_VISUALIZE 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_FUNCTIONS | Add Function | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ADD_FUNCTIONS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>CONSTRUCTOR...more details | ||
| DISPLAY_LIST | Display List | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>DISPLAY_LIST...more details | ||
| GET_DATA | Data Collection | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>GET_DATA...more details | ||
| GET_SELECTED_ROW | Read Active Line | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>GET_SELECTED_ROW...more details | ||
| INIT_DISPLAY | Initialize Field Attributes of ALV List | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>INIT_DISPLAY...more details | ||
|
| ||
| JUMP | Go To Display Transaction | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>JUMP...more details | ||
| ON_CONTEXT_MENU_REQUEST | Set Up Context Menu | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ON_CONTEXT_MENU_REQUEST...more details | ||
| ON_DOUBLE_CLICK | Event Handler - Double-Click | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ON_DOUBLE_CLICK...more details | ||
| ON_MENU_BUTTON | Fill Menu Buttons | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ON_MENU_BUTTON...more details | ||
| ON_TOOLBAR | Construct Toolbar | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ON_TOOLBAR...more details | ||
| ON_USER_COMMAND | Event Handler Toolbar Button Selected | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>ON_USER_COMMAND...more details | ||
| REFRESH_LIST | Refresh List with New Data Retrieval Acc. to Selection Crit. | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>REFRESH_LIST...more details | ||
| SHOW | Display List | Public |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>SHOW...more details | ||
| SORT_DISPLAY | Initial Sort of List | Private |
| CALL METHOD /isdfps/cl_fdp_wf_visualize=>SORT_DISPLAY...more details | ||
/ISDFPS/CL_FDP_WF_VISUALIZE 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 |
| FUNC_REFR | Constant | Refresh List (with New Data Retrieval) | 'REFR' | LIKE UI_FUNC | Public |
| FUNC_WFCA | Constant | Cancel Workflow Item (Function Code) | 'WFCA' | LIKE UI_FUNC | Public |
| FUNC_WFEX | Constant | Edit Workflow Item (Function Code) | 'WFEX' | LIKE UI_FUNC | Public |
| GP_WF_LIST_CONS_INST | Instance Attribute | Data Retrieval - When Instance Transferred to CONSTRUCTOR | LIKE /ISDFPS/CL_FDP_GATP_WF | Private | |
| GP_WF_LIST_DIRECT_TAB | Instance Attribute | Data Retrieval - When Table Transferred to SHOW | LIKE /ISDFPS/FDP_WFST_LIST_T | Private | |
| GP_WF_LIST_SHOW_INST | Instance Attribute | Data Retrieval - When Instance Transferred to SHOW | LIKE /ISDFPS/CL_FDP_GATP_WF | Private | |
| GS_LAYOUT | Instance Attribute | ALV Control: Layout Structure | LIKE LVC_S_LAYO | Private | |
| GS_VARIANT | Instance Attribute | Layout (External Use) | LIKE DISVARIANT | Private | |
| GT_BANFN_RT | Instance Attribute | Range Table Type for Data Element BANFN | LIKE /ISDFPS/BANFN_RT | Private | |
| GT_BNFPO_RT | Instance Attribute | Range Table Type for Data Element BNFPO | LIKE /ISDFPS/BNFPO_RT | Private | |
| GT_EXCL_FUNCS | Instance Attribute | Function Code Table | LIKE UI_FUNCTIONS | Private | |
| GT_EXCL_FUNCS_DYN | Instance Attribute | tmp-Excluded Standard Toolbar Functions | LIKE UI_FUNCTIONS | Private | |
| GT_FCAT | Instance Attribute | Field Catalog for SAP List Viewer Control | LIKE LVC_T_FCAT | Private | |
| GT_FUNCTIONS | Instance Attribute | Excluded Standard Toolbar Functions | LIKE UI_FUNCTIONS | Private | |
| GT_LOGSYS_RT | Instance Attribute | Range Table Type for Data Element /ISDFPS/ALE_CENTRAL_SYSTEM | LIKE /ISDFPS/ALE_CENTRAL_SYSTEM_RT | Private | |
| GT_QTY_CHANGED | Instance Attribute | Save Quantity Changes if Update Not Yet Complete | LIKE GTTYPE_QTY_DELTA | Private | |
| GT_SORT | Instance Attribute | ALV Control: Table of Sort Criteria | LIKE LVC_T_SORT | Private | |
| GT_SWW_WIID_RT | Instance Attribute | Range Table Type for Data Element SWW_WIID | LIKE /ISDFPS/SWW_WIID_RT | Private | |
| GT_WFST_RT | Instance Attribute | Range Table Type for Data Element /ISDFPS/FDP_WF_STATUS | LIKE /ISDFPS/FDP_WF_STATUS_RT | Private | |
| G_LAYOUT | Instance Attribute | List Layout | LIKE CHAR1 | Private | |
| G_NO_REFRESH | Instance Attribute | No Refresh (if Data Transferred Directly) | LIKE CHAR1 | Private | |
| G_TOOLBAR_DISABLED | Instance Attribute | Display Mode (On) | LIKE CHAR1 | Private | |
| G_WF_STATUS_MODE | Instance Attribute | '1': Still to Process; '2': Completed; ' ': All | LIKE CHAR1 | Private | |
| MY_GRID | Instance Attribute | SAP List Viewer | LIKE CL_GUI_ALV_GRID | Private | |
| MY_GRID_DTAB | Instance Attribute | Table with Workflow Entries | LIKE /ISDFPS/FDP_WFST_LIST_T | Private | |
| MY_MSGID | Constant | Message Class | '/ISDFPS/FDPDAMPO' | LIKE SYMSGID | Private |
Events of Class /ISDFPS/CL_FDP_WF_VISUALIZE
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... UPDATE_QTY - Requested Quantity Changed/ISDFPS/CL_FDP_WF_VISUALIZE types
GTTYPE_QTY_DELTA - Table Type for Saving Quantity Change of Workflow ItemsGTYPE_QTY_DELTA - Line Type for Saving Quantity Change of Workflow Items
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects