RSWF_CNT_TEST_CONVERSION_XML 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 RSWF_CNT_TEST_CONVERSION_XML 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.
Selection Text: C_FUBA = Function Module
Selection Text: C_FUNC = Function Module
Selection Text: C_LARGE = 'Large' Container
Selection Text: C_SINGLE = Single Test Case
Selection Text: C_TEMP = Cont. with Temp. Multiline El.
Selection Text: C_TRANS = CALL TRANSFORMATION ID
Selection Text: C_WF = Workflow Container
Selection Text: D_DOM = DOM (iXML Toolkit)
Selection Text: D_STREAM = Stream (XSTRING)
Selection Text: D_TABS = Table (CHAR)
Selection Text: D_TABX = Table (RAW)
Selection Text: I_CNT = Interface of Container Class
Selection Text: I_DIR = Direct CALL TRANSFORMATION
Selection Text: I_SRV = Interface of Service Class
Selection Text: M_IXML = iXML Toolkit (Old)
Selection Text: M_XSLT = ID XSLT Transformation (New)
Selection Text: P_CHG = INCLUDE_CHANGEDATA
Selection Text: P_DELTA = INCLUDE_DELTA
Selection Text: P_EXT = INCLUDE_EXTENSION
Selection Text: P_INIT = INCLUDE_INITIAL
Selection Text: P_NULL = INCLUDE_NULL
Selection Text: P_SHOW = Display Container and XML
Selection Text: P_TEXT = INCLUDE_TEXT
Selection Text: C_EMPTY = Empty Container
Selection Text: C_EDIT = Container Editor
Selection Text: C_CUST = 'Special' Container
Selection Text: C_CASC = Save&Load Nested Containers
Selection Text: C_ALL = Complete Unit Test
Title: Test Program for Testing Container Serialization
Text Symbol: 001 = Error while calling "
Text Symbol: 002 = " for Generating "Special" Container
Text Symbol: 003 = Typ
Text Symbol: 004 = Time Stamp
Text Symbol: 005 = Message
Text Symbol: BAS = Basic Tests
Text Symbol: CAT = Test Scope
Text Symbol: CNT = Container 'Types' to Test
Text Symbol: CST = Source of 'Special' Container
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = field dynpname = sy-dynnr object = 'FB' progname = 'RSWF_CNT_TEST_CONVERSION_XML' suppress_selection_screen = 'X'.
SWF_CNT_DEF_EDITOR CALL FUNCTION 'SWF_CNT_DEF_EDITOR' EXPORTING display = ' ' start_in_popup = 'X' with_initial_values = 'X' wf_builder_style = 'X' title = 'BUILDER' CHANGING container = lr_cont.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWF_CNT_TEST_CONVERSION_XML - Test Program for Testing Container Serialization RSWF_CNT_TEST_CONVERSION_XML - Test Program for Testing Container Serialization RSWF_CNT_SHMEM_DL_DELETE - Report RSWF_CNT_SHMEM_DL_DELETE RSWF_CNT_SHMEM_DL_DELETE - Report RSWF_CNT_SHMEM_DL_DELETE RSWF_CNT_SHARED_OBJECTS - Test Report for Container Factory with Shared Object RSWF_CNT_SHARED_OBJECTS - Test Report for Container Factory with Shared Object