ISAFTPT_FTWN_SCREEN is a standard ABAP INCLUDE 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 ISAFTPT_FTWN_SCREEN 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.
Title: Include ISAFTPT_FTWN_SCREEN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING textline1 = text-f01 titel = text-f02 valuelength = '10' IMPORTING answer = ans value1 = dir_name EXCEPTIONS titel_too_long = 1 OTHERS = 2.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING no_value_check = ' ' popup_title = text-sb1 start_column = '5' start_row = '5' TABLES fields = gt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING no_value_check = ' ' popup_title = text-sb1 start_column = '5' start_row = '5' TABLES fields = gt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.