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 type in RFC FM

Former Member
0 Likes
1,250

Hi ,

Can any one shed some ideas one how we can we assign a generic type to a table parameter in RFC function module  , Reason being i dont want to give any reference of any SAP table, as the selection on the table name would be dynamic.

if its generic it can be genreralized for any tables. , I have already referred RFC_READ_TABLE but its not much of a help as table fields are not organised as per the table structure.

Thanks,

AJ.

Hi ,

Can any one shed some ideas one how we can we assign a generic type to a table parameter in RFC function module  , Reason being i dont want to give any reference of any SAP table, as the selection on the table name would be dynamic.

if its generic it can be genreralized for any tables. , I have already referred RFC_READ_TABLE but its not much of a help as table fields are not organised as per the table structure.

Thanks,

AJ.

1 REPLY 1
Read only

Former Member
0 Likes
670

Hi AJ,

I suggest you to refer function modules which are related to the function group, TRUX, where you can find structures like DFIES...

Regards,

Suren