what isSCMS_STRING_TO_XSTRING' Accepted Solutions(0) Former Member 2012 Mar 27 Hi, This FM is used to convert a variable of type STRING to a variable of type XSTRING. In webdynpro this would be useful when you download some content into your excel ...
I have a RAWSTRING xxx (get from DB) and want download it using GUI_DOWNLOAD. According to some posts, I call 'SCMS_XSTRING_TO_BINARY' data: data_tab type table of x255.
Could any guru give sample code for the following function module: SCMS_XSTRING_TO_BINARY SCMS_BINARY_TO_STRING. Thanks a lot