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 as output in Function Module

Former Member
0 Likes
671

Hi all,

I am trying to output a dynamic table from a FM. I am a generating a dynamic internal table in the FM. Now i want to assign that internal table to a table parameter of the FM so that i can use that table in the calling program. can this be done?

regards,

hamza

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
330

Just use the signature in fm as a reference type and try

Read only

former_member194669
Active Contributor
0 Likes
330

You may need to look into code of sap function module


RFC_READ_TABLE

a®