2007 Oct 18 4:54 AM
Hi all,
I have created a function module. I want to export my internal table output.
In the src code of the fn module i have declared itab_output table.and i couldn't export it. If i try to give the same name itab_output in the table tab/export tab im getting the message 'table already declared'.
I don't want to create the structre in se11.
How to do that ?
Rgds,
JVP
2007 Oct 18 4:55 AM
For reference check fm GUI_DOWNLOAD. Here DATA_TAB is declared as output table.
This will help you to identify your problem and fix accordingly.
ashish
2007 Oct 18 6:41 AM
Hi Ashih,
I've checked that and could not makeup.
Could you explain a sample program with the foll output.
DATA : BEGIN of itab occurs 0,
empno type p0001-pernr,
ename type p0001-ename,
END of itab.
** Fillling the itab
I want to see the ouptut table when i exceute this function module.
Where to put this itab? table/export tab !
Rgds,
jothi.P
Message was edited by:
Jothi Periyasamy