2008 May 02 1:49 PM
Hi all,
I'm looking for the simplest (and most efficient) way to convert an internal table into a range witout going through a loop, any ideas?
hi,
Yes the range and the internal table structure has to be same then it is possible else it is not possible without looping ..
Regards,
Santosh
2008 May 02 1:52 PM
Hi Haku,
If the internal table has the same four fields as the range
(SIGN, OPTION, LOW, HIGH), then you can try
itab[] = r_range[].If not, it is not possible without looping.
Regards,
Ravi Kanth talagana
Edited by: Ravi Kanth Talagana on May 2, 2008 2:52 PM
2008 May 02 2:00 PM
hi,
Yes the range and the internal table structure has to be same then it is possible else it is not possible without looping ..
Regards,
Santosh
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |