SAP IF_MEV_WL_ITEM_VIEW OO Class - Interface for Verification Worklist View









IF_MEV_WL_ITEM_VIEW 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_MEV_WL_ITEM_VIEW 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_MEV_WL_ITEM_VIEW 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
CLEARPublic
CALL METHOD if_mev_wl_item_view=>CLEAR...more details

CREATE_ITEM_SCREENPublic
CALL METHOD if_mev_wl_item_view=>CREATE_ITEM_SCREEN...more details

DISPLAYDisplayPublic
CALL METHOD if_mev_wl_item_view=>DISPLAY...more details

DISPLAY_POPUPDisplay popupPublic
CALL METHOD if_mev_wl_item_view=>DISPLAY_POPUP...more details

EXECUTE_POPUPExecute popupPublic
CALL METHOD if_mev_wl_item_view=>EXECUTE_POPUP...more details

GET_ALV_ITEMS_FROM_KEYSGet ALV items from technical keysPublic
CALL METHOD if_mev_wl_item_view=>GET_ALV_ITEMS_FROM_KEYS...more details

GET_EXCLUDED_FCODESPublic
CALL METHOD if_mev_wl_item_view=>GET_EXCLUDED_FCODES...more details

GET_HEADERLOG_BUTTONPublic
CALL METHOD if_mev_wl_item_view=>GET_HEADERLOG_BUTTON...more details

GET_HEADER_DETAILSPublic
CALL METHOD if_mev_wl_item_view=>GET_HEADER_DETAILS...more details

GET_SEL_KEYS_FOR_POPUPGet selection keys for popupPublic
CALL METHOD if_mev_wl_item_view=>GET_SEL_KEYS_FOR_POPUP...more details

GET_SPLITTERPublic
CALL METHOD if_mev_wl_item_view=>GET_SPLITTER...more details

HANDLE_POPUP_CANCEL_CLICKHandle cancel click on the popupPublic
CALL METHOD if_mev_wl_item_view=>HANDLE_POPUP_CANCEL_CLICK...more details

HANDLE_POPUP_OK_CLICKHandle ok click on the popupPublic
CALL METHOD if_mev_wl_item_view=>HANDLE_POPUP_OK_CLICK...more details

IS_IN_SIMULATION_MODESimulation mode yes/noPublic
CALL METHOD if_mev_wl_item_view=>IS_IN_SIMULATION_MODE...more details

MOVE_DATA_TO_PRICING_SCREENPublic
CALL METHOD if_mev_wl_item_view=>MOVE_DATA_TO_PRICING_SCREEN...more details

PROCESS_FCODEPublic
CALL METHOD if_mev_wl_item_view=>PROCESS_FCODE...more details

SET_HEADER_DETAILSPublic
CALL METHOD if_mev_wl_item_view=>SET_HEADER_DETAILS...more details

SET_ITEMSSet WL itemsPublic
CALL METHOD if_mev_wl_item_view=>SET_ITEMS...more details

SET_SEL_KEYS_FOR_POPUPSet selection keys for popupPublic
CALL METHOD if_mev_wl_item_view=>SET_SEL_KEYS_FOR_POPUP...more details

SET_SIMULATION_MODESimulation mode yes/noPublic
CALL METHOD if_mev_wl_item_view=>SET_SIMULATION_MODE...more details

STARTStartPublic
CALL METHOD if_mev_wl_item_view=>START...more details




Events of Class IF_MEV_WL_ITEM_VIEW

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

Links to Related Class(s)

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