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

How to declare internal table in the function module

Former Member
0 Likes
496

Now, to decleare table paramater under tab 'tables' are obsolete, and system recommand to declare it under tab "changing", Howerver, the paramater refering to the table defined in the dictionary under tab 'changing' can not be recongized as an internal table in the body of function. anyone can help on this?

3 REPLIES 3
Read only

Former Member
0 Likes
440

Hi Yong,

You need to refer that field to the table type in the changing.

For eg MARA_TAB is table type for MARA table.

Regards,

Atish

Read only

0 Likes
440

The field is refering to the table type which is defined in the dictionary

Read only

Former Member
0 Likes
440

Hi,

I am not sure if it is obsolete as most of the SAP standard function modules still have TABLES parameter defined.

ashish