RFBK_VALIDATE_BANK_ACST_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 RFBK_VALIDATE_BANK_ACST_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 RFBK_VALIDATE_BANK_ACST_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = l_str_rc-arbgb i_type = l_str_rc-msgty i_number = l_str_rc-txtnr i_msgv1 = l_str_rc-msgv1 i_msgv2 = l_str_rc-msgv2 i_msgv3 = l_str_rc-msgv3 i_msgv4 = l_str_rc-msgv4.
BKK_ACCNT_GET_ACNUM_INT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_INT_BKKRS' EXPORTING i_acnum_ext = u_acnum_ext i_bkkrs = u_bkkrs i_message = ' ' IMPORTING e_return = l_rc * e_acnum_int = l_bkk40-nacnum_int " NOT REQUIRED EXCEPTIONS OTHERS = 1.
BKK_ACCNT_DELETE_LEADING_ZERO CALL FUNCTION 'BKK_ACCNT_DELETE_LEADING_ZERO' CHANGING c_field = u_acnum_ext.
BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = '1E' i_type = 'E' i_number = '071' i_msgv1 = u_acnum_ext i_msgv2 = u_bkkrs.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = ' ' fieldname = ' ' searchhelp = 'BKK_F4_BKKM1' shlpparam = 'ACCSTATNO ' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 's_stano-low ' selection_screen = 'X' TABLES return_tab = c_tab_retval EXCEPTIONS field_not_found = 0 no_help_for_field = 0 inconsistent_help = 0 no_values_found = 0 OTHERS = 0 .
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = u_s_msg EXCEPTIONS log_not_found = 1 OTHERS = 2.
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 = * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .
BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING i_bkkrs = u_s_bkkm1_old-bkkrs i_acnum_int = u_s_bkkm1_old-acnum_int IMPORTING e_acnum_ext = l_acext.
BKK_DELETE_LEADING_ZERO CALL FUNCTION 'BKK_DELETE_LEADING_ZERO' CHANGING c_field = l_acext.
BKK_CHAIN_COMPLETE_STEPID CALL FUNCTION 'BKK_CHAIN_COMPLETE_STEPID' CHANGING c_laufd = l_laufd c_laufi = l_laufi c_repno = l_repno EXCEPTIONS not_found = 1.
BKK_CHAIN_DB_SET_RETURNCODE CALL FUNCTION 'BKK_CHAIN_DB_SET_RETURNCODE' EXPORTING i_laufd = l_laufd i_laufi = l_laufi i_returncode = u_rc IMPORTING e_rc = l_rc.
BKK_CHAIN_START_NEXT_STEP CALL FUNCTION 'BKK_CHAIN_START_NEXT_STEP' EXPORTING i_laufd = l_laufd i_laufi = l_laufi i_repno = l_repno.
BKK_CHAIN_SET_RC_MESSAGE CALL FUNCTION 'BKK_CHAIN_SET_RC_MESSAGE' EXPORTING i_returncode = l_rc.
BP_EVENT_RAISE CALL FUNCTION 'BP_EVENT_RAISE' EXPORTING eventid = g_con_event_bkst_corr_end eventparm = s_bkkrs * TARGET_INSTANCE = ' ' EXCEPTIONS bad_eventid = 1 eventid_does_not_exist = 2 eventid_missing = 3 raise_failed = 4 OTHERS = 5.
BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING i_bkkrs = u_s_ctab_changes-old-bkkrs i_acnum_int = u_s_ctab_changes-old-acnum_int IMPORTING e_acnum_ext = l_acnum_ext EXCEPTIONS OTHERS = 1.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt i_save_all = 'X' EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = c_s_bkkm1-bkkrs IMPORTING e_postdate = c_s_bkkm1-sdateposth EXCEPTIONS post_date_error = 1 data_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBK_VALIDATE_BANK_ACST_F01 - Include RFBK_VALIDATE_BANK_ACST_F01 RFBK_VALIDATE_BANK_ACST_F00 - Include RFBK_VALIDATE_BANK_ACST_F00 RFBK_VALIDATE_BANK_ACST - Report RFBK_VALIDATE_BANK_ACST RFBK_VALIDATE_BANK_ACST - Report RFBK_VALIDATE_BANK_ACST RFBK_TEST_BDT_PRODUCT - Comparison BDT Field Groups / Product Configurator Attributes RFBK_TEST_BDT_PRODUCT - Comparison BDT Field Groups / Product Configurator Attributes