RNBPMIG_THIRD_PARTY_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 RNBPMIG_THIRD_PARTY_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.
Title: Include RNBPMIG_THIRD_PARTY_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * text_question = text-004 * display_cancel_button = off * IMPORTING * answer = g_ans * EXCEPTIONS * text_not_found = 1 * OTHERS = 2.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = p_srv_gp IMPORTING free_pbt_wps = l_free_pbt_wps EXCEPTIONS invalid_group_name = 1 "max_pbt_wps = l_max_pbt_wps internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.
ISH_BPMIG_THIRD_PARTY CALL FUNCTION 'ISH_BPMIG_THIRD_PARTY' STARTING NEW TASK l_tsk DESTINATION IN GROUP p_srv_gp PERFORMING return_info ON END OF TASK EXPORTING i_testrun = test_run it_thpp = lt_thpp i_sapbp_group = p_bp_grp i_blk_size = p_blk_ln * IMPORTING * ET_MESG = * E_BAPIRETMAXTY = .
ISH_BPMIG_THIRD_PARTY CALL FUNCTION 'ISH_BPMIG_THIRD_PARTY' STARTING NEW TASK l_tsk DESTINATION IN GROUP p_srv_gp PERFORMING return_info ON END OF TASK EXPORTING i_testrun = test_run it_thpp = lt_thpp i_sapbp_group = p_bp_grp i_blk_size = p_blk_ln * IMPORTING * ET_MESG = * E_BAPIRETMAXTY = .
ISH_BPMIG_THIRD_PARTY * CALL FUNCTION 'ISH_BPMIG_THIRD_PARTY' STARTING NEW TASK l_task ** DESTINATION IN GROUP DEFAULT * DESTINATION IN GROUP p_srv_gp * PERFORMING return_info ON END OF TASK * EXPORTING * i_testrun = test_run * it_thpp = lt_thpp * i_sapbp_group = p_bp_grp * i_blk_size = p_blk_ln.
ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = g_msg_severity TABLES ss_message = lt_rc.
ISH_BAPI_ADD_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_ADD_RETURN_PARAM' EXPORTING i_row = '2' CHANGING c_return_tab = lt_rc.
ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = g_msg_severity TABLES ss_message = gt_rc.
ISH_BAPI_ADD_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_ADD_RETURN_PARAM' CHANGING c_return_tab = lt_rc.
ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = g_msg_severity TABLES ss_message = gt_rc.
ISH_BAPI_ADD_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_ADD_RETURN_PARAM' CHANGING c_return_tab = lt_rc.
ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = g_msg_severity TABLES ss_message = gt_rc.
ISH_BAPI_ADD_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_ADD_RETURN_PARAM' CHANGING c_return_tab = lt_rc.
ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = g_msg_severity TABLES ss_message = gt_rc.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_str_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = gs_str_log-object subobject = gs_str_log-subobject log_handle = g_log_handle TABLES object_with_lognumber = gt_lognumbers EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = ps_mesg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt * I_IN_UPDATE_TASK = ' ' * I_SAVE_ALL = 'X' i_t_log_handle = pt_log_handle IMPORTING e_new_lognumbers = lt_ex_tab_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = g_bp_switch EXCEPTIONS not_active = 0 OTHERS = 0.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = ls_bal_msg EXCEPTIONS OTHERS = 0.
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 RNBPMIG_THIRD_PARTY_F01 or its description.
RNBPMIG_THIRD_PARTY_F01 - Include RNBPMIG_THIRD_PARTY_F01 RNBPMIG_THIRD_PARTY_CREATE_F01 - Include RNBPMIG_THIRD_PARTY_CREATE_F01 RNBPMIG_THIRD_PARTY - Migrate Third-Party Payers RNBPMIG_THIRD_PARTY - Migrate Third-Party Payers RNBPMIG_STATUS_TOP - Top Include for RNBPMIG_STATUS RNBPMIG_STATUS_PBO_010O - Include RNBPMIG_STATUS_PBO_010O