SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

FTR_OPEN_TRTM_INITIALIZE SAP ABAP Report - Initialize Components of Open TRTM







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTR_OPEN_TRTM_INIT - Update: Open TRTM Components


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 FTR_OPEN_TRTM_INITIALIZE. "Basic submit
SUBMIT FTR_OPEN_TRTM_INITIALIZE AND RETURN. "Return to original report after report execution complete
SUBMIT FTR_OPEN_TRTM_INITIALIZE 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_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:


INCLUDES used within this REPORT FTR_OPEN_TRTM_INITIALIZE

No INCLUDES are used within this REPORT code!


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:

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.



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