Logged In: YES
user_id=229549
Hi Gregor,
the support for STRING type is difficult to add to
the source code of current generation of saprfc 1.x because
a) The size of string is unknown in time when interface
of function modules is discovered, so curren static
internal buffers can't be used
b) String has to be in UTF-8 encoding. The current version
saprfc translate...
Logged In: YES
user_id=229549
I will plan support for STRING and XSTRING types in the
next major version of saprfc. Now, this types is
unsupported and you have to write own
ZUSR_CHECK_LOGON_DATA wrapper function module to call this.
Regards,
Eduard.