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

RFBKACCB SAP ABAP Report - Accounts Locked by End-of-Day Processing







RFBKACCB 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 RFBKACCB 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 RFBKACCB. "Basic submit
SUBMIT RFBKACCB AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKACCB 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: P_ACEXT = Account Number
Selection Text: P_BKKRS = Bank Area
Selection Text: S_PRGDAT = Date of First Run Start
Title: Accounts Locked by End-of-Day Processing
Text Symbol: 001 = Time Restriction:
Text Symbol: 015 = Search for Acct


INCLUDES used within this REPORT RFBKACCB

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

BKK_PA_LOCKS_GET_PROCESSES CALL FUNCTION 'BKK_PA_LOCKS_GET_PROCESSES' EXPORTING i_rng_progdate = s_prgdat[] IMPORTING e_tab_runs_with_locks = tab_runkey[].

BKK_PA_EOFDAY_SCR_SELECT CALL FUNCTION 'BKK_PA_EOFDAY_SCR_SELECT' EXPORTING i_tab_rundata = tab_output_for_sel[] IMPORTING e_tab_selected = tab_runkey[].

BKK_PA_LOCKS_DB_GET CALL FUNCTION 'BKK_PA_LOCKS_DB_GET' EXPORTING i_tab_runs = tab_runkey[] TABLES e_t_locks = tab_bkkmaccunr[].

BKK_INFOSYSTEM_AUTHORITY_CHECK CALL FUNCTION 'BKK_INFOSYSTEM_AUTHORITY_CHECK' EXPORTING i_bkkrs = tab_display-lockedbkkrs i_acnum_int = tab_display-lockedaccnoint i_struc = tab_display IMPORTING e_rc = l_rcode e_skip = l_skip.

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

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.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS OTHERS = 0.

BKK_PA_PROCESS_DB_GET_RUN_ALL CALL FUNCTION 'BKK_PA_PROCESS_DB_GET_RUN_ALL' EXPORTING i_tab_runkey = u_tab_runkey[] IMPORTING e_tab_procdata = l_tab_procdata[] e_tab_runs_not_found = l_tab_not_found[].

BKK_PA_CLOSCTRL_SCR_PREP_OUT CALL FUNCTION 'BKK_PA_CLOSCTRL_SCR_PREP_OUT' EXPORTING i_tab_rundataint = l_tab_internal[] IMPORTING e_tab_rundataext = c_tab_output[].

BKK_PA_OBJ_CONV_ITOE CALL FUNCTION 'BKK_PA_OBJ_CONV_ITOE' EXPORTING i_objcatg = u_t_bkkmaccunr-lockedobjcatg i_objno = u_t_bkkmaccunr-lockedobjno IMPORTING e_s_extobject = l_s_account EXCEPTIONS OTHERS = 1.

BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING i_bkkrs = c_t_display-lockedbkkrs i_acnum_int = c_t_display-lockedaccnoint IMPORTING e_acnum_ext = c_t_display-lockedaccount.

BKK_PA_OBJ_CONV_ITOE CALL FUNCTION 'BKK_PA_OBJ_CONV_ITOE' EXPORTING i_objcatg = u_t_bkkmaccunr-lockingobjcatg i_objno = u_t_bkkmaccunr-lockingobjno IMPORTING e_s_extobject = l_s_account EXCEPTIONS OTHERS = 1.

BKK_PA_LOCKS_GET_TEXT CALL FUNCTION 'BKK_PA_LOCKS_GET_TEXT' EXPORTING i_lock_criterion = c_t_display-lockcrit i_langu = sy-langu IMPORTING e_t_lock_criterion = c_t_display-tlockcrit.

BKK_PA_LOCKS_GET_DETAIL_TEXT CALL FUNCTION 'BKK_PA_LOCKS_GET_DETAIL_TEXT' EXPORTING i_lockdetail = c_t_display-lockdetail * I_LANGU = SY-LANGU IMPORTING e_t_lock_detail = c_t_display-tlockdetail.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog it_fieldcat = l_tab_fieldcat[] i_save = 'A' is_variant = l_s_variant i_tabname_header = 'L_TAB_RUNKEY' i_tabname_item = 'U_TAB_DISPLAY' i_structure_name_header = 'IBKKMRUNKEY' i_structure_name_item = 'IBKKMLOCKDISPLAY' is_keyinfo = l_s_keyinfo TABLES t_outtab_header = l_tab_runkey[] t_outtab_item = u_tab_display[] EXCEPTIONS program_error = 0 OTHERS = 0.

BKK_ACCNT_GET_ACNUM_INT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_INT_BKKRS' EXPORTING i_acnum_ext = u_accountno i_bkkrs = l_s_account-bkkrs IMPORTING e_acnum_int = l_s_account-accnoint EXCEPTIONS OTHERS = 1.

BKK_PA_OBJ_CONV_ETOI CALL FUNCTION 'BKK_PA_OBJ_CONV_ETOI' EXPORTING i_objcatg = l_s_objkey-objcatg i_s_extobject = l_s_account IMPORTING e_objno = l_s_objkey-objno EXCEPTIONS not_found = 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 RFBKACCB or its description.