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

RFBKTTERMCONTROL SAP ABAP Report - Fixing Fixed-Term Deposit Accounts







RFBKTTERMCONTROL 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 fix a term agreement...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 RFBKTTERMCONTROL 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

F9LTC - Fixing 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 RFBKTTERMCONTROL. "Basic submit
SUBMIT RFBKTTERMCONTROL AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKTTERMCONTROL 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 = D .
Selection Text: S_BKKRS = D .
Selection Text: S_PROD = D .
Title: Fixing Fixed-Term Deposit Accounts
Text Symbol: 001 = Fixing Fixed-Term Deposit Accounts
Text Symbol: 002 = DAY
Text Symbol: 003 = Fixing Fixed-Term Deposit Accts
Text Symbol: 004 = Refund to Disbursement Ref. Acct
Text Symbol: S01 = Collecting Fixed-Term Deposit
Text Symbol: S02 = Fixing Fixed-Term Deposit Acct
Text Symbol: S03 = Calling Fixed-TermDeposit Acct


INCLUDES used within this REPORT RFBKTTERMCONTROL

INCLUDE: RFBKTTERMFIXING_F01,
RFBKTTERMFIXING_F02,
RFBKTTERMFIXING_F03,
RFBKTTERMFIXING_F04,
RFBKTTERMFIXING_F05,
RFBKTTERMFIXING_F06,
RFBKTTERMFIXING_F07,
RFBKTTERMFIXING_F08,
RFBKTTERMFIXING_F09,
RFBKTTERMFIXING_F10.


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_GET_RANGE * CALL FUNCTION 'BKK_BKKRS_GET_RANGE' * TABLES * r_bkkrs = s_bkkrs * t_bkkrs = l_tab_bkkrs.

BKK_BKKRS_GET_POSTDATE * CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' * EXPORTING * i_bkkrs = l_tab_bkkrs-bkkrs * IMPORTING * e_postdate = l_post_date * EXCEPTIONS * post_date_error = 1 * data_error = 2 * OTHERS = 3.

FIPR_INTERFACE_GET_FUNCTIONS * CALL FUNCTION 'FIPR_INTERFACE_GET_FUNCTIONS' * EXPORTING * i_prodint = wa_help_store_prod-prodint * i_version = wa_help_store_prod-version * TABLES * t_function = product_features * EXCEPTIONS * parameter_error = 1 * database_error = 2 * OTHERS = 3.

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 = g_con_event_termcontrol_end * eventparm = s_bkkrs ** TARGET_INSTANCE = ' ' * EXCEPTIONS * bad_eventid = 1 * eventid_does_not_exist = 2 * eventid_missing = 3 * raise_failed = 4 * OTHERS = 5.



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