Situation so far:
i had to manually copy SCMS_BINARY_TO_XSTRING from a newer system.
Now it seems to work.
But still can't use the encoding function.
the only one that seems working is SSFC_BASE64_CODE,but unfortunately this FM doesn't have
a string input parameter(only has undefined input and output tables).So i tried passing the output from
SO_DOCUMENT_READ_API1 (CONTENT_HEX) .Actually it returns something..but not sure if that is a base64 encoding.
I am beginning to think i can't properly encode it in base64 on 46C.
Any other suggestion?
Thanks a lot.