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

Creating Tran code for ABAP Query

Former Member
0 Likes
1,808

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,240

Hi

Check in which area is u r Query , And pass the right area parameter while creating tcode .

Refer

regards

Vinay Kolla

7 REPLIES 7
Read only

Former Member
0 Likes
1,240

have you activated user group?

Read only

0 Likes
1,240

I am unable to see activate button on user group , only save. button is there.

Read only

0 Likes
1,240

my mistake...

how have you assigned infoset and users to the user group?

Read only

0 Likes
1,240

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

Read only

_IvanFemia_
Active Contributor
0 Likes
1,240

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

Read only

former_member156446
Active Contributor
0 Likes
1,240

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)

Read only

Former Member
0 Likes
1,241

Hi

Check in which area is u r Query , And pass the right area parameter while creating tcode .

Refer

regards

Vinay Kolla