‎2008 Mar 17 1:07 PM
Hello Friends
I am trying to write data consisting of a very long variable string to a table using a BAPI. However, since data type 'string' is not supported in a BAPI, I am using 'VARILRAW'.
However, the data gets stored as a binary and so when I try to retrieve it, it is giving out the string in a non-readable format.
Is there a way to convert this VARILRAW strong back to readable string?
Your help will be highly appreciated.
Thanks
Ram
‎2008 Mar 17 1:12 PM
Hi,
I guess there is no FM to do this.
Try moving this to a string type variable if possible.
Regards,
Ramya
‎2008 Mar 17 1:12 PM
Hi,
I guess there is no FM to do this.
Try moving this to a string type variable if possible.
Regards,
Ramya
‎2008 Mar 17 1:50 PM
Thanks Ramya
However, I didn't understand when you said, 'try moving this to string type'. Can you please elaborate on it?
thanks
Ram