SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RM07MWBUCHECK SAP ABAP Report - Program RM07MWBUCHECK







RM07MWBUCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 RM07MWBUCHECK. "Basic submit
SUBMIT RM07MWBUCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RM07MWBUCHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: L_BUDAT = D Posting date
Selection Text: L_BUKRS = D Company code
Selection Text: L_BYPAS = Bypassing buffer
Selection Text: L_KOKRS = D Controlling area
Selection Text: L_OBJNR = D Object number
Selection Text: L_WERKS = D Plant
Title: Program RM07MWBUCHECK


INCLUDES used within this REPORT RM07MWBUCHECK

INCLUDE SCHEDMAN_EVENTS.


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:

KPEP_MONI_INIT_RECORD * CALL FUNCTION 'KPEP_MONI_INIT_RECORD' * EXPORTING * LS_DETAIL = LS_DETAIL * LS_WITEM = LS_WITEM * LS_APPL = 'MM-IM' * LD_WORKLIST_FLAG = ' ' * LD_DELAYED_UPDATE = ' ' * IMPORTING * LS_KEY = KEY * WILL_BE_SAVED = * TABLES * LT_SELKRIT = * LT_PARAM = * .

MB_ALL_MOVEMENTS_VALUATED CALL FUNCTION 'MB_ALL_MOVEMENTS_VALUATED' EXPORTING I_BUDAT = L_BUDAT I_BUKRS = L_BUKRS I_KOKRS = L_KOKRS I_WERKS = L_WERKS I_OBJNR = L_OBJNR I_BYPASSING_BUFFER = L_BYPAS IMPORTING E_STATUS = L_STATUS EXCEPTIONS EXCEPTION_INTERNAL_ERROR = 1 NON_VALUATED_RECORD_FOUND = 2 * OTHERS = 3 .

KPEP_MONI_CLOSE_RECORD * CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' * EXPORTING * LS_KEY = KEY * LS_MESSAGE = * LD_OBJECTS = * LS_EXT = * LS_RL = * LS_SCMA_EVENT = LS_EVENT * TABLES * LT_SPOOL = * CHANGING * LD_APLSTAT = STATUS * EXCEPTIONS * NO_ID_GIVEN = 1 * OTHERS = 2 * .



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 RM07MWBUCHECK or its description.