Skip to Content
0
Former Member
Oct 07, 2005 at 11:32 AM

shuffing of column order in internal table

610 Views

Hi All,

I have internal table having 50 columns. I m populating this table by ws_upload function module.

My query is that i want to shuffle order of fields in internl table so that i can upload dynamic format from ws_upload.

in normal scenario :

f1,f2,f3,f4,f5 and upload file is also in the same order.

in another case

upload file format is in order f3,f4,f5,f1,f2

now i need to change order of fields in internal table

how this can be ..?

Gopal