SAP IF_MEV_WL_DB_ACCESS OO Class - Period-end valuation: Access to WL db tables









IF_MEV_WL_DB_ACCESS 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_DB_ACCESS 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_DB_ACCESS 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_WL_ITEMDelete Worklist Item Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>DELETE_WL_ITEM...more details

DELETE_WL_MMDelete Worklist MM Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>DELETE_WL_MM...more details

DELETE_WL_SDDelete Worklist SD Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>DELETE_WL_SD...more details

INSERT_WL_ITEMInsert Worklist Item Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>INSERT_WL_ITEM...more details

INSERT_WL_MMInsert Worklist MM Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>INSERT_WL_MM...more details

INSERT_WL_SDInsert Worklist SD Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>INSERT_WL_SD...more details

SELECT_WL_FOR_CR_STATUSSelect wl item data for given calculation result statPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_FOR_CR_STATUS...more details

SELECT_WL_FOR_LC_STATUSSelect wl item data for given lifecycle statusPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_FOR_LC_STATUS...more details

SELECT_WL_ITEMS_MMRead WL item data (MM)Public
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEMS_MM...more details

SELECT_WL_ITEMS_MM_BY_SEL_CRITRead WL item data (MM) by selection criteriaPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEMS_MM_BY_SEL_CRIT...more details

SELECT_WL_ITEMS_SDRead WL item data (SD)Public
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEMS_SD...more details

SELECT_WL_ITEMS_SD_BY_SEL_CRITRead WL item data (SD) by selection criteriaPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEMS_SD_BY_SEL_CRIT...more details

SELECT_WL_ITEMS_SD_BY_VBRP_KEYRead WL item data (SD) by billiing item keysPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEMS_SD_BY_VBRP_KEY...more details

SELECT_WL_ITEM_BY_KEYSelect worklist item by keyPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEM_BY_KEY...more details

SELECT_WL_ITEM_BY_KEYSSelect worklist item by keysPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEM_BY_KEYS...more details

SELECT_WL_ITEM_BY_SEL_CRITSelect WL item data by selection criteriaPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_ITEM_BY_SEL_CRIT...more details

SELECT_WL_MM_BY_KEYSSelect worklist MM by keysPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_MM_BY_KEYS...more details

SELECT_WL_MM_BY_PRE_OBJ_KEYSelect WL item data by predecessor object key (MM)Public
CALL METHOD if_mev_wl_db_access=>SELECT_WL_MM_BY_PRE_OBJ_KEY...more details

SELECT_WL_SD_BY_KEYSelect wl item data (SD) by keyPublic
CALL METHOD if_mev_wl_db_access=>SELECT_WL_SD_BY_KEY...more details

SELECT_WL_SD_BY_PRE_OBJ_KEYSelect WL item data by predecessor object key (SD)Public
CALL METHOD if_mev_wl_db_access=>SELECT_WL_SD_BY_PRE_OBJ_KEY...more details

UPDATE_WL_ITEMUpdate Worklist Item Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>UPDATE_WL_ITEM...more details

UPDATE_WL_MMUpdate Worklist MM Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>UPDATE_WL_MM...more details

UPDATE_WL_SDUpdate Worklist SD Entries to databasePublic
CALL METHOD if_mev_wl_db_access=>UPDATE_WL_SD...more details




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!