2020 Aug 20 6:38 AM
Hi,
I am working on client 100 and want to fetch a complete table from client 200 at once using a report program. I tried using RFC_READ_TABLE but that is not working for me as it only fetches one single column also my where clause is a long statement which is getting truncated due to the limit of C(72).
Thanks
2020 Aug 20 6:52 AM
Hi,
You should create a RFC-enabled FM and call it with destination to remote system. This way you can include all you complex where logic and tables in FM code.
Gaurav
Hi,
I am working on client 100 and want to fetch a complete table from client 200 at once using a report program. I tried using RFC_READ_TABLE but that is not working for me as it only fetches one single column also my where clause is a long statement which is getting truncated due to the limit of C(72).
Thanks
2020 Aug 20 6:52 AM
Hi,
You should create a RFC-enabled FM and call it with destination to remote system. This way you can include all you complex where logic and tables in FM code.
Gaurav
2020 Aug 20 1:48 PM
2020 Aug 20 6:52 AM
1. Use SELECT ... USING CLIENT '200' ... (or CLIENT SPECIFIED ... WHERE <clientcolumn> = '200')
2. Or create a custom RFC-enabled function module to do the job, instead of using RFC_READ_TABLE (not a good idea to use it, as already discussed in the forum).
2020 Aug 20 1:49 PM
2020 Aug 20 1:56 PM
For information, concerning RFC_READ_TABLE:
Anyway, don't use RFC_READ_TABLE, as already discussed in the forum.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |