SAP CL_FPM_LIST_SETTING_STORE_CONF OO Class - clone of CL_FPM_LIST_SETTING_STORE intended for configuratio
CL_FPM_LIST_SETTING_STORE_CONF 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_SETTING_STORE_CONF including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_FPM_LIST_SETTING_STORE_CONF is CL_FPM_LIST_SETTINGS_BASEInterface 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_STOREMethod list of CL_FPM_LIST_SETTING_STORE_CONF 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_setting_store_conf=>ACTIVATE_EVENT_HANDLERS...more details | ||
| CONSTRUCTOR | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>CONSTRUCTOR...more details | ||
| CREATE | Public | |
| CALL METHOD cl_fpm_list_setting_store_conf=>CREATE...more details | ||
| CREATE_ADAPT_API_FOR_NEW_VAR | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>CREATE_ADAPT_API_FOR_NEW_VAR...more details | ||
| DEACTIVATE_EVENT_HANDLERS | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>DEACTIVATE_EVENT_HANDLERS...more details | ||
| HANDLE_MASS_CHANGE | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>HANDLE_MASS_CHANGE...more details | ||
|
| ||
| ON_ACTION_CANCELLED | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>ON_ACTION_CANCELLED...more details | ||
| ON_ACTION_CANCELLED_MASS | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>ON_ACTION_CANCELLED_MASS...more details | ||
| ON_ACTION_FINISHED | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>ON_ACTION_FINISHED...more details | ||
| ON_ACTION_FINISHED_MASS | Private | |
| CALL METHOD cl_fpm_list_setting_store_conf=>ON_ACTION_FINISHED_MASS...more details | ||
| ON_MESSAGES_SENT | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>ON_MESSAGES_SENT...more details | ||
| READ_ELEMENTS | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>READ_ELEMENTS...more details | ||
| READ_PERS_DATA | Public | |
| CALL METHOD cl_fpm_list_setting_store_conf=>READ_PERS_DATA...more details | ||
| SAVE | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>SAVE...more details | ||
| WRITE_PERS_DATA | Public | |
| CALL METHOD cl_fpm_list_setting_store_conf=>WRITE_PERS_DATA...more details | ||
| WRITE_RULE | Protected | |
| CALL METHOD cl_fpm_list_setting_store_conf=>WRITE_RULE...more details | ||
CL_FPM_LIST_SETTING_STORE_CONF 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 | ||
| MS_CURRENT_FUNCTION | Instance Attribute | LIKE TY_S_CURRENT_FUNCTION | Protected | ||
| MT_VARIANT_LIST | Instance Attribute | LIKE TY_T_VARIANTS_INTERNAL | Protected | ||
| MV_CONFIG_NODE_ID | Instance Attribute | LIKE STRING | Protected | ||
| MV_ROOT_NODE_ID | Instance Attribute | LIKE STRING | Private |
CL_FPM_LIST_SETTING_STORE_CONF 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