SAP Reports / Programs

ST_TESTER SAP ABAP Report - Report ST_TESTER







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


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 ST_TESTER. "Basic submit
SUBMIT ST_TESTER AND RETURN. "Return to original report after report execution complete
SUBMIT ST_TESTER 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: 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


INCLUDES used within this REPORT ST_TESTER

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_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.



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 ST_TESTER or its description.