Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9610

Re: field symbols in select statement

$
0
0

Hello Maurya,

 

You need only one record from dbtable so if you use all primary keys of dbtable then you will get only one record.

in select query use internal table itab instead field symbol.

and check for itab not initial.

then read itab into field symbol.

 

SELECT * FROM dbtable into table itab

   WHERE condtEQ p_vendor (all primary keys).


if itab is not initial.

read itab into <fs_test>,

Endif.

 

 

Regards,

Kalpesh


Viewing all articles
Browse latest Browse all 9610

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>