Hello
I currently writing an application using the .Net connector that extracts tables from SAP into a local database. As this is an application that should work generically with any SAP implementation, I cannot write a custom RFC for this task, and I need to use an RFC that also allows for filter conditions (i.e. I can define the WHERE clause somewhere).
I have been using <b>RFC_READ_TABLE</b>, which I know is not recommended nor supported by SAP. However it does not retrieve data in Unicode, so the Japanese/Russian/Greek/etc. records that I retrieve are all garbled.
Is there another predefined RFC that can do accomplish this? Basically I need the following:
-> Input table name
-> Input WHERE conditions
-> Retrieve fields and data from table in Unicode
I have been looking into the following RFCs on my system:
<b>RFC_GET_TABLE_ENTRIES
TABLE_ENTRIES_GET_VIA_RFC
GET_TABLE_RFC</b>
...but documentation and on-line information about them is extremely limited.
Any help is highly appreciated.
Szeming