Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Infoset and Tcode

Former Member
0 Likes
5,020

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

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,506

This question has already been answered many times, look at [START_REPORT with Query at sdn|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_forums_rm&query=start_report++%27aq%27&adv=false&sortby=cm_rnd_rankvalue#]

Regards

Read only

Former Member
0 Likes
2,506

check this thread.

Read only

Shafiq_Rehman1
Active Contributor
0 Likes
2,506

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.

Read only

Former Member
0 Likes
2,506

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