‎2009 Sep 17 1:57 PM
once Tran code is created and executed , getting error message as
User group ZBP_USER has not yet been created.
but when I executed with SQ01 , its working fine
and I followed following steps for creating tran code
D_SREPOVARI-REPORTTYPE 'AQ'
D_SREPOVARI-REPORT user group
D_SREPOVARI-EXTDREPORT ' query name
Thanks
‎2009 Sep 18 1:06 AM
‎2009 Sep 17 2:00 PM
‎2009 Sep 17 2:17 PM
I am unable to see activate button on user group , only save. button is there.
‎2009 Sep 17 2:21 PM
my mistake...
how have you assigned infoset and users to the user group?
‎2009 Sep 17 2:26 PM
Goto Tran code: SQ03
create new user group , it asked for description.
step 2: Pressed 'Assig users to Infosets' button
Given userid under 'Change authorization' having check mark.
step3) assign Infoset button
selected , created infoset and saved.
I didn't get activate button
Thanks
‎2009 Sep 17 11:19 PM
Hi,
is ZBP_USER in global area?
Use
D_SREPOVARI-REPORT ZBP_USER G
For more details take a look to this post
http://www.plinky.it/blog/index.php/2009/08/28/associate-sap-query-to-a-transaction-code/
Regards,
Ivan
‎2009 Sep 17 11:23 PM
Go to SE93, create a parameter transaction to transaction START_REPORT,
and parameters:
D_SREPOVARI-REPORTTYPE=AQ; (For querys)
D_SREPOVARI-REPORT=/SAPQUERY/T2G (Your Query)
‎2009 Sep 18 1:06 AM