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

RM07MLBD_FORM_01 SAP ABAP INCLUDE - RM07MLBDFORM01







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


INCLUDES used within this REPORT RM07MLBD_FORM_01

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = variant_save CHANGING cs_variant = def_variante EXCEPTIONS not_found = 2.

MB_CHECK_MSEG_CONVERSION_DONE CALL FUNCTION 'MB_CHECK_MSEG_CONVERSION_DONE' "n1558298 IMPORTING "n1558298 e_conversion_done = g_f_msegex_act. "n1558298

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "n599218 EXPORTING "n599218 text = text-061. "Reading FI documents "n599218

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = variante i_save = variant_save * it_default_fieldcat = IMPORTING e_exit = variant_exit es_variant = def_variante EXCEPTIONS not_found = 2.

K_KKB_SUMLEVEL_OF_LIST_GET CALL FUNCTION 'K_KKB_SUMLEVEL_OF_LIST_GET' "n890109 IMPORTING "n890109 e_sumlevel = l_level "n890109 EXCEPTIONS "n890109 OTHERS = 1. "n890109

REUSE_ALV_TRANSFER_DATA CALL FUNCTION 'REUSE_ALV_TRANSFER_DATA' "n890109 EXPORTING "n890109 it_sort = sorttab[] "n890109 IMPORTING "n890109 et_sort = lt_sort[]. "n890109

K_KKB_SUMLEVEL_SELECT CALL FUNCTION 'K_KKB_SUMLEVEL_SELECT' "n890109 EXPORTING "n890109 i_no_dialog = 'X' "n890109 i_sumlevel = l_level "n890109 CHANGING "n890109 ct_sort = lt_sort[] "n890109 EXCEPTIONS "n890109 OTHERS = 1. "n890109

REUSE_ALV_TRANSFER_DATA_BACK CALL FUNCTION 'REUSE_ALV_TRANSFER_DATA_BACK' "n890109 EXPORTING "n890109 it_sort = lt_sort[] "n890109 IMPORTING "n890109 et_sort = sorttab[] "n890109 EXCEPTIONS "n890109 OTHERS = 1. "n890109

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = g_flag_i_check "n599218 i_callback_program = repid i_callback_pf_status_set = 'STATUS' i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = is_layout = layout it_fieldcat = fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = sorttab[] it_filter = filttab[] * IS_SEL_HIDE = i_default = 'X' * i_save = 'A' "note 311825 * is_variant = variante "note 311825 it_events = events[] it_event_exit = event_exit[] is_print = g_s_print * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = 'X' * es_exit_caused_by_user = 'X' TABLES * t_outtab = belege.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "n1481757 EXPORTING "n1481757 titlebar = text-137 "n1481757 * show available ( incomplete ) data ? "n1481757 text_question = text-132 "n1481757 text_button_1 = text-133 "yes "n1481757 icon_button_1 = 'ICON_OKAY' "n1481757 text_button_2 = text-134 "no "n1481757 icon_button_2 = 'ICON_CANCEL' "n1481757 default_button = '2' "n1481757 display_cancel_button = ' ' "n1481757 IMPORTING "n1481757 answer = g_flag_answer "n1481757 EXCEPTIONS "n1481757 OTHERS = 1. "n1481757

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING * es_layout = layout et_fieldcat = fieldcat[] et_sort = sorttab[] et_filter = filttab[] * ES_LIST_SCROLL = * ES_VARIANT = EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_commentary. "n1481757

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = cs_accdet-bklas bewertung_modif = cs_accdet-bwmod kontenplan = cs_accdet-ktopl soll_haben_kennzeichen = 'S' vorgangsschluessel = 'BSX' IMPORTING konto = cs_accdet-hkont EXCEPTIONS OTHERS = 5.



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