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

Dynamic table in RFC

Former Member
0 Likes
677

hi,

I wrote one source code in RFC which gives output as dynamic table.

I want this dynamics table as output of RFC.

In RFC, Table parameter does not support TYPE u2018ANYu2019 to define Table as Dynamic.

During runtime, RFC Code supposed to identify and fill columns.

I want to provide output of this RFC to webservice.

Regards

Mohinder Singh

hi,

I wrote one source code in RFC which gives output as dynamic table.

I want this dynamics table as output of RFC.

In RFC, Table parameter does not support TYPE u2018ANYu2019 to define Table as Dynamic.

During runtime, RFC Code supposed to identify and fill columns.

I want to provide output of this RFC to webservice.

Regards

Mohinder Singh

2 REPLIES 2
Read only

Former Member
0 Likes
543

hi

If your FM is RFC enabled you can't declare a generic type. that is the problem when you try to use the FM and try to pass a dynamic table name to get the data from the remote system. or you can check

Check these FM 's: RFC_READ_TABLE

RFC_GET_TABLE_ENTRIES

hope this will help

regards

Prashant

Read only

Former Member
0 Likes
543

Thanks

For the anwser.

Cheers

MSC