cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hallo,

I am newbie in the SAP world. Is there a way to run select statements from SAP GUI? e.g. I want to know how many rows are returning from a join xyz.

select count() from tabA and tabB where tabA.id = tabB.id and tabA.Name is not null.*

Is it possible with SQVI (SQ01)?

Please help.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

select count() from tabA and tabB where tabA.id = tabB.id and tabA.Name is not null.

You can either user Abap query (SQ01) or ABAP editor (SE38) to write respective piece of code and execute the same.

Regards,

Deepak Kori