SAP Reports / Programs

RBCA_US_TDRO1 SAP ABAP Report - Report: Time deposit rollover - Mass run







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

BCA_US_TDRO1 - Time deposit rollover - Mass 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 RBCA_US_TDRO1. "Basic submit
SUBMIT RBCA_US_TDRO1 AND RETURN. "Return to original report after report execution complete
SUBMIT RBCA_US_TDRO1 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_BKKRS = Bank area
Selection Text: P_MADATE = Maturity date
Title: Report: Time deposit rollover - Mass run
Text Symbol: 001 = Selection details
Text Symbol: 007 = Current Balance
Text Symbol: 008 = Balance
Text Symbol: 010 = Bank Area
Text Symbol: 015 = Period Desc.
Text Symbol: 016 = Multiple Locks
Text Symbol: 019 = Old Certificate
Text Symbol: 020 = Old Cer
Text Symbol: 101 = Time Deposits: Rollover completed for


INCLUDES used within this REPORT RBCA_US_TDRO1

INCLUDE: IBKKCOGD, IBKKCON.
INCLUDE: IBKKCOGD, 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_BKKRS_EXISTS CALL FUNCTION 'BKK_BKKRS_EXISTS' EXPORTING i_bkkrs = p_bkkrs i_message = 'X' * importing * e_rc = EXCEPTIONS OTHERS = 1.

BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = p_bkkrs IMPORTING e_postdate = l_sav_postdate_txn EXCEPTIONS post_date_error = 1 data_error = 2 OTHERS = 3.

BKK_ACCNT_CLOSE_CONTROL

BCA_US_ACCNT_ROLLOVER_CONTROL *CALL FUNCTION 'BKK_ACCNT_CLOSE_CONTROL' CALL FUNCTION 'BCA_US_ACCNT_ROLLOVER_CONTROL' EXPORTING i_bkkrs = p_bkkrs i_matdate = p_madate IMPORTING e_rc = l_rc EXCEPTIONS OTHERS = 1.

BKK_CHAIN_DB_SET_RETURNCODE CALL FUNCTION 'BKK_CHAIN_DB_SET_RETURNCODE' EXPORTING i_laufd = p_laufd i_laufi = p_laufi i_returncode = l_rc.

BKK_CHAIN_START_NEXT_STEP CALL FUNCTION 'BKK_CHAIN_START_NEXT_STEP' EXPORTING i_laufd = p_laufd i_laufi = p_laufi.

BP_EVENT_RAISE CALL FUNCTION 'BP_EVENT_RAISE' EXPORTING eventid = 'SAP_BKK_ACCNTRO_JOB_END' * G_CON_EVENT_ACCNTCL_END eventparm = p_bkkrs * TARGET_INSTANCE = ' ' EXCEPTIONS bad_eventid = 1 eventid_does_not_exist = 2 eventid_missing = 3 raise_failed = 4 OTHERS = 5.

BCA_US_ROLLOVER_TABLE_GET CALL FUNCTION 'BCA_US_ROLLOVER_TABLE_GET' TABLES t_bcaa_accnt_matdate = l_accnt_matdate.

BKK_BKKRS_INDEPEND_GET_DISPLAY CALL FUNCTION 'BKK_BKKRS_INDEPEND_GET_DISPLAY' EXPORTING i_spras = sy-langu IMPORTING e_inddis = l_inddis.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BUFFER_ACTIVE = * I_INTERFACE_CHECK = ' ' i_callback_program = l_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = l_user_command * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = l_layout it_fieldcat = l_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = l_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = l_disvariant it_events = l_tab_event * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * 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_accnt_matdate EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_tab_event.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.



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