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

RM07MLBB SAP ABAP Report - Stocks at Subcontractor







RM07MLBB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Stocks with subcontractor This report provides an overview of the 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 RM07MLBB 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

MBLB - Stocks at Subcontractor


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 RM07MLBB. "Basic submit
SUBMIT RM07MLBB AND RETURN. "Return to original report after report execution complete
SUBMIT RM07MLBB 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
Selection Text: BUKRS = D Company Code
Selection Text: LIFNR = D Creditor
Selection Text: MATNR = D Material
Selection Text: NULLS = D Materials with Zero Stock
Selection Text: WERKS = D Plant
Title: Stocks at Subcontractor
Text Symbol: 001 = Database Selections
Text Symbol: 002 = Display Options
Text Symbol: 100 = Read Stocks at Subcontractor
Text Symbol: 101 = Read Vendor Data
Text Symbol: 102 = Read Material Master Data
Text Symbol: 103 = Read Valuation Types
Text Symbol: 104 = Read Material Valuations
Text Symbol: 105 = Read Organizational Data
Text Symbol: 106 = Data being prepared


INCLUDES used within this REPORT RM07MLBB

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_lifnr = lifnr.

WY_LFA1_ARRAY_READ CALL FUNCTION 'WY_LFA1_ARRAY_READ' EXPORTING * REFRESH_BUFFER = pi_read_cam = l_iav TABLES pti_lfa1_keytab = lt_lifnr pto_lfa1 = lt_lfa1 * PTO_ADDRESS_VALUES = EXCEPTIONS err_no_records_requested = 1 err_no_records_found = 2 internal_error = 3 OTHERS = 4.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = alv_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = alv_layout it_fieldcat = fc[] i_default = 'X' i_save = 'A' is_variant = alv_variant i_tabname_header = 'HEADER' i_tabname_item = 'ITAB' is_keyinfo = alv_keyinfo is_print = alv_print TABLES t_outtab_header = header[] t_outtab_item = itab[].

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = alv_variant EXCEPTIONS not_found = 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 RM07MLBB or its description.