‎2007 Oct 16 12:20 PM
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.
‎2007 Oct 16 12:22 PM
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
‎2007 Oct 16 12:22 PM
‎2007 Oct 16 12:27 PM
Hi Reema,
Remove the Declared Tables.
First Activate the corresponding Function Group and then Activate The Function Module.
Thanks.
‎2007 Oct 16 12:27 PM
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.