SAP Reports / Programs | SAP Ambulatory Care Management | SAP Healthcare - Industry-Specific Components for Hospitals | SAP Ambulatory Care Management(IS-H-ACM) SAP IS

MN1_BFB_CHECK_F01 SAP ABAP INCLUDE - MN1BFBCHECKF01







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


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 MN1_BFB_CHECK_F01. "Basic submit
SUBMIT MN1_BFB_CHECK_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MN1_BFB_CHECK_F01 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 MN1_BFB_CHECK_F01

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:

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.



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