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

RFBKBALNOT_SINGLE SAP ABAP Report - Create One Single Balance Notification (on Request)







RFBKBALNOT_SINGLE 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 RFBKBALNOT_SINGLE 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

F9N17 - Balance Notification Single Run


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 RFBKBALNOT_SINGLE. "Basic submit
SUBMIT RFBKBALNOT_SINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKBALNOT_SINGLE 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_ACCEX = Account Number
Selection Text: P_BKKRS = Bank Area
Selection Text: P_CLOSB = Key Date
Selection Text: P_XSIM = Simulation Run
Title: Create One Single Balance Notification (on Request)
Text Symbol: 001 = Control Parameters
Text Symbol: 002 = Bal.Notification


INCLUDES used within this REPORT RFBKBALNOT_SINGLE

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_BKKRS_EXISTS CALL FUNCTION 'BKK_BKKRS_EXISTS' EXPORTING i_bkkrs = p_bkkrs * I_MESSAGE = 'X' IMPORTING e_rc = l_rc.

BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = g_con_object_bal_not i_method = g_con_method_single_run_new i_actvt = l_actvt i_bkkrs = p_bkkrs i_flg_msg_handler = 'X'.

BKK_ACCNT_GET_ACNUM_INT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_INT_BKKRS' EXPORTING i_acnum_ext = p_accex i_bkkrs = p_bkkrs i_message = 'X' IMPORTING e_return = l_rc e_acnum_int = l_acnum_int EXCEPTIONS OTHERS = 1.

BKK_ACCNT_CHECK_FUNCTION CALL FUNCTION 'BKK_ACCNT_CHECK_FUNCTION' EXPORTING i_bkkrs = p_bkkrs i_acnum_int = l_acnum_int i_function = g_con_balnot IMPORTING e_return = l_rc.

BKK_ACCNT_CURRENCY_LOCK CALL FUNCTION 'BKK_ACCNT_CURRENCY_LOCK' EXPORTING i_bkkrs = p_bkkrs i_acnum_int = l_acnum_int i_date = p_closb IMPORTING e_rc = l_rc.

BKK_BALNOT_ON_REQUEST CALL FUNCTION 'BKK_BALNOT_ON_REQUEST' EXPORTING i_bkkrs = p_bkkrs i_xsimulbalnot = p_xsim i_fixed_day = p_closb i_balnot_time = sy-uzeit i_balnot_date = sy-datum i_acnum_int = l_acnum_int IMPORTING e_rc = l_rc EXCEPTIONS OTHERS = 1.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = g_con_clos_msg_arbgb i_type = con_msgty_s i_number = '183' i_msgv1 = p_accex i_msgv2 = l_acnum_int i_msgv3 = p_bkkrs.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4 OTHERS = 5.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-002 EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.



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 RFBKBALNOT_SINGLE or its description.