RSKWT_CONTENT_002 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_CONTENT_002 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: Save and Check Content for Phio
Text Symbol: 001 = 2. Save and Check Content for Phio
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SKWF_PHIO_CREATE CALL FUNCTION 'SKWF_PHIO_CREATE' EXPORTING class = skwtt_phio_class_1 * UNIQUE_ID = * PTYPE = * X_STRICT = * LOIO = * parentpos = IMPORTING phio = g_phio_1 error = g_error_io.
SKWF_PHIO_STORE_CONTENT CALL FUNCTION 'SKWF_PHIO_STORE_CONTENT' EXPORTING phio = g_phio_1 * X_RAW_MODE = * X_TEXT_AS_STREAM = IMPORTING error = g_error_io TABLES * FILE_ACCESS_INFO = file_content_ascii = l_contents.
SKWF_PHIO_STORE_CONTENT CALL FUNCTION 'SKWF_PHIO_STORE_CONTENT' EXPORTING phio = g_phio_1 * X_RAW_MODE = * X_TEXT_AS_STREAM = IMPORTING error = g_error_io TABLES * FILE_ACCESS_INFO = file_content_ascii = l_contents.
SKWF_PHIO_STATE_CONTENTLESS CALL FUNCTION 'SKWF_PHIO_STATE_CONTENTLESS' EXPORTING phio = g_phio_1 IMPORTING error = g_error_io.
SKWF_IOS_DELETE CALL FUNCTION 'SKWF_IOS_DELETE' * EXPORTING * X_DELETE_CHILDREN = IMPORTING error = g_error_io 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.