Hi gurus,
I got some performance related doubts.
1. In a "select" statement if I change the order of columns will it lower the performance ?
eg:
select posnr vbeln matnr
from vbap...
2. How much percentage of performance will be suffering if I use "into corresponding fields of" ?
3. Is it advisable to use "appending" in select ?