SAP IF_MEV_WL_BO OO Class - Period-End Valuation: Worklist Business Object









IF_MEV_WL_BO 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_BO 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_BO 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
ADD_WORKLISTAdd worklistPublic
CALL METHOD if_mev_wl_bo=>ADD_WORKLIST...more details

CLEAR_TRANSITION_STATEClear UPDKZ for passed itemsPublic
CALL METHOD if_mev_wl_bo=>CLEAR_TRANSITION_STATE...more details

COMPLETE_ITEM_SELECTIONPublic
CALL METHOD if_mev_wl_bo=>COMPLETE_ITEM_SELECTION...more details

CREATE_ACCRUAL_DOCUMENTSAction: Create accrual documentsPublic
CALL METHOD if_mev_wl_bo=>CREATE_ACCRUAL_DOCUMENTS...more details

GET_ALL_ACTIONSGet all backend actionsPublic
CALL METHOD if_mev_wl_bo=>GET_ALL_ACTIONS...more details

GET_ALL_KEYSGet all item keysPublic
CALL METHOD if_mev_wl_bo=>GET_ALL_KEYS...more details

GET_EFFECTIVE_ITEMSGet effective itemsPublic
CALL METHOD if_mev_wl_bo=>GET_EFFECTIVE_ITEMS...more details

GET_ITEMPublic
CALL METHOD if_mev_wl_bo=>GET_ITEM...more details

GET_ITEMSGet all itemsPublic
CALL METHOD if_mev_wl_bo=>GET_ITEMS...more details

GET_LOGPublic
CALL METHOD if_mev_wl_bo=>GET_LOG...more details

GET_NUMBER_OF_ITEMSPublic
CALL METHOD if_mev_wl_bo=>GET_NUMBER_OF_ITEMS...more details

HAS_ERRORSPublic
CALL METHOD if_mev_wl_bo=>HAS_ERRORS...more details

INIT_FROM_WORK_DATAInit from work dataPublic
CALL METHOD if_mev_wl_bo=>INIT_FROM_WORK_DATA...more details

IS_ITEM_SELECTION_COMPLETEPublic
CALL METHOD if_mev_wl_bo=>IS_ITEM_SELECTION_COMPLETE...more details

IS_REOPENABLECheck if worklist can be reopenedPublic
CALL METHOD if_mev_wl_bo=>IS_REOPENABLE...more details

REOPENReopen worklistPublic
CALL METHOD if_mev_wl_bo=>REOPEN...more details

REVALUATEAction: RevaluatePublic
CALL METHOD if_mev_wl_bo=>REVALUATE...more details

SAVESavePublic
CALL METHOD if_mev_wl_bo=>SAVE...more details

SET_DATASet dataPublic
CALL METHOD if_mev_wl_bo=>SET_DATA...more details

SET_TEST_DATA_INDICATORSet test date indicator for all itemsPublic
CALL METHOD if_mev_wl_bo=>SET_TEST_DATA_INDICATOR...more details

SET_TO_BLOCKEDAction: Set to 'blocked'Public
CALL METHOD if_mev_wl_bo=>SET_TO_BLOCKED...more details

SET_TO_NON_POSTABLEAction: Set to 'non postable'Public
CALL METHOD if_mev_wl_bo=>SET_TO_NON_POSTABLE...more details

SET_TO_NOT_STARTEDAction: Set to 'not started'Public
CALL METHOD if_mev_wl_bo=>SET_TO_NOT_STARTED...more details

SET_TO_POSTABLEAction: Set to 'postable'Public
CALL METHOD if_mev_wl_bo=>SET_TO_POSTABLE...more details

SET_TRANSITION_STATESet UPDKZ for passed itemsPublic
CALL METHOD if_mev_wl_bo=>SET_TRANSITION_STATE...more details

SET_VALUATION_DATESet valuation key datePublic
CALL METHOD if_mev_wl_bo=>SET_VALUATION_DATE...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!