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

Reg:table declaration in a top include

Former Member
0 Likes
1,010

Hi gurus,

I have declared few tables in the top include of a function module,but while activating the FM it's throwing error that "the table has already been declared".Where as I have not declared those tables anywhere else.

Please give me a solution regarding this.

Thanks in advance.

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
731

hi Reema,

probably you declared in export/import/changing/tables parameters or you declared in another FM in the function group.

hope this helps

ec

Read only

Former Member
0 Likes
731

hi plz chk,

whether is is not declared already?

Read only

Former Member
0 Likes
731

Hi Reema,

Remove the Declared Tables.

First Activate the corresponding Function Group and then Activate The Function Module.

Thanks.

Read only

Former Member
0 Likes
731

hi,

it might be dat u have declared the required tables in ur Function module and also declared in Top Include. check this. when ever you declared all required elements in ur Top include then try to avoid them declaring in ur FM.

if helpful reward some points.

with regards,

Suresh Aluri.