SAP Reports / Programs

RM07MWOFF SAP ABAP Report - Error handling for calculation of value







RM07MWOFF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For information on the subsequent calculation of value and on working with see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RM07MWOFF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MBWO - Error Correction: Subs. Value Calc.


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RM07MWOFF. "Basic submit
SUBMIT RM07MWOFF AND RETURN. "Return to original report after report execution complete
SUBMIT RM07MWOFF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Error handling for calculation of value
Text Symbol: 019 = Goods movements have still to be valuated!
Text Symbol: 018 = Releasing may result in order of valuation being swapped!
Text Symbol: 017 = Cancel
Text Symbol: 016 = Cont.
Text Symbol: 015 = Caution!
Text Symbol: 014 = Deactivating may result in order of valuation being swapped!
Text Symbol: 013 = incorrect records found.
Text Symbol: 012 = Records found.
Text Symbol: 011 = No incorrect records found
Text Symbol: 010 = Activat. only in consultation w. SAP
Text Symbol: 009 = Valuation (active = X):
Text Symbol: 008 = Status (active = X):
Text Symbol: 007 = No records found
Text Symbol: 006 = Choose a line
Text Symbol: 005 = Error
Text Symbol: 004 = Time created
Text Symbol: 003 = Transaction
Text Symbol: 002 = UserName
Text Symbol: 001 = Doc. no.


INCLUDES used within this REPORT RM07MWOFF

INCLUDE : RM07MWOFF_HEADER.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' "1810419 EXPORTING i_action = 'A04' i_refdoc = 'R02' i_notree = 'X' i_no_auth_check = ' ' i_deadend = 'X' i_skip_first_screen = 'X' i_okcode = 'OK_GO' i_mblnr = mblnr i_mjahr = mjahr.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-015 * DIAGNOSE_OBJECT = ' ' * text_question = text-018 text_question = text text_button_1 = text-016 icon_button_1 = 'ICON_OKAY' text_button_2 = text-017 icon_button_2 = 'ICON_CANCEL' * default_button = '1' display_cancel_button = '' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = repid * i_structure_name = 'IMREP_MSEG' i_callback_pf_status_set = 'STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = layout it_fieldcat = fieldcat[] * IT_EXCLUDING = *+ IT_SPECIAL_GROUPS = GRUPPEN[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = 'X' i_save = 'A' * IS_VARIANT = VARIANTE * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'MWSTATUS_TAB' i_tabname_item = 'DOCUMENTS' is_keyinfo = keyinfo is_print = print * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab_header = mwstatus_tab t_outtab_item = documents.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-015 text_question = text-014 text_button_1 = text-016 icon_button_1 = 'ICON_OKAY' text_button_2 = text-017 icon_button_2 = 'ICON_CANCEL' display_cancel_button = '' importing answer = answer exceptions text_not_found = 1 others = 2.

ENQUEUE_EMBVALE call function 'ENQUEUE_EMBVALE' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EMBVALE call function 'DEQUEUE_EMBVALE'.

ENQUEUE_EMWOFFE call function 'ENQUEUE_EMWOFFE' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EMWOFFE call function 'DEQUEUE_EMWOFFE'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RM07MWOFF or its description.