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
Below is a list of transaction codes which are relevant to this SAP report
F9LTC - Fixing Fixed-Term Deposits
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.
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
INCLUDE: RFBKTTERMFIXING_F01,
RFBKTTERMFIXING_F02,
RFBKTTERMFIXING_F03,
RFBKTTERMFIXING_F04,
RFBKTTERMFIXING_F05,
RFBKTTERMFIXING_F06,
RFBKTTERMFIXING_F07,
RFBKTTERMFIXING_F08,
RFBKTTERMFIXING_F09,
RFBKTTERMFIXING_F10.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKTTERMCONTROL - Fixing Fixed-Term Deposit Accounts RFBKTTERMCONTROL - Fixing Fixed-Term Deposit Accounts RFBKTTERMCOLLECTION_F10 - RFBKTTERMCOLLECTIONF10 RFBKTTERMCOLLECTION_F09 - Include RFBKTTERMCOLLECTION_F09 RFBKTTERMCOLLECTION_F08 - RFBKTTERMCOLLECTIONF08 RFBKTTERMCOLLECTION_F07 - RFBKTTERMCOLLECTIONF07