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

Joining tables

Former Member
0 Likes
561

Hello,

Is there a way to have a simple join on a few tables and see the result, without writting an ABAP program ?

5 REPLIES 5
Read only

Former Member
0 Likes
531

Hi George

try making a database view on the desired tables (using SE11 -> view)

Regards

Ashish Jain

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
531

Hi,

Check this link.It will help you on creating views.

http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm

Kindly reward points by clicking the star on the left of the reply,if it is useful.

Read only

athavanraja
Active Contributor
0 Likes
531

SAP Query is one option.

check out the following link for details.

http://help.sap.com/saphelp_erp2004/helpdata/en/d2/cb3efb455611d189710000e8322d00/content.htm

Regards

Raja

Read only

0 Likes
531

Hi,

SAP Query will solve your problem

Goto SQ02 create Infoset and assign the infoset to the user group, then goto transaction SQ01 design the query from the previous infoset which you created.

Cheers,

Sasi

Read only

Former Member
0 Likes
531

If it is only a temporary query , and not really a report, Quickviewer might be more appropriate. It is much easier to ceate a quickview.

transaction: SQVI

regards,

Joris.