Skip to Content
0
Former Member
Jun 10, 2009 at 09:58 AM

Problems with LOOPing internal table defined as type ANY (incoming param.)

45 Views

Hello friends,

I am having hell of a time trying to LOOP trough an apparently internal table (type h). This is part of the ALV list stuff and is therefore standard code.

Here is declaration part of the code:

FORM start_control USING value(p_grid_number) TYPE i

CHANGING p_grid_def TYPE ty_griddef

p_iouttab TYPE any.

Now, the debugger indicates that this is an STANDARD table. So I should be able to LOOP through the darn thing. Right?

But when I want to activate the my enhancements to the program , I get the message:

"P_IOUTTAB" is neither specified under "TABLES" nor defined as an internal table."

Any idea as to how to get round this problem?

Thanks for your input and help.