SAP Reports / Programs | Interest/Charge Calculation | Bank Components | Interest/Charge Calculation(IS-B-BCA-PT-IC) SAP IS

RFBKACCBSINGLE SAP ABAP Report - Accounts Blocked by Individual Balancing







RFBKACCBSINGLE is a standard Executable ABAP Report 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 RFBKACCBSINGLE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

F9N13 - Accts. Blocked by Single Balancing


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 RFBKACCBSINGLE. "Basic submit
SUBMIT RFBKACCBSINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKACCBSINGLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_BKKRS = Bank Area
Title: Accounts Blocked by Individual Balancing
Text Symbol: 001 = BkAre
Text Symbol: 002 = Acct number
Text Symbol: 003 = Lock Bk.Are
Text Symbol: 004 = Lock Acct
Text Symbol: 005 = Detail
Text Symbol: 006 = Selection


INCLUDES used within this REPORT RFBKACCBSINGLE

INCLUDE: IBKKCOND, IBKKCON.
INCLUDE: IBKKCOND, IBKKCON.


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:

BKK_PA_BKKMACCUNR_DB_GET CALL FUNCTION 'BKK_PA_BKKMACCUNR_DB_GET' EXPORTING i_progn = g_con_progn_clossngl TABLES e_tab_bkkmaccunr = l_tab_bkkmaccunr EXCEPTIONS select_error = 1.

BKK_PA_OBJ_INTOBJ_TO_EXTOBJ CALL FUNCTION 'BKK_PA_OBJ_INTOBJ_TO_EXTOBJ' EXPORTING i_object = l_rec_objkey IMPORTING e_account = l_bkkrs_account.

BKK_INFOSYSTEM_AUTHORITY_CHECK CALL FUNCTION 'BKK_INFOSYSTEM_AUTHORITY_CHECK' EXPORTING i_bkkrs = l_bkkrs_account-bkkrs i_acnum_int = l_bkkrs_account-accnoint i_struc = l_tab_bkkmaccunr IMPORTING e_rc = l_rcode e_skip = l_skip.

BKK_BKKA_AUTHORITY_CHECK CALL FUNCTION 'BKK_BKKA_AUTHORITY_CHECK' EXPORTING i_bkkrs = l_bkkrs_account-bkkrs i_acnum_int = l_bkkrs_account-accnoint * I_BEGRU = i_actvt = g_con_display i_msg_handler = ' ' EXCEPTIONS bankarea = 1 begru_accnt = 2 authkind = 3 begru_bupa = 4 OTHERS = 5.

BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING i_bkkrs = l_bkkrs_account-bkkrs i_acnum_int = l_bkkrs_account-accnoint * I_MH2_SICHT = * I_MH2_TBFLD_STRG = * I_MH2_LOOP_KEY = IMPORTING e_acnum_ext = l_tab_out-acnum_ext * E_ACNUM_IBAN = e_return = l_return EXCEPTIONS OTHERS = 1.

BKK_PA_OBJ_INTOBJ_TO_EXTOBJ CALL FUNCTION 'BKK_PA_OBJ_INTOBJ_TO_EXTOBJ' EXPORTING i_object = l_rec_objkey IMPORTING e_account = l_bkkrs_account * E_HIERARCHY = EXCEPTIONS OTHERS = 1.

BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING i_bkkrs = l_bkkrs_account-bkkrs i_acnum_int = l_bkkrs_account-accnoint * I_MH2_SICHT = * I_MH2_TBFLD_STRG = * I_MH2_LOOP_KEY = IMPORTING e_acnum_ext = l_tab_out-lockingacc * E_ACNUM_IBAN = e_return = l_return EXCEPTIONS OTHERS = 1.

BKK_PA_LOCKS_GET_DETAIL_TEXT CALL FUNCTION 'BKK_PA_LOCKS_GET_DETAIL_TEXT' EXPORTING i_lockdetail = l_tab_bkkmaccunr-lockdetail i_langu = sy-langu IMPORTING * E_RETURN = e_t_lock_detail = l_tab_out-lockdetail_txt.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = g_con_clos_msg_arbgb i_type = con_msgty_w i_number = g_con_clos_no_authority.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = l_program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = 'L_TAB_OUT' * IS_LAYOUT = it_fieldcat = fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = l_tab_out EXCEPTIONS program_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 RFBKACCBSINGLE or its description.