‎2008 Nov 12 5:50 PM
Hello Colleagues;
i have create a new infoset (SQ01) and i want to allowed users to work in the infoset using a transaction code (SE93) how it is possible?
salutations
‎2008 Nov 12 6:07 PM
‎2008 Nov 12 6:36 PM
‎2008 Nov 12 11:49 PM
SQ01 is not infoset. Infosets are maintained in SQ02, if you want to put user access on that then you should work on user groups (SQ03).
If you meant SQ01 as Adhoc Queries, then above posts are useful, inside SQ01 just get the program name through menu and assign it a tcode in SE93.
‎2009 Sep 30 9:25 AM
Hi Tarik Aissi ,
This is very simple.
Pre requisites.
1. User group name where the Infoset is assigned to
2. Query name.
Steps.
1. Go to SE93
2. Put your transaction name.
3. Click on Create.
4. Input a short text.
5. Select "Transaction with Parameters" radio button.
6. Enter "START_REPORT" in transaction field under "Default values for" tab.
7. Check "Skip Initial Screen"
8. Check "Inherit GUI attributes".
9. Under Default Values "Name of Screen field"
a) D_SREPOVARI-REPORTTYPE Value: AQ
b) D_SREPOVARI-REPORT Value: (Usergroup Name)
c) D_SREPOVARI-EXTDREPORT Value: (Query Name)
10. Save.
Whola....there you have it.
Revert if you need further help.
Regards,
Subin John