RSKWT_NMSPC_004 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 RSKWT_NMSPC_004 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: URL Checks in Directories
Text Symbol: 001 = 4. URL Checks in Directories
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SKWF_FOLDER_CREATE CALL FUNCTION 'SKWF_FOLDER_CREATE' EXPORTING folder_class = skwtt_folder_class_1 * FOLDER_UNIQUE_ID = * PTYPE = * X_STRICT = * ORDER_TYPE = parentpos = g_papos IMPORTING folder = g_folder_1 error = g_error_f TABLES properties = g_props.
SKWF_FOLDER_CREATE CALL FUNCTION 'SKWF_FOLDER_CREATE' EXPORTING folder_class = skwtt_folder_class_1 * FOLDER_UNIQUE_ID = * PTYPE = * X_STRICT = * ORDER_TYPE = parentpos = g_papos IMPORTING folder = g_folder_2 error = g_error_f TABLES properties = g_props.
SKWF_FOLDER_CREATE CALL FUNCTION 'SKWF_FOLDER_CREATE' EXPORTING folder_class = skwtt_folder_class_1 * FOLDER_UNIQUE_ID = * PTYPE = * X_STRICT = * ORDER_TYPE = parentpos = g_papos IMPORTING folder = g_folder_3 error = g_error_f TABLES properties = g_props.
SKWF_LOIO_CREATE CALL FUNCTION 'SKWF_LOIO_CREATE' EXPORTING class = skwtt_loio_class_1 * UNIQUE_ID = * PTYPE = * X_STRICT = parentpos = g_papos IMPORTING loio = g_io_1 error = g_error_io TABLES properties = g_props.
SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING io = g_io_1 IMPORTING url = g_url_1 relative_url = g_relative_url_1 error = g_error_io.
SKWF_NMSPC_IO_FIND_BY_ADDRESS CALL FUNCTION 'SKWF_NMSPC_IO_FIND_BY_ADDRESS' EXPORTING url = g_url_1 appl = skwtt_appl "darf kein *Optional-Parameter sein, sonst keine Eindeutigkeit * PTYPE = * X_STRICT = IMPORTING io = g_io_x error = g_error_io TABLES * PROPERTIES_REQUEST = properties_result = g_props_result.
SKWF_NMSPC_IOS_MOVE CALL FUNCTION 'SKWF_NMSPC_IOS_MOVE' EXPORTING * CONNECTION_SPACE = parentpos = g_papos IMPORTING error = g_error_io TABLES ios = g_parent_sources "zu movende IOs bad_ios = g_bad_ios. "fehlerhafte IOs
SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING io = g_io_1 IMPORTING url = g_url_2 relative_url = g_relative_url_2 error = g_error_io.
SKWF_IOS_DELETE CALL FUNCTION 'SKWF_IOS_DELETE' * EXPORTING * X_DELETE_CHILDREN = IMPORTING error = g_error_f TABLES ios = g_ios bad_ios = g_bad_ios.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.