SAP_QUERY_SQ02 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 SAP_QUERY_SQ02 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: P_SGNAME = InfoSet
Selection Text: P_WSID = Global area
Title: Call InfoSet maintenance
INCLUDE RSAQCOMC.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = l_program tables fieldvalues = l_selvalues.
RSAQSUL_SELECT_FUNC_AREA call function 'RSAQSUL_SELECT_FUNC_AREA' exporting sul_workspace = l_workspace sul_transcode = 'SQ02' importing sul_func_area = p_infoset.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAP_QUERY_SQ02 - Call InfoSet maintenance SAP_QUERY_SQ02 - Call InfoSet maintenance SAP_QUERY_SQ01 - Call SAP Query using SQ01 SAP_QUERY_SQ01 - Call SAP Query using SQ01 SAP_QUERY_DEVELOPMENT_ROLE - Role Call-up SAP Query for Development SAP_QUERY_DEVELOPMENT_ROLE - Role Call-up SAP Query for Development