TFW_DX_TEMPLATE_CHANGES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The purpose of this report is to distribute the mass data changes, resulting from changes made to templates or mini-templates, in particular to external systems, such as R/3 or BW...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 TFW_DX_TEMPLATE_CHANGES 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: APPLI = Application Object
Selection Text: MAX_PROC = Number of Parallel Processes
Selection Text: OBJECTS = Object Key
Selection Text: SERVERS = Server
Selection Text: T_FROM = Time From
Selection Text: T_TO = Time To
Title: TFW: Mass Distribution of Template Changes
Text Symbol: 010 = Settings for Parallel Processing
Text Symbol: 020 = Time Restriction
Text Symbol: 021 = Time: From
Text Symbol: 023 = Time: To
Text Symbol: 030 = Choice of Objects
Text Symbol: 050 = Successfully Distributed Obj =
Text Symbol: 051 = ,Mini-Template=
INCLUDE TFW_DX_TEMPL_TOP.
INCLUDE SBAL_CONSTANTS.
INCLUDE TFW_DX_MINITP_DELETE_ADD_TOF01.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ETFW_OBJECT CALL FUNCTION 'ENQUEUE_ETFW_OBJECT' EXPORTING mode_tfw_object = 'E' client = sy-mandt object = appli x_object = 'X' _scope = '1' _wait = 'X' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
TFW_TEMPLATE_DX CALL FUNCTION 'TFW_TEMPLATE_DX' STARTING NEW TASK 'TFW' DESTINATION IN GROUP servers PERFORMING come_back ON END OF TASK EXPORTING it_changed_objects = gt_tfw_temp iv_application_log = gv_log_handle EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
DEQUEUE_ETFW_OBJECT CALL FUNCTION 'DEQUEUE_ETFW_OBJECT' EXPORTING mode_tfw_object = 'E' client = sy-mandt object = appli x_object = 'X' _scope = '1' _synchron = ' ' _collect = ' '.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gv_log_handle i_msgty = 'S' * I_PROBCLASS = '4' i_text = lv_text EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TFW_DX_TEMPLATE_CHANGES - TFW: Mass Distribution of Template Changes TFW_DX_TEMPLATE_CHANGES - TFW: Mass Distribution of Template Changes TFW_DX_MINITP_DEL_TOP - TFWDXMINITPDELTOP TFW_DX_MINITP_DELETE_ADD_TOF01 - TFWDXMINITPDELETEADDTOF01 TFW_DX_MINITP_DELETE - TFW: Deletion of Entries of the Table TFW_DX_MINITP TFW_DX_MINITP_DELETE - TFW: Deletion of Entries of the Table TFW_DX_MINITP