FTR_OPEN_TRTM_INITIALIZE 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 FTR_OPEN_TRTM_INITIALIZE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTR_OPEN_TRTM_INIT - Update: Open TRTM Components
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_UPUSER = D Last changed by
Selection Text: S_TUPTIM = D Changed at
Selection Text: S_TCRTIM = D Created at
Selection Text: S_SGSART = D Product type
Selection Text: S_SFHAAR = D Transaction type
Selection Text: S_SAKTIV = D Active status
Selection Text: S_RFHA = D Transaction
Selection Text: S_DUPDAT = D Changed on
Selection Text: S_DCRDAT = D Created on
Selection Text: S_CRUSER = D Created by
Selection Text: S_BUKRS = D Company code
Selection Text: PI_PA = Partner assignment
Selection Text: PI_MIR = Mirror transactions
Selection Text: PI_GEN = Generic enhancement
Selection Text: PI_FO = Update finance object
Selection Text: PI_FACI = Update facility
Selection Text: PI_DIST = Distributor connection
Selection Text: PI_CUS = Customer enhancement
Title: Initialize Components of Open TRTM
Text Symbol: SUC = Initialization completed successfully
Text Symbol: STA = *** Start ***
Text Symbol: SAT = &&&& &&&&&&&&&&&&& (&&&&&&&&& / &&&&&&&&&).
Text Symbol: OTM = Update transaction:
Text Symbol: KTM = Components
Text Symbol: END = *** End ***
Text Symbol: C01 = General selections
Text Symbol: 032 = Number of error messages:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = l_percentage text = l_text100.
FTR_OPEN_TRTM_START_AND_GO call function 'FTR_OPEN_TRTM_START_AND_GO' exporting pi_bukrs = l_fha-bukrs pi_rfha = l_fha-rfha pi_rantyp = l_fha-rantyp pi_sanlf = l_fha-sanlf pi_lock_deal = 'X' pi_badi_facility = pi_faci pi_badi_distributor = pi_dist pi_badi_generic = pi_gen pi_badi_customer = pi_cus pi_badi_fo = pi_fo pi_badi_pa = pi_pa pi_bapi_mirror = pi_mir exceptions error_message = 4 others = 4.
KEDR_TRACE_REFRESH CALL FUNCTION 'KEDR_TRACE_REFRESH'.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = alv_repid i_callback_user_command = alv_user_command_form it_fieldcat = alv_fieldcat it_events = alv_events i_save = 'A' is_variant = alv_variant tables t_outtab = l_tab_messages exceptions others = 4.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = t_event.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = alv_repid i_internal_tabname = tabname i_structure_name = ref_tabname changing ct_fieldcat = t_fieldcat exceptions others = 1.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = ttop.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FTR_OPEN_TRTM_INITIALIZE - Initialize Components of Open TRTM FTR_OPEN_TRTM_INITIALIZE - Initialize Components of Open TRTM FTR_IRATE_REVERSE - Reverse Interest Rate Instrument FTR_IRATE_REVERSE - Reverse Interest Rate Instrument FTR_IRATE_DISPLAY - Program CREATE_RANTYP5 FTR_IRATE_DISPLAY - Program CREATE_RANTYP5