Hi All,
I am trying to assign an ABAP query in a global area to a tcode using the parameter transaction assignment.
Transaction: START_REPORT
Parameters:
D_SREPOVARI-REPORTTYPE = 'AQ'
D_SREPOVARI-REPORT = 'ZGROUP'
D_SREPOVARI-EXTDREPORT = 'ZQUERY'
When I try to execute the transaction I get the following message " Query ZQUERY does not exist in user group ZGROUP ". I know that the query does not exist in the standard area. It exists in the global area. Any pointers towards the same.
There is a crude way of assigning it though where in I can assign the generated program AQZZZGROUP====ZQUERY to a transaction in SE93. This will be my last available resort. Any pointers would be greatly appreciated.
Regards,
Karthik