FTBBYC_BSPRD_CUST_HELP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program assists you to quickly customize many similar basis spreads at once under
If you would like to execute this report or see the full code listing simply enter FTBBYC_BSPRD_CUST_HELP into the relevant SAP transactions such as SE38 or SE80
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: P_OVRWRT = Overwrite Existing Entries
Selection Text: P_PREFIX = Prefix for Basis Spread IDs
Selection Text: P_REF1 = D .
Selection Text: P_REF2 = D .
Selection Text: S_TTM = Times to Maturity (in Years)
Title: Utility Program for Basis Spread Customizing
Text Symbol: 003 = No transport request selected
Text Symbol: 004 = Continue without transport?
Text Symbol: REF = Reference Interest Rate Pair (Basis Swap)
Text Symbol: SET = Settings
Text Symbol: TTM = Times to Maturity
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = gv_ko200 EXCEPTIONS cancel_edit_other_error = 01 show_only_other_error = 02.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = gs_restrict.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 w_message = 3 i_message = 4 s_message = 5 OTHERS = 6.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING i_use_grid = 'X' IMPORTING e_exit_command = gs_meshandler_return.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'TYC_BSPRD_DEF' varkey = gv_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 w_message = 3 i_message = 4 s_message = 5 OTHERS = 6.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING i_use_grid = 'X' IMPORTING e_exit_command = gs_meshandler_return.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'W' " Customizing requests it_e071 = gt_objects it_e071k = gt_object_keys EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-004 default_button = '2' display_cancel_button = abap_false IMPORTING answer = gv_answer.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'TYC_BSPRD_DEF' varkey = gv_varkey.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FTBBYC_BSPRD_CUST_HELP - Utility Program for Basis Spread Customizing FTBBYC_BSPRD_CUST_HELP - Utility Program for Basis Spread Customizing FTBAS_UPDATE_DEPOT_CASH_FLOWS - Program NL_CLEANUP_SCHEDULES FTBAS_UPDATE_DEPOT_CASH_FLOWS - Program NL_CLEANUP_SCHEDULES FTBAS_TEST_READ_FROM_FILE - Program FTBAS_TEST_READ_FROM_FILE FTBAS_TEST_READ_FROM_FILE - Program FTBAS_TEST_READ_FROM_FILE