‎2009 Nov 19 9:50 AM
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.
‎2009 Nov 19 12:51 PM
‎2009 Nov 19 12:57 PM
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.
‎2009 Nov 19 1:04 PM
Hi I dont require a separate table for exporting field names.
Keshav
‎2009 Nov 19 3:10 PM
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.
‎2009 Nov 20 1:09 PM
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