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

Passing dynamic table to export param in function module

kesavadas_thekkillath
Active Contributor
0 Likes
729

Hi all,

I am facing a problem ,

Its like i have populated some data in a field symbol ( type table ) in a function module.

I have declared a table in function module signature which is of reference type for exporting data.

When i pass this field symbol to that export table, Output data is displayed,

but without field names ( There is only one 'default' field name in the output)

How to bring the field names in the field symbol to the export table.

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
630

Friends,

Throw some lights

Read only

0 Likes
630

Hello Keshu,

Create one new parameter FIELDNAMES of type table and pass single column internal table containing

all the field name.

In the function module before printing the table print all the field names.

Hope this helps!

Thanks.

Augustin.

Read only

0 Likes
630

Hi I dont require a separate table for exporting field names.

Keshav

Read only

0 Likes
630

Could you post (part) of your code here. That way I don't have to create something alike and not knowing exactly what to do. Not quite sure what it is you want and what exactly it is you are doing here.

Read only

0 Likes
630

hi Micky,

Really thankfull to you for showing your interest, Now the issue is closed and the scenario has been changed.

So im closing this thread.

Keshav