SAP CL_FPM_LIST_SETTINGS_STORE OO Class - Acces to Persistenc Layer
CL_FPM_LIST_SETTINGS_STORE 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_SETTINGS_STORE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_LIST_SETTINGS_STOREInheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_FPM_LIST_SETTINGS_STORE is CL_FPM_LIST_SETTINGS_BASEMethod list of CL_FPM_LIST_SETTINGS_STORE 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 |
| ACTIVATE_EVENT_HANDLERS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ACTIVATE_EVENT_HANDLERS...more details | ||
| CONSTRUCTOR | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>CONSTRUCTOR...more details | ||
| CREATE | Public | |
| CALL METHOD cl_fpm_list_settings_store=>CREATE...more details | ||
| CREATE_ADAPT_API | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>CREATE_ADAPT_API...more details | ||
| CREATE_ADAPT_API_FOR_NEW_VAR | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>CREATE_ADAPT_API_FOR_NEW_VAR...more details | ||
| CREATE_FOR_XML_GENERATOR | Public | |
| CALL METHOD cl_fpm_list_settings_store=>CREATE_FOR_XML_GENERATOR...more details | ||
|
| ||
| DEACTIVATE_EVENT_HANDLERS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>DEACTIVATE_EVENT_HANDLERS...more details | ||
| DELETE_VARIANT_FROM_BUFFER | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>DELETE_VARIANT_FROM_BUFFER...more details | ||
| EDIT_MODE_FOR_VAR_DEL_FAILED | Private | |
| CALL METHOD cl_fpm_list_settings_store=>EDIT_MODE_FOR_VAR_DEL_FAILED...more details | ||
| GET_ADMIN_AND_USER_VARIANTS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>GET_ADMIN_AND_USER_VARIANTS...more details | ||
| GET_DEFAULT_VARIANT | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>GET_DEFAULT_VARIANT...more details | ||
| GET_UNSAVED_PERSONALIZATION | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>GET_UNSAVED_PERSONALIZATION...more details | ||
| HANDLE_ASSIGN_USERS | Assign users to variant | Protected |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_ASSIGN_USERS...more details | ||
| HANDLE_DELETE | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_DELETE...more details | ||
| HANDLE_MASS_CHANGE | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_MASS_CHANGE...more details | ||
| HANDLE_MASS_CHANGE_FAILED | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_MASS_CHANGE_FAILED...more details | ||
| HANDLE_RENAME | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_RENAME...more details | ||
| HANDLE_RESET | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_RESET...more details | ||
| HANDLE_SET_DFLT_GRP_VARIANT | Assign users to variant | Protected |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_SET_DFLT_GRP_VARIANT...more details | ||
| HANDLE_SET_TO_DEFAULT | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_SET_TO_DEFAULT...more details | ||
| HANDLE_UNDO_DEFAULT | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_UNDO_DEFAULT...more details | ||
| HANDLE_UNDO_DFLT_GRP_VARIANT | Assign users to variant | Protected |
| CALL METHOD cl_fpm_list_settings_store=>HANDLE_UNDO_DFLT_GRP_VARIANT...more details | ||
| ON_ACTION_CANCELLED | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ON_ACTION_CANCELLED...more details | ||
| ON_ACTION_CANCELLED_MASS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ON_ACTION_CANCELLED_MASS...more details | ||
| ON_ACTION_FINISHED | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ON_ACTION_FINISHED...more details | ||
| ON_ACTION_FINISHED_MASS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ON_ACTION_FINISHED_MASS...more details | ||
| ON_MESSAGES_SENT | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>ON_MESSAGES_SENT...more details | ||
| SAVE | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>SAVE...more details | ||
| SAVE_MESSAGE_FPM_NECESSARY | Private | |
| CALL METHOD cl_fpm_list_settings_store=>SAVE_MESSAGE_FPM_NECESSARY...more details | ||
| SET_VARIANT_READ_ONLY_MODE | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>SET_VARIANT_READ_ONLY_MODE...more details | ||
| SET_VARIANT_SAVED | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>SET_VARIANT_SAVED...more details | ||
| SET_VARIANT_SAVED_AS | Protected | |
| CALL METHOD cl_fpm_list_settings_store=>SET_VARIANT_SAVED_AS...more details | ||
CL_FPM_LIST_SETTINGS_STORE 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 |
| C_OPERATION_RESULT | Constant | LIKE | Protected | ||
| E_FUNCTION | Constant | LIKE | Protected | ||
| E_PERS_ATTR_NAME | Constant | LIKE | Protected | ||
| E_PERS_NODE_NAME | Constant | LIKE | Protected | ||
| MO_FAVORITE_HANDLER | Instance Attribute | Handles Favorites in List and Tree Pers | LIKE CL_FPM_LIST_FAVORITE_HANDLER | Private | |
| MO_HEADER_GROUP_CALL_BACK | Instance Attribute | LIKE IF_FPM_LIST_SETTINGS_HDR_GRPS | Private | ||
| MS_CURRENT_FUNCTION | Instance Attribute | LIKE TY_S_CURRENT_FUNCTION | Protected | ||
| MT_CONF_MESSAGE_FOR_FPM | Instance Attribute | LIKE IF_FPM_LIST_SETTINGS_STORE=>TY_T_MESSAGE | Private | ||
| MT_VARIANT_LIST | Instance Attribute | LIKE TY_T_VARIANTS_INTERNAL | Protected | ||
| MV_CONFIG_NODE_ID | Instance Attribute | LIKE STRING | Protected | ||
| MV_DIALOG_OPEN | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_FOCUS_RESCUE_NECESSARY | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_ROOT_NODE_ID | Instance Attribute | LIKE STRING | Private | ||
| MV_STANDARD_VARIANT_EXISTS | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_STORE_MESSAGE_FOR_FPM | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private |
CL_FPM_LIST_SETTINGS_STORE types
TY_S_CURRENT_FUNCTION -TY_S_LIST_ATTRIBUTES -
TY_S_RULES -
TY_S_VARIANT_INTERNAL -
TY_T_CONFIG_EXCEPTIONS -
TY_T_VARIANTS_INTERNAL -
Y_OPERATION_RESULT -
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