Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Generic Table Declaration for RFC CALL

Former Member
0 Likes
729

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

1 ACCEPTED SOLUTION
Read only

JuanCarlosDelga
Contributor
0 Likes
565

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.

2 REPLIES 2
Read only

JuanCarlosDelga
Contributor
0 Likes
566

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.

Read only

Former Member
0 Likes
565

Used table of structure CHAR512.