Skip to Content
0
Former Member
Nov 25, 2011 at 12:54 PM

Executing SQL queries in SAP-GUI e.g. select * from but000

25884 Views

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.