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