How to get table contents in upper case after upload

Question: Hi,
I've used GUI_UPLOAD to read in a file into a simple character internal table, e.g.: data: begin of itab occurs 0, inrecs(300) type c, end of itab.

I would like all the data in uppercase. Is there a simple way of doing this (there's no parameter on GUI_UPLOAD) or do I have to LOOP using TRANSLATE?

Thks.

Answer:
Loop and translate, is the only way. Its only 3 lines of code.

Regards,
R Heilman

Answer:
Thanks, I thought so, but it takes time especially if it's a big file.

No probs. anyway. Thanks!!

Answer:
But TRANSLATE command will create a problem while doing 'Extended Program Check' / B 4 Transportation...so..
_________________
Regards / mfg
Srinu

"Anyone who has never made a mistake has never tried anything new." - Einstein
Copyright ?2007 - 2008 www.jt77.com