Application Development 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: 

dynamic column to be added in exporting table of FM

0 Kudos

Hi ,

I am trying to add dynamic column to an exporting table of RFC's FM.

How can I achieve it?

My requirement is :

if user gave an input in month - jan to feb then week wise column to be added in exporting table.

If user gave input in year 2015 to 2050 then month wise column to be returned in exporting table.

Thanks in advance.

Thanks & Regards,
Saurabh

1 REPLY 1

former_member289261
Active Contributor
0 Kudos

to export such tables you need to export table with generic type. RFC FMs do not allow generic type. You will have to design the table columns in row format to achieve a static table line type.