Hello
I create with a transfomation a xstring
and with the fm SCMS_XSTRING_TO_BINARY I create a table.
This table I can download by fm gui_download and I can open the file
with a xml-editor - it works.
But if I do the same, but download to the application server, there is an error,
I cant open the xml-file.
I'm looping throught the table what fm SCMS_XSTRING_TO_BINARY give me back
For each loop I call TRANSFER TO dataset
I can see, the last record is filled out with 0 (Hex 00)
I think this is the problem - by dowload with fm GUI_DOWNLOAD, I can set the file lenght,
but by download to the application server I can't
Thanks for any help
Daniel