SAP Reports / Programs

RSWF_CNT_TEST_CONVERSION_XML SAP ABAP Report - Test Program for Testing Container Serialization







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSWF_CNT_TEST_CONVERSION_XML. "Basic submit
SUBMIT RSWF_CNT_TEST_CONVERSION_XML AND RETURN. "Return to original report after report execution complete
SUBMIT RSWF_CNT_TEST_CONVERSION_XML VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: DIS = Display
Text Symbol: DST = Target Structures to Be Used for XML Document
Text Symbol: INT = Interface to Be Used in Serialization
Text Symbol: MTH = Procedure to Be Used in Serialization
Text Symbol: PAR = Parameters to Use in Serialization/Deserialization
Text Symbol: SC1 = Container Editor
Text Symbol: SC2 = Function Module
Text Symbol: TCA = Complete Unit Test (All Parameter Combinations)
Text Symbol: TCS = Single Test Case (Selected Parameter Combinations)


INCLUDES used within this REPORT RSWF_CNT_TEST_CONVERSION_XML

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSWF_CNT_TEST_CONVERSION_XML or its description.