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: 

Functin module return problem.

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

0 Kudos

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