Hi all,
I'm pretty sure this is an easy one...
I'm getting RFC Execution Error: One of the field names in the SELECT clause was not recognized while doing a RFC_READ_TABLE call to AUFK, I'm doing the same with another couple of tables and haven't had any problems with those.
I'm defining a inputXML something like this:
<?xml version="1.0" encoding="UTF-8"?><Row>
<item><FIELDNAME>AUFNR</FIELDNAME></item>
</Row>
And mapping it with RFC_TABLE_READ>TABLES>FIELDS>item
I'm setting SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/TABLES/OPTIONS/item/TEXT} with something like "WERKS='XX'"
I do this query in SE16 and works just find.
Any help would be really appreciated.. Thx