SAP Reports / Programs | Bank Customer Accounts | Bank Components | Bank Customer Accounts(IS-B-BCA) SAP IS

RFBKTTERMPOSTPROCESSING SAP ABAP Report - Postprocessing Fixed-Term Deposits







RFBKTTERMPOSTPROCESSING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to process term agreements that encounter errors during the collection, fixing, or calling processes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFBKTTERMPOSTPROCESSING 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

F93LTC - Postprocessing Fixed-Term Deposits


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 RFBKTTERMPOSTPROCESSING. "Basic submit
SUBMIT RFBKTTERMPOSTPROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKTTERMPOSTPROCESSING 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_ACNUM = External Account Number
Selection Text: S_BKKRS = Bank Area
Title: Postprocessing Fixed-Term Deposits
Text Symbol: 001 = Postprocessing
Text Symbol: 002 = Bank Area
Text Symbol: 003 = Account no.
Text Symbol: 004 = Contract No.
Text Symbol: 005 = Status
Text Symbol: 006 = Contract Amt
Text Symbol: 007 = Acct Bal.
Text Symbol: 008 = Payment Order
Text Symbol: 009 = Payment Order Status
Text Symbol: 010 = Phase
Text Symbol: 011 = Int. Acct Number


INCLUDES used within this REPORT RFBKTTERMPOSTPROCESSING

INCLUDE RFBKTTERMTOP .
INCLUDE IBKKMAC.
INCLUDE IBKKMAC1.
INCLUDE RFBKTTERMPOSTPROCESSING_F01.


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_PAYM_ORDER_SELECT_HEADS CALL FUNCTION 'BKK_PAYM_ORDER_SELECT_HEADS' EXPORTING i_t_paym_orders = l_tab_paym_order TABLES E_T_BKKPOHD = l_tab_paord_header EXCEPTIONS NO_ORDER_FOUND = 1 OTHERS = 2.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'BKK_ITSTAT' value = l_domvalue langu = sy-langu IMPORTING dd07v_wa = l_dd07w_va rc = l_return.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'BKK_TERMSTAT' value = l_domvalue langu = sy-langu IMPORTING dd07v_wa = l_dd07w_va rc = l_return.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'BKKT_ACTSTATUS' value = l_domvalue langu = sy-langu IMPORTING dd07v_wa = l_dd07w_va rc = l_return.

BKK_ALV_SET_HOSPOTS_JUMPFIELDS CALL FUNCTION 'BKK_ALV_SET_HOSPOTS_JUMPFIELDS' TABLES t_ftab = ftab EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'RFBKTTERMPOSTPROCESSING' i_callback_pf_status_set = 'ANWENDUNGSSTATUS' i_callback_user_command = 'USER_COMMAND' * i_structure_name = 'BKKTERMPPRC' is_layout = layout it_fieldcat = ftab i_save = 'A' it_events = l_t_event TABLES t_outtab = tab_failed EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' TABLES ET_OUTTAB = tab_output EXCEPTIONS NO_INFOS = 1 PROGRAM_ERROR = 2 OTHERS = 3.

BKK_PREPARE_JUMP CALL FUNCTION 'BKK_PREPARE_JUMP' EXPORTING i_fieldname = selfield-fieldname i_objects = g_s_objects i_aktyp = '02' EXCEPTIONS OTHERS = 1.

BAL_DB_RELOAD CALL FUNCTION 'BAL_DB_RELOAD' EXPORTING i_t_log_handle = lt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 OTHERS = 3.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = gs_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile i_t_log_handle = lt_log_handle i_t_msg_context_filter = l_t_context_filter EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = ftab TABLES et_outtab = tab_failed EXCEPTIONS no_infos = 1 program_error = 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 RFBKTTERMPOSTPROCESSING or its description.