Hi,
I am trying to find out what selections were stored together with the bookmarks created by the end users. The web reporting we are using is done in BEx 7.x. I do not want to execute each of the bookmarks separately (there is about 1000 of them). I would like to find the information in the tables.
There is a table with bookmarks RSWR_DATA, it contains XDATA field, which might contain information I need, but it is stored as X-String.
So I found a static method that allows me to convert X-String to String CL_BCS_CONVERT=>XSTRING_TO_STRING.
The problem is that when I am trying to display RSWR_DATA-XDATA in SE16, only part of the long X-String is displayed, so I do not have the complete X-String ready to be copied.
Is there any way to get the complete X-String, so that I could see its contents in a format that is easy to read?
Or maybe there is another way that would give me the possibility to check what is behind the bookmarks?
Best regards,
Leszek