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

Objects in SQVI.

Former Member
0 Likes
887

Where are the objects created in tcode SQVI stored? Also can you please tell me if we can call the objects created in SQVI in a report program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

Hi ,

Objects created in SQVI are the query ,infosets and assignment of infoset to user groups .

When you generate the the Quick viewer a program or report is generated .

4 REPLIES 4
Read only

Former Member
0 Likes
734

Hi ,

Objects created in SQVI are the query ,infosets and assignment of infoset to user groups .

When you generate the the Quick viewer a program or report is generated .

Read only

0 Likes
733

Can you please tell me how to find out the name of the report that gets generated and where, i mean in which package does it get stored. Can i call the same report program in another report program.

Read only

0 Likes
733

Hi,

After running transaction code SQ01, if the query is succesfully generated go to se38, you can see the program name defaulted in the program name field... which is system generated, copy the program into another program with your naming conventions.

With Regards,

Dwarakanath.S

Read only

Former Member
0 Likes
733

Hi,

When you are trying to create an infoset in SQ02 for query programming, depending on the selection single table or inner join usage, the control goes to SQVI.

There you can put the conditions for innerjoins by inserting few tables.

With Regards,

Dwarakanath.S