Hi,
I am using Office Control UI element in the Web Dynpro ABAP Application that I am developing to take input from user using Office Word File uploaded using File Upload UI element. Both the Office Control and File Upload UI are bound to the same context attribute of type XSTRING.
Now I want to read this data from the Office Control i.e. Xstring data to display on Text Edit UI element on the screen i.e in a readable format or text format.
I have tried converting the Xstring to String, and Xstring to Binary and Binary to Text, using FM specified in SDN forums. But I am not getting the data in readable format.
Please let me know how could I get the data on the Office Control which is in Xstring to the Text Edit in a text format or readable format.
Thank you,
Manoj Nachimuthu