ā2014 Sep 25 2:20 PM
Hi Folks,
I am creating RFC to get data from another server. I just want to know wheather we can have generic table type for the same.
Each time user will pass table name along with fields and selection criteria. After that table filled with data should be returned.
syntax table_name TYPE TABLE is not possible with RFC. I just wanted to know any other way to declare generic table.
Even I dont want any string type table because it will create overhead to developer as this RFC will be thouroghly used in no. of developments.
Thanks in advance.
Regards,
Ashish
ā2014 Sep 25 3:42 PM
Hi Ashish,
In RFC generic data can't be used, so string or xstring are the onlu options. XML to xstring will be my choise.
Regards.
ā2014 Sep 25 3:42 PM
Hi Ashish,
In RFC generic data can't be used, so string or xstring are the onlu options. XML to xstring will be my choise.
Regards.
ā2014 Oct 15 8:21 AM