I am wondering how a xstring should be retrieved from ABAP backend using RfcQuery.
final RfcQuery query = new RfcQuery(<myRFC>)...
Byte[] pdf = query.execute(erpEndpoint).get("EX_BLOB").getAs ??
Any ideas?
I am wondering how a xstring should be retrieved from ABAP backend using RfcQuery.
final RfcQuery query = new RfcQuery(<myRFC>)...
Byte[] pdf = query.execute(erpEndpoint).get("EX_BLOB").getAs ??
Any ideas?
As of now retrieving XSTRING values from an remote-enabled function module is not supported.
I'll edit this question if there is an update.