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

ABAP Query

Former Member
0 Likes
598

HI,

Experts,

when i go to Tcode : SQ01 and select user group. in that user group we have say 10 queries. when i double click on one query it will display name in the query name and when i click on disply that query will display. now i tried to select the second query from that list it will is not comming in the above box. it shows only perivious one only.

so that i can not able to select the second qurey.

only first time selected query is showring but not showing the second query when i clik the second query also.

can ony one suggest me solution for this..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi ,

as a process -> first u need to select user group from SQ03->give ur user grp name -->from this screen ->take Menu Item Envi->Queries--->then u wil come to SQ01.

this is due to Global Area's data.

this is as per my understandings of SQ*.

regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
559

Hi ,

as a process -> first u need to select user group from SQ03->give ur user grp name -->from this screen ->take Menu Item Envi->Queries--->then u wil come to SQ01.

this is due to Global Area's data.

this is as per my understandings of SQ*.

regards

Prabhu

Read only

eckhard_schulz
Discoverer
0 Likes
558

Hi,

I am just searching for a standard fix by SAP for this problem - does anyone know one?

That is an error caused by the SQ01 program logic:

1. The doubleklick event is performed and transfers the 2nd querie's name into the recipient runtime field.

2. The screen data (i.e. the name of the 1st query) are transported into the runtime field overriding the 2nd name already picked up.

As a result, the pickup only works, if the old query name is cleared first.

regards

Eckhard

Read only

eckhard_schulz
Discoverer
0 Likes
558

Hi,

if not already solved, have a look at SAP-note 1161464.