FOX3_REQUEST_TEST 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 FOX3_REQUEST_TEST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOX3_TEST - FOX: Test Explosion
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: P_VALID = D Display Validities
Selection Text: P_TRACE = D Level of Detail of Appl. Log
Selection Text: P_STRUCT = D Display Structure
Selection Text: P_SAVE = D Save
Selection Text: P_PROFIL = D Explosion Profile
Selection Text: P_ONECOM = Only One Commit
Selection Text: P_OBJTYP = D FOX Object Type
Selection Text: P_KEYEXT = D External Object Key
Selection Text: P_KEY = D Internal Object Key
Selection Text: P_IGNLTY = D Ignore Relationships
Selection Text: P_EXTERN = D External Format
Selection Text: P_EXPDIR = D Direction of Explosion
Selection Text: P_DISPL = D Additional Log Entries
Selection Text: P_DESC = D With Text
Selection Text: P_CONV = D With Conversion
Title: FOX: Test Explosion
Text Symbol: 007 = Explosion Status
Text Symbol: 006 = Action
Text Symbol: 005 = Object
Text Symbol: 004 = Settings for Display
Text Symbol: 003 = Object Explosion
Text Symbol: 002 = Explosion Profile
Text Symbol: 001 = Test Explosion
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
FOX3_SET_TEST_GUI_STATUS CALL FUNCTION 'FOX3_SET_TEST_GUI_STATUS' EXPORTING it_excluded_fcodes = gt_excluded_fcodes.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.