FSWT1E01 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 FSWT1E01 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: Workflow: External Routines for SAPFSWT1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = c_log_file operating_system = sy-opsys parameter_1 = gv_file_ext parameter_2 = ' ' use_presentation_server = ' ' IMPORTING file_name = &2 EXCEPTIONS file_not_found = 01.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING CLIENT = SY-MANDT LOGICAL_FILENAME = c_log_file OPERATING_SYSTEM = SY-OPSYS PARAMETER_1 = gv_file_ext CHANGING PHYSICAL_FILENAME = &2 EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = c_log_file operating_system = sy-opsys parameter_1 = gv_char_handle parameter_2 = ' ' use_presentation_server = ' ' IMPORTING file_name = &2 EXCEPTIONS file_not_found = 01.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING CLIENT = SY-MANDT LOGICAL_FILENAME = c_log_file OPERATING_SYSTEM = SY-OPSYS PARAMETER_1 = gv_char_handle CHANGING PHYSICAL_FILENAME = &2 EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.
AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING program = 'SAPFSWT1' "Do not use system activity = 'READ'"Read filename = '*' "All programs EXCEPTIONS no_authority = 1 activity_unknown = 2 OTHERS = 3.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * services = '255' * SYSSERVICE = 0 TABLES list = gt_appl_server * LIST_IPV6 = * EXCEPTIONS * NO_SERVER_LIST = 1 * OTHERS = 2 .
SWT_TRACE_HANDLE_FILE_DELETE CALL FUNCTION 'SWT_TRACE_HANDLE_FILE_DELETE' DESTINATION
-name EXPORTING handle = handle * IMPORTING * FILE_DELETED = EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3 .
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = num_str IMPORTING output = string.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = num_str IMPORTING output = string.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = l_t100-arbgb msg_no = l_t100-msgnr msg_var1 = imesg-msgv1 msg_var2 = imesg-msgv2 msg_var3 = imesg-msgv3 msg_var4 = imesg-msgv4 IMPORTING msg_text = text EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FSWT1E01 - Workflow: External Routines for SAPFSWT1 FSWFBTOP - documentation and ABAP source code FSWFBE04 - Workflow: FORM For Authority Checks (Process Types; Later w. Category) FSWFBE03 - documentation and ABAP source code FSWFBE02 - documentation and ABAP source code FSWFBE01 - documentation and ABAP source code