2008 Jul 27 1:51 PM
how can i execute the "read" command with more then 1 key ???
thanks
2008 Jul 27 1:57 PM
sort it_data by vbeln posnr.
"when you use binary search you need to sort
"use binary search to improve performance
read table it_data with key vbeln = somevbeln
posnr = someposnr
binary search.or you can do this ,
read table it_data with key vbeln = somevbeln
posnr = someposnr.
how can i execute the "read" command with more then 1 key ???
thanks
2008 Jul 27 1:57 PM
sort it_data by vbeln posnr.
"when you use binary search you need to sort
"use binary search to improve performance
read table it_data with key vbeln = somevbeln
posnr = someposnr
binary search.or you can do this ,
read table it_data with key vbeln = somevbeln
posnr = someposnr.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |