SAP Reports / Programs | Application Platform | Master Data | Templates(AP-MD-BF-TFW) SAP AP

TFW_DX_TEMPLATE_CHANGES SAP ABAP Report - TFW: Mass Distribution of Template Changes







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


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


INCLUDES used within this REPORT TFW_DX_TEMPLATE_CHANGES

INCLUDE TFW_DX_TEMPL_TOP.
INCLUDE SBAL_CONSTANTS.
INCLUDE TFW_DX_MINITP_DELETE_ADD_TOF01.


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:

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.



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