BDLMFF10 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 BDLMFF10 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include FORMS in program BDLMFUBA
FORM SELECT_FUNCMAP_NUMBER CHANGING P_NAME LIKE INCLUDE_NAME.
No SAP DATABASE tables are accessed within this REPORT code!
BDL_FUNCTION_INTERFACE_DEL CALL FUNCTION 'BDL_FUNCTION_INTERFACE_DEL' EXPORTING logfunc = log clust_id = clust EXCEPTIONS OTHERS = 1.
BDL_GET_CENTRAL_TIMESTAMP CALL FUNCTION 'BDL_GET_CENTRAL_TIMESTAMP' IMPORTING tag = tag uhrzeit = uhrzeit EXCEPTIONS OTHERS = 1.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION dest EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = dest EXCEPTIONS destination_not_open = 1 OTHERS = 2.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION destination EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = destination EXCEPTIONS destination_not_open = 1 OTHERS = 2.
BDL_FUNCTION_INTERFACE_GET CALL FUNCTION 'BDL_FUNCTION_INTERFACE_GET' DESTINATION destination EXPORTING funcname = int_funcname IMPORTING global_flag = global_flag remote_call = remote_call update_task = update_task TABLES exception_list = bdlrsexc4_itab export_parameter = bdlrsexp4_itab import_parameter = bdlrsimp4_itab changing_parameter = bdlrscha4_itab tables_parameter = bdlrstbl4_itab * p_docu = bdlrsfdo3_itab * nametab_info = bdlnamtab_itab dfies_tab = bdldfies_itab table_headers = bdltabhea_itab EXCEPTIONS function_not_found = 1 invalid_name = 2 x_error = 3 nametab_error = 4 system_failure = 5 communication_failure = 6 OTHERS = 7.
BDL_FUNCTION_INTERFACE_GET CALL FUNCTION 'BDL_FUNCTION_INTERFACE_GET' DESTINATION destination EXPORTING funcname = int_funcname IMPORTING global_flag = global_flag remote_call = remote_call update_task = update_task TABLES exception_list = bdlrsexc3_itab export_parameter = bdlrsexp3_itab import_parameter = bdlrsimp3_itab changing_parameter = bdlrscha3_itab tables_parameter = bdlrstbl3_itab * p_docu = bdlrsfdo3_itab * nametab_info = bdlnamtab_itab dfies_tab = bdldfies_itab table_headers = bdltabhea_itab EXCEPTIONS function_not_found = 1 invalid_name = 2 x_error = 3 nametab_error = 4 system_failure = 5 communication_failure = 6 OTHERS = 7.
BDL_GET_SAPRELEASE CALL FUNCTION 'BDL_GET_SAPRELEASE' DESTINATION destination IMPORTING saprelease = sap_rel EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
BDL_FUPDEF_INTERFACE_SET CALL FUNCTION 'BDL_FUPDEF_INTERFACE_SET' EXPORTING logfunc = logical_function clust_id = functionmodule global_flag = global_flag remote_call = remote_call update_task = update_task TABLES exception_list = bdlrsexc4_itab export_parameter = bdlrsexp4_itab import_parameter = bdlrsimp4_itab changing_parameter = bdlrscha4_itab tables_parameter = bdlrstbl4_itab dfields_tab = bdldfields_itab table_headers = bdltabhead_itab EXCEPTIONS export_error = 1 OTHERS = 2.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' DESTINATION p_dest EXPORTING funcname = p_funcname * IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = TABLES exception_list = dummy1 export_parameter = dummy2 import_parameter = dummy3 * CHANGING_PARAMETER = tables_parameter = dummy4 * P_DOCU = EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING tab_in = tab_in iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING * ACTION = error = error RESULT = RESULT * STATUS = exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text_1 diagnosetext2 = text_2 diagnosetext3 = text_3 textline1 = text-071 textline2 = text-092 titel = text-091 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer1 EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text_1 diagnosetext2 = text_2 diagnosetext3 = text-071 textline1 = text-064 * textline2 = ' ' titel = text-065 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer2 EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text_1 diagnosetext2 = text_2 diagnosetext3 = text_3 textline1 = text-071 textline2 = text-073 titel = text-072 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = ' ' diagnosetext2 = text-040 * DIAGNOSETEXT3 = ' ' textline1 = text-041 textline2 = system_name titel = text-042 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = read EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-011 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-012 * TEXTLINE2 = ' ' titel = text-013 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = p_delete EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-046 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-047 * TEXTLINE2 = ' ' titel = text-048 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = p_delete EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-014 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-015 * TEXTLINE2 = ' ' titel = text-018 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = p_quit EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-014 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-015 * TEXTLINE2 = ' ' titel = text-016 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = p_quit EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-014 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-015 * TEXTLINE2 = ' ' titel = text-026 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = p_quit EXCEPTIONS OTHERS = 1.
BDL_SERVDEF_LOOKUP_FUNCTIONS CALL FUNCTION 'BDL_SERVDEF_LOOKUP_FUNCTIONS' EXPORTING fct_name = p_logfunc TABLES stack = stack.
BDL_SERVDEF_MULTIPLE_INSERT CALL FUNCTION 'BDL_SERVDEF_MULTIPLE_INSERT' EXPORTING function_name = p_logfunc EXCEPTIONS no_insert = 1.
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 BDLMFF10 or its description.