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 NameDescriptionVisability
DELETE_VARIANTPublic
CALL METHOD if_fpm_list_settings_store=>DELETE_VARIANT...more details

DO_MASS_CHANGESPublic
CALL METHOD if_fpm_list_settings_store=>DO_MASS_CHANGES...more details

GET_CONFIGURATIONPublic
CALL METHOD if_fpm_list_settings_store=>GET_CONFIGURATION...more details

GET_CONFIG_KEYPublic
CALL METHOD if_fpm_list_settings_store=>GET_CONFIG_KEY...more details

GET_DEFAULT_VARIANT_KEYPublic
CALL METHOD if_fpm_list_settings_store=>GET_DEFAULT_VARIANT_KEY...more details

GET_HEADER_GROUP_CALL_BACKPublic
CALL METHOD if_fpm_list_settings_store=>GET_HEADER_GROUP_CALL_BACK...more details

GET_LIST_OF_VARIANTSPublic
CALL METHOD if_fpm_list_settings_store=>GET_LIST_OF_VARIANTS...more details

GET_MESSAGE_AFTER_CHANGEReturns message from Conf Framework to FPMPublic
CALL METHOD if_fpm_list_settings_store=>GET_MESSAGE_AFTER_CHANGE...more details

GET_P6S_VARIANTPublic
CALL METHOD if_fpm_list_settings_store=>GET_P6S_VARIANT...more details

GET_PERS_SCOPEPublic
CALL METHOD if_fpm_list_settings_store=>GET_PERS_SCOPE...more details

IS_FIORI_ACTIVEPublic
CALL METHOD if_fpm_list_settings_store=>IS_FIORI_ACTIVE...more details

IS_P6S_VARIANT_ACTIVEPublic
CALL METHOD if_fpm_list_settings_store=>IS_P6S_VARIANT_ACTIVE...more details

IS_POPUP_OPENPublic
CALL METHOD if_fpm_list_settings_store=>IS_POPUP_OPEN...more details

LOAD_VARIANTPublic
CALL METHOD if_fpm_list_settings_store=>LOAD_VARIANT...more details

REMOVE_P6S_VARIANTPublic
CALL METHOD if_fpm_list_settings_store=>REMOVE_P6S_VARIANT...more details

SAVEPublic
CALL METHOD if_fpm_list_settings_store=>SAVE...more details

SAVE_ASPublic
CALL METHOD if_fpm_list_settings_store=>SAVE_AS...more details

SAVE_LAYOUTPublic
CALL METHOD if_fpm_list_settings_store=>SAVE_LAYOUT...more details

SET_APP_KEYPublic
CALL METHOD if_fpm_list_settings_store=>SET_APP_KEY...more details

SET_HEADER_GROUP_CALL_BACKPublic
CALL METHOD if_fpm_list_settings_store=>SET_HEADER_GROUP_CALL_BACK...more details

SET_P6S_VARIANTPublic
CALL METHOD if_fpm_list_settings_store=>SET_P6S_VARIANT...more details

SET_POPUP_OPENPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_VARIANT_CHANGE_TYPESConstantLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!