IFRECABAPI 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 IFRECABAPI 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: Macros for BAPIs
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
RECA_API_STATUS_PROFILE_CHG call function 'RECA_API_STATUS_PROFILE_CHG' exporting io_has_status = io_busobj id_status_profile = is_busobj-stsma io_msglist = io_msglist.
RECA_API_STATUS_PROFILE_CHG call function 'RECA_API_STATUS_PROFILE_CHG' exporting io_has_status = io_busobj id_status_profile = is_busobj-stsma io_msglist = io_msglist.
CONV_FROM_RE_T_EXT_IN call function 'CONV_FROM_RE_T_EXT_IN' importing es_ci_data = ls_ci_data et_ext_data = lt_ext_data tables et_extension_in = extension_in[].
CONV_FROM_RE_T_EXT_IN call function 'CONV_FROM_RE_T_EXT_IN' importing es_ci_data = ls_ci_data et_ext_data = lt_ext_data tables et_extension_in = extension_in[].
CONV_TO_RE_T_EXT_OUT call function 'CONV_TO_RE_T_EXT_OUT' exporting is_ci_data = ls_ci_data it_ext_data = lt_ext_data tables et_extension_out = extension_out.
CONV_TO_RE_T_EXT_OUT_IDENT call function 'CONV_TO_RE_T_EXT_OUT_IDENT' exporting it_ci_data = lt_ci_data it_ext_data = lt_ext_data tables et_ident_parex = extension_out.
CONV_TO_RE_T_IDENT_PAREX * call function 'CONV_TO_RE_T_IDENT_PAREX' * tables * it_ci_data = lt_ci_data * et_bapi_re_ident_parex = extension_out.
CONV_FROM_RE_ADDITIONAL_FIELDS call function 'CONV_FROM_RE_ADDITIONAL_FIELDS' exporting bapi_re_additional_fields = ls_additional changing bapi_re_additional_fields_int = ls_additional_int exceptions error = 1 others = 2.
CHECK_ADDITIONAL_FIELDS call function 'CHECK_ADDITIONAL_FIELDS' exporting is_additional_fields = ls_additional_int io_msglist = lo_msglist_temp.
CONV_FROM_RE_&1_DAT call function 'CONV_FROM_RE_&1_DAT' exporting bapi_re_&1_dat =
changing bapi_re_&1_int = ls_bapi_re_&1_int exceptions others = 1.
CONV_FROM_RE_&1_DATC call function 'CONV_FROM_RE_&1_DATC' exporting bapi_re_&1_datc =
changing bapi_re_&1_intc = ls_bapi_re_&1_intc exceptions others = 1.
CONV_TO_RE_&1 call function 'CONV_TO_RE_&1' exporting bapi_re_&1_int =
changing bapi_re_&1 = ls_bapi_re_&1.
CONV_TO_RE_&1_DAT call function 'CONV_TO_RE_&1_DAT' exporting bapi_re_&1_int =
changing bapi_re_&1_dat = ls_bapi_re_&1_dat.
CONV_FROM_RE_&1_DAT call function 'CONV_FROM_RE_&1_DAT' exporting bapi_re_&1_dat = ls_bapi_re_&1_dat changing bapi_re_&1_int = ls_bapi_re_&1_int exceptions error = 1 others = 2.
CONV_TO_RE_&1_DAT call function 'CONV_TO_RE_&1_DAT' exporting bapi_re_&1_int = ls_bapi_re_&1_int changing bapi_re_&1_dat = ls_bapi_re_&1_dat exceptions others = 0. " catch errors but ignore them
CONV_FROM_RE_&1_DAT call function 'CONV_FROM_RE_&1_DAT' exporting bapi_re_&1_dat = ls_bapi_re_&1_dat changing bapi_re_&1_int = bapi_re_&1_int exceptions error = 1 others = 2.
CONV_FROM_RE_&1_KEY call function 'CONV_FROM_RE_&1_KEY' exporting bapi_re_&1_key = ls_bapi_re_&1_key changing bapi_re_&1_intk = ls_bapi_re_&1_intk exceptions error = 1 others = 2.
CONV_FROM_RE_USER call function 'CONV_FROM_RE_USER' exporting bapi_re_user = ls_bapi_re_user changing ruser = ls_ruser exceptions error = 1 others = 2.
CONV_TO_RE_&1_DAT
call function 'CONV_TO_RE_&1_DAT' exporting bapi_re_&1_int = bapi_re_&1_int changing bapi_re_&1_dat = ls_bapi_re_&1_dat exceptions others = 0. " catch errors but ignore them
CONV_TO_RE_&1_KEY call function 'CONV_TO_RE_&1_KEY' exporting bapi_re_&1_intk = ls_bapi_re_&1_intk changing bapi_re_&1_key = ls_bapi_re_&1_key.
CONV_TO_RE_USER call function 'CONV_TO_RE_USER' exporting ruser = ls_ruser changing bapi_re_user = ls_bapi_re_user.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 * LOG_NO = ' ' * LOG_MSG_NO = ' ' parameter = &2 row = &4 field = &3 importing return = &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 IFRECABAPI or its description.