SAP IF_WB2_SCREEN_ENHANCEMENTS OO Class - Interface to BAdI: WB2_SCREEN_ENHANCEMENTS









IF_WB2_SCREEN_ENHANCEMENTS 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_WB2_SCREEN_ENHANCEMENTS 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_WB2_SCREEN_ENHANCEMENTS 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
AT_F4_HELPF4 Process and Overview Screen 1119Public
CALL METHOD if_wb2_screen_enhancements=>AT_F4_HELP...more details

CHANGE_TAXI_CAPTIONS_DOCUMENTChange Tab Control LabelPublic
CALL METHOD if_wb2_screen_enhancements=>CHANGE_TAXI_CAPTIONS_DOCUMENT...more details

CHANGE_TAXI_CAPTIONS_HEADERChange Tab Control LabelPublic
CALL METHOD if_wb2_screen_enhancements=>CHANGE_TAXI_CAPTIONS_HEADER...more details

CHANGE_TAXI_CAPTIONS_ITEMChange Tab Control LabelPublic
CALL METHOD if_wb2_screen_enhancements=>CHANGE_TAXI_CAPTIONS_ITEM...more details

GET_FCODEGet Function CodePublic
CALL METHOD if_wb2_screen_enhancements=>GET_FCODE...more details

RESET_INACTIVE_TABSTRIBSTab Is Important for Document ProcessingPublic
CALL METHOD if_wb2_screen_enhancements=>RESET_INACTIVE_TABSTRIBS...more details

SET_DOCUMENT_DATATransfer Header Data for Additional ScreenPublic
CALL METHOD if_wb2_screen_enhancements=>SET_DOCUMENT_DATA...more details

SET_FCODESet Function CodePublic
CALL METHOD if_wb2_screen_enhancements=>SET_FCODE...more details

SET_HEADER_DATATransfer Header Data for Additional ScreenPublic
CALL METHOD if_wb2_screen_enhancements=>SET_HEADER_DATA...more details

SET_ITEM_DATATransfer Item Data for Additional ScreenPublic
CALL METHOD if_wb2_screen_enhancements=>SET_ITEM_DATA...more details




Links to Related Class(s)

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