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

RM07RESL SAP ABAP Report - Reservation List Inventory Management







RM07RESL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Inventory Management list of reservations This report provides a list of 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 RM07RESL 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

MB25 - Reservation List
MB24 - Reservation List


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 RM07RESL. "Basic submit
SUBMIT RM07RESL AND RETURN. "Return to original report after report execution complete
SUBMIT RM07RESL 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: ALV_DEF = D Layout
Title: Reservation List Inventory Management
Text Symbol: 001 = Display Options


INCLUDES used within this REPORT RM07RESL

INCLUDE RM07ALVI.


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:

MMIM_ENTRYCHECK_MAIN CALL FUNCTION 'MMIM_ENTRYCHECK_MAIN' TABLES it_matnr = matnr it_werks = werks it_posid = posid it_usnam = usnam.

READ_NETWORK_AUFPL_APLZL CALL FUNCTION 'READ_NETWORK_AUFPL_APLZL' EXPORTING nplnr = l_nplnr vornr = l_vornr IMPORTING aplzl = l_aplzl aufpl = l_aufpl EXCEPTIONS not_found = 1 OTHERS = 2.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = lt_dyn_sel-trange IMPORTING where_clauses = lt_dyn_sel-clauses.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = c_hdb_dbcon_get EXCEPTIONS function_not_exist = 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 RM07RESL or its description.