MN1_BFB_CHECK_F01 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 MN1_BFB_CHECK_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GENERAL_GET_RANDOM_INT CALL FUNCTION 'GENERAL_GET_RANDOM_INT' EXPORTING range = c_number_random_chars "get numbers 0 to 76 IMPORTING random = l_random_number.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
WP_USER_COUNTRY_GET CALL FUNCTION 'WP_USER_COUNTRY_GET' IMPORTING country = l_iso_country EXCEPTIONS OTHERS = 0.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING e_result = l_result EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = i_name IMPORTING e_funcname = e_funcname.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = e_funcname EXCEPTIONS function_not_exist = 1 OTHERS = 2.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = e_funcname TABLES exception_list = l_exception_list export_parameter = l_export_parameter import_parameter = l_import_parameter tables_parameter = l_tables_parameter EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3.
BDS_BUSINESSDOCUMENT_GET_TAB CALL FUNCTION 'BDS_BUSINESSDOCUMENT_GET_TAB' EXPORTING * LOGICAL_SYSTEM = LOGICAL_SYSTEM classname = 'PICTURES' classtype = 'OT' client = sy-mandt object_key = 'ISHMED_BFB_SEAL' binary_flag = 'X' * TEXT_AS_STREAM = 'X' TABLES signature = l_signature components = l_components content = l_content * ASCII_CONTENT = ASCII_CONTENT EXCEPTIONS nothing_found = 1 parameter_error = 2 not_allowed = 3 error_kpro = 4 internal_error = 5 not_authorized = 6.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_FORMNR' values = et_list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_LIST_1' values = et_list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_LIST_2' values = et_list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
SSFRT_READ_TEXTMODULE CALL FUNCTION 'SSFRT_READ_TEXTMODULE' EXPORTING i_textmodule = i_tdsfname i_languages = lang_vector IMPORTING o_text = et_tsftext EXCEPTIONS error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MN1_BFB_CHECK_F01 - MN1BFBCHECKF01 MN1ZZTOP - IS-H*MED: F4-Eingabehilfe für org. Einheiten nach verschiedenen Kriter MN1ZZF00 - R/3MED: Include of Subroutine Pools SAPMN1ZZ MN1WATOP - IS-H*MED: F4-Eingabehilfe für org. Einheiten nach verschiedenen Kriter MN1WAO01 - Include LN1PWO01 MN1WAI01 - Include LN1PWI01