2017 Dec 15 10:22 AM
Is it possible to combine two variables from a select in a subselect?
Example:
select tplnr from table1 as a where ( exists ( select * from table2 where key = @sy-mandt+a~tplnr)).
Focus:
@sy-mandt+a~tplnr
Thanks!
2017 Dec 15 10:32 AM
2017 Dec 15 10:48 AM
This function does not working wihtin the "where" expression. I can't compile it.
2017 Dec 15 10:51 AM
2017 Dec 15 11:29 AM
[...]select addrnumber from adrv where concat( 'test1', 'test2' ) = p~appl_key [....]<br>
This leads to the following error message: ( is gramatically not allowed here...
Okay.. we are using 7.4 not 7.5... sorry. Thanks!