Application Development 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: 

Re: Infoset Query.

Former Member
0 Kudos

Hi,

I got one transaction code. i have to do a small modifications in the infoset query.

but when i went to find the program i came to know it is an infoset query. can any one tell me

How to find the infoset query.

Regards

Guhapriyan

7 REPLIES 7

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

A tool that provides reporting on one or multiple ODS Objects. InfoSet Query provides Web reporting capabilities (previously known as ABAP Query or SAP Query).

Check this link.May be it can help you.

http://help.sap.com/saphelp_nw04/helpdata/en/ed/084e3ce0f9fe3fe10000000a114084/content.htm

andreas_mann3
Active Contributor
0 Kudos

sorry Guhapriyan,

you're speaking about sq01 / sq02 ?

i do'nt understand your problem exactly !

Andreas

0 Kudos

yeah

0 Kudos

Hi,

For more information about queries,check this link.

http://www.sappoint.com/abap/ab4query.pdf

Bema
Active Participant
0 Kudos

hi ,

If the query is created using external program(report),

you will get the program name from SE93.

Copy the program name and open it in se38.

There you will get the report name.

Copy this report name and

find it in the SQ02 transaction's Infoset table.

If it founds the report name there,you will get the Infoset query name there.

Regards,

Beena

Former Member
0 Kudos

Go for SQ02 Txn.

abhishek suppal

Former Member
0 Kudos

Hi,

Here is the format of the program name which contains the user group and query name.

AQwwbbbbbbbbbbbbqqqqqqqqqqqqqq where

AQ -- Constant always

ww --00..99 99 client 000 to 099 within the standard range

A0..YZ Client 100 to 999 within the standard range

ZZ within the global standard range

bbbbbbbbbbbb- User group

qqqqqqqqqqqqqq - Query

Check the function module RSAQ_REPORT_NAME for the logic to get report name from the Query.

So from the program name, u can get the Query.

Hope this hint helps you

Regards,

Vijay