Hi,
I want to try out different kinds of sql-statements inside ST05.
Now:
This doesn't work:
SELECT VBAK~VBELN FROM VBAK
This works:
SELECT VBELN FROM VBAK
I need to get the first option to work as well. Mainly because I want to make some inner join stuff...
Any pointers ?
//Martin