SAP CL_FPM_LIST_P6S_HANDLER OO Class - FPM List / Tree: Handle Personas stuff
CL_FPM_LIST_P6S_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 CL_FPM_LIST_P6S_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 CL_FPM_LIST_P6S_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_P6S_FOLLOWUP_SCRIPT_PARAM | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>ADD_P6S_FOLLOWUP_SCRIPT_PARAM...more details | ||
| APPLY_P6S_COL_ORDER | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_COL_ORDER...more details | ||
| APPLY_P6S_FIXED_POS | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_FIXED_POS...more details | ||
| APPLY_P6S_FLAVOUR | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_FLAVOUR...more details | ||
| APPLY_P6S_VISIBILITY | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_VISIBILITY...more details | ||
| APPLY_P6S_WIDTH | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_WIDTH...more details | ||
|
| ||
| CLEAR_COL_HEADER_DIRTY | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>CLEAR_COL_HEADER_DIRTY...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_list_p6s_handler=>CONSTRUCTOR...more details | ||
| EXTRACT_COL_NAME | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>EXTRACT_COL_NAME...more details | ||
| GET_DEFINITION_NAME | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_DEFINITION_NAME...more details | ||
| GET_FLAVOR_NAME | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_FLAVOR_NAME...more details | ||
| GET_HEADER_TEXT | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_HEADER_TEXT...more details | ||
| GET_INVISIBLE_COLUMNS | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_INVISIBLE_COLUMNS...more details | ||
| GET_PERSO_SNAPSHOT | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_PERSO_SNAPSHOT...more details | ||
| GET_VARIANT_FROM_SNAPSHOT | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>GET_VARIANT_FROM_SNAPSHOT...more details | ||
| IS_COL_HEADER_DIRTY | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>IS_COL_HEADER_DIRTY...more details | ||
| IS_P6S_EDIT_MODE | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>IS_P6S_EDIT_MODE...more details | ||
| NORMALIZE_COL_ID | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>NORMALIZE_COL_ID...more details | ||
| PROCESS_P6S_DATA | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>PROCESS_P6S_DATA...more details | ||
| REMOVE_P6S_FLAVOUR | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>REMOVE_P6S_FLAVOUR...more details | ||
| RETRIEVE_IMPLICIT_CHANGES | Private | |
| CALL METHOD cl_fpm_list_p6s_handler=>RETRIEVE_IMPLICIT_CHANGES...more details | ||
| SET_EDIT_MODE | Public | |
| CALL METHOD cl_fpm_list_p6s_handler=>SET_EDIT_MODE...more details | ||
CL_FPM_LIST_P6S_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_PERSONAS_PROPERTY | Constant | LIKE | Public | ||
| MO_COMPONENT | Instance Attribute | Web Dynpro: Component | LIKE IF_WD_COMPONENT | Private | |
| MO_SETTINGS_CONTROL | Instance Attribute | Controller of Current Variant and Dialog - for List UIBB | LIKE IF_FPM_LIST_SETTINGS_CONTROL | Private | |
| MS_P6S_CHANGES | Instance Attribute | LIKE TY_S_CHANGES | Private | ||
| MT_COL_IDS | Instance Attribute | Table of Strings | LIKE STRING_TABLE | Private | |
| MT_P6S_COL_ORDER | Instance Attribute | Table of Strings | LIKE STRING_TABLE | Private | |
| MT_P6S_FIXED | Instance Attribute | LIKE TY_T_COL_FIXED | Private | ||
| MT_P6S_VISIBLE | Instance Attribute | LIKE TY_T_COL_VISIBILITY | Private | ||
| MT_P6S_WIDTH | Instance Attribute | LIKE TY_T_COL_WIDTH | Private | ||
| MV_DIRTY_FLAG_WIDTH | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_IS_FOR_LIST_UIBB | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_IS_FOR_TREE_UIBB | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_P6S_EDIT_MODE | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_TEST_MODE | Instance Attribute | LIKE ABAP_BOOL | Private |
CL_FPM_LIST_P6S_HANDLER types
TY_S_CHANGES -TY_S_COL_FIXED -
TY_S_COL_HEADER -
TY_S_COL_VISIBILITY -
TY_S_COL_WIDTH -
TY_T_COL_FIXED -
TY_T_COL_HEADER -
TY_T_COL_VISIBILITY -
TY_T_COL_WIDTH -
Links to Related Class(s)
CL_FPM_L...Full list of available SAP object classes
Search for further information about these or an SAP related objects