ST_TESTER 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 ST_TESTER 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: V_REJECT = reject_illegal_characters (d)
Selection Text: V_MOVE = move (s)
Selection Text: V_DEF = Default
Selection Text: V_DECLOS = accept_decimals_loss (d)
Selection Text: V_DATLOS = accept_data_loss (d)
Selection Text: P_ST = Transformation (ST)
Selection Text: P_DEBUG = Debug Transformation
Selection Text: OUTBOUND = ABAP to XML (s)
Selection Text: MORE = Enter Additional Variables
Selection Text: INBOUND = XML to ABAP (d)
Selection Text: EDITROOT = Edit/Display Root Set
Title: Report ST_TESTER
Text Symbol: XML = Select XML File
Text Symbol: VAL = Value
Text Symbol: TYP = Type
Text Symbol: ROO = Display or Change Root Variables
Text Symbol: NAM = Name
Text Symbol: BL4 = Value Handling
Text Symbol: BL3 = Parameters
Text Symbol: BL2 = Root Variables
Text Symbol: BL1 = Direction
Text Symbol: BL0 = Transformation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting object_name = text-bl2 mode = 'X' display_accessible = 'X' changing object = root_tab exceptions object_not_supported = 1 others = 2.
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = l_filename filetype = 'BIN' tables data_tab = xtab exceptions others = 17.
SCMS_BINARY_TO_XSTRING call function 'SCMS_BINARY_TO_XSTRING' exporting input_length = l_length importing buffer = l_x_xml tables binary_tab = xtab.
SPRX_DOC_DISPLAY * call function 'SPRX_DOC_DISPLAY' * exporting * p_document = l_x_xml * p_title = text-res.
SWF_XML_DISPLAY call function 'SWF_XML_DISPLAY' exporting im_stream = l_x_xml.
RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting object_name = l_name mode = lcl_handle_events=>edit_mode display_accessible = 'X' changing object =
exceptions object_not_supported = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.