In my internal Table I have fields as char,Hexa decimal like this.
i want to send it to appln server.
whil using this transfer table to file...it is giving dump as "Char fields only can be transferred".I want to transfer the hexadecimal also.
How to achive this.The Output file sd be a textfile.
I cannot move the hexa to char to tranfer the file.Coz if i do like this, It is giving 00 in place of hexadecimal.
I want to transfer the hexadecimal to o/p file.