Hi,
I have four field in header and corresponding 5 fields of the item.I want to populate the internal table like that.and after that I want to download to the text file.
the internal table should be populated in the followings structure :
H1 | H2 | H3 | H4 | hv1 | hv2 | hv3 | hv4 | I1 | I2 | I3 | I4 | I5 | iv1 | iv2 | iv3 | iv4 | iv5 |
where H indicates header fields and hv indicates the header value and I indicates the item and iv indicates the item value..
I want to achieve that...I am not able to do that .
Suvajit..