SAP IF_FPM_CNR_GAF OO Class - Interface for CNR in GAF









IF_FPM_CNR_GAF 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_CNR_GAF 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_CNR_GAF 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
CREATE_SEPARATORCreates a separator for : Activation/Other functions...Public
CALL METHOD if_fpm_cnr_gaf=>CREATE_SEPARATOR...more details

DEFINE_BUTTONCreates/Changes a button with the given attributesPublic
CALL METHOD if_fpm_cnr_gaf=>DEFINE_BUTTON...more details

DEFINE_BUTTON_CHOICECreates/Changes a button choice with the given attributesPublic
CALL METHOD if_fpm_cnr_gaf=>DEFINE_BUTTON_CHOICE...more details

DEFINE_RELATED_LINKSDefines the configuration of the RELATED LINKS menubarPublic
CALL METHOD if_fpm_cnr_gaf=>DEFINE_RELATED_LINKS...more details

DEFINE_YOU_CAN_ALSODefines the configuration of the YOU CAN ALSO menubarPublic
CALL METHOD if_fpm_cnr_gaf=>DEFINE_YOU_CAN_ALSO...more details

GET_BUTTONSDeliveres all buttons of the toolbar with their attributesPublic
CALL METHOD if_fpm_cnr_gaf=>GET_BUTTONS...more details

GET_BUTTON_CHOICESDeliveres all button-choices of the toolbarPublic
CALL METHOD if_fpm_cnr_gaf=>GET_BUTTON_CHOICES...more details

GET_RELATED_LINKSDeliveres the content of the RELATED LINKS menubarPublic
CALL METHOD if_fpm_cnr_gaf=>GET_RELATED_LINKS...more details

GET_SEPARATORSDeliveres the separator positions inside 'Other Functions'Public
CALL METHOD if_fpm_cnr_gaf=>GET_SEPARATORS...more details

GET_YOU_CAN_ALSODeliveres the content of the YOU CAN ALSO menubarPublic
CALL METHOD if_fpm_cnr_gaf=>GET_YOU_CAN_ALSO...more details

REMOVE_SEPARATORRemoves a separator for 'Other Functions'Public
CALL METHOD if_fpm_cnr_gaf=>REMOVE_SEPARATOR...more details

SET_DUPLICATE_TOOLBARDefines if toolbar is duplicated at the end of the screenPublic
CALL METHOD if_fpm_cnr_gaf=>SET_DUPLICATE_TOOLBAR...more details

SET_FINAL_ACTIONSet Final Action to always enabledPublic
CALL METHOD if_fpm_cnr_gaf=>SET_FINAL_ACTION...more details






IF_FPM_CNR_GAF types

S_BUTTON -
S_BUTTON_CHOICE -
S_DUPLICATE_TOOLBAR -
S_MENUBAR -
S_MENU_ACTION_ITEMS -
S_SEPARATOR -
T_BUTTON -
T_BUTTON_CHOICE -
T_DUPLICATE_TOOLBAR -
T_MENUBAR -
T_MENU_ACTION_ITEMS -
T_SEPARATOR -

Links to Related Class(s)

IF_FPM_C...
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!