SAP IF_FPM_LIST_SETTINGS_STORE OO Class - Store Object for persistence of SettingsVariant
IF_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 IF_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
Method list of IF_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 |
| DELETE_VARIANT | Public | |
| CALL METHOD if_fpm_list_settings_store=>DELETE_VARIANT...more details | ||
| DO_MASS_CHANGES | Public | |
| CALL METHOD if_fpm_list_settings_store=>DO_MASS_CHANGES...more details | ||
| GET_CONFIGURATION | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_CONFIGURATION...more details | ||
| GET_CONFIG_KEY | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_CONFIG_KEY...more details | ||
| GET_DEFAULT_VARIANT_KEY | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_DEFAULT_VARIANT_KEY...more details | ||
| GET_HEADER_GROUP_CALL_BACK | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_HEADER_GROUP_CALL_BACK...more details | ||
|
| ||
| GET_LIST_OF_VARIANTS | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_LIST_OF_VARIANTS...more details | ||
| GET_MESSAGE_AFTER_CHANGE | Returns message from Conf Framework to FPM | Public |
| CALL METHOD if_fpm_list_settings_store=>GET_MESSAGE_AFTER_CHANGE...more details | ||
| GET_P6S_VARIANT | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_P6S_VARIANT...more details | ||
| GET_PERS_SCOPE | Public | |
| CALL METHOD if_fpm_list_settings_store=>GET_PERS_SCOPE...more details | ||
| IS_FIORI_ACTIVE | Public | |
| CALL METHOD if_fpm_list_settings_store=>IS_FIORI_ACTIVE...more details | ||
| IS_P6S_VARIANT_ACTIVE | Public | |
| CALL METHOD if_fpm_list_settings_store=>IS_P6S_VARIANT_ACTIVE...more details | ||
| IS_POPUP_OPEN | Public | |
| CALL METHOD if_fpm_list_settings_store=>IS_POPUP_OPEN...more details | ||
| LOAD_VARIANT | Public | |
| CALL METHOD if_fpm_list_settings_store=>LOAD_VARIANT...more details | ||
| REMOVE_P6S_VARIANT | Public | |
| CALL METHOD if_fpm_list_settings_store=>REMOVE_P6S_VARIANT...more details | ||
| SAVE | Public | |
| CALL METHOD if_fpm_list_settings_store=>SAVE...more details | ||
| SAVE_AS | Public | |
| CALL METHOD if_fpm_list_settings_store=>SAVE_AS...more details | ||
| SAVE_LAYOUT | Public | |
| CALL METHOD if_fpm_list_settings_store=>SAVE_LAYOUT...more details | ||
| SET_APP_KEY | Public | |
| CALL METHOD if_fpm_list_settings_store=>SET_APP_KEY...more details | ||
| SET_HEADER_GROUP_CALL_BACK | Public | |
| CALL METHOD if_fpm_list_settings_store=>SET_HEADER_GROUP_CALL_BACK...more details | ||
| SET_P6S_VARIANT | Public | |
| CALL METHOD if_fpm_list_settings_store=>SET_P6S_VARIANT...more details | ||
| SET_POPUP_OPEN | Public | |
| CALL METHOD if_fpm_list_settings_store=>SET_POPUP_OPEN...more details | ||
IF_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 |
| GC_VARIANT_CHANGE_TYPES | Constant | LIKE | Public |
Events of Class IF_FPM_LIST_SETTINGS_STORE
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... LIST_OF_VARIANTS_CHANGED -MASS_CHANGE_FAILED -
MASS_CHANGE_FINISHED -
VARIANT_DELETED -
VARIANT_DELETE_FAILED -
VARIANT_SAVED -
VARIANT_SAVE_FAILED -
IF_FPM_LIST_SETTINGS_STORE types
TY_S_CHANGE_VARIANT -TY_S_COLUMN_CONF -
TY_S_COLUMN_ORDER_PERS -
TY_S_COLUMN_PROPERTY_PERS -
TY_S_CONFIGURATION -
TY_S_MESSAGE -
TY_S_P6S_SNAPSHOT -
TY_S_PERSONALIZATION -
TY_S_SETTINGS_CONF -
TY_S_TABLE_PROPERTY_PERS -
TY_S_VARIANT -
TY_T_CHANGE_VARIANT -
TY_T_COLUMN_CONF -
TY_T_COLUMN_ORDER_PERS -
TY_T_COLUMN_PROPERTY_PERS -
TY_T_MESSAGE -
TY_T_TABLE_PROPERTY_PERS -
TY_T_VARIANT -
Y_PRIORITY -
Links to Related Class(s)
IF_FPM_L...Full list of available SAP object classes
Search for further information about these or an SAP related objects