H00_SAPQUERY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Start Ad Hoc Query (H00_ADHOCQUERY) Report H00_ADHOCQUERY
If you would like to execute this report or see the full code listing simply enter H00_SAPQUERY 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: FUNCAREA = InfoSet
Selection Text: STRICT = Ignore SET/GET parameters
Selection Text: USERGRP = User group
Selection Text: WSID = Query area
Title: Start SAP Query in HR Environment
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SQ01' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
H00_SAPQUERY - Start SAP Query in HR Environment H00_SAPQUERY - Start SAP Query in HR Environment H00_QUERY_DEVELOPMENT_ROLE - SAP Query Role Access for Development in HR H00_QUERY_DEVELOPMENT_ROLE - SAP Query Role Access for Development in HR H00_QUERY_DEVELOPMENT - Access SAP Query for Development in HR H00_QUERY_DEVELOPMENT - Access SAP Query for Development in HR