‎2008 Feb 21 1:31 PM
Hello there,
I need to copy the FM, RS_TABLE_LIST_DISPLAY, to a Y function Module. But I am not able to copy it as a single FM, I have copy all the FMs in that function group i.e. SETB.
I, then copied that standard function group SETB. I am getting a strange error message while activating the copied version. The error which I am getting is:
The parameter "INTTAB" of the global interface has already been defined outside the function.
INITTAB is some defined internal table.
Also the include in which this error is getting appeared is LY.....$07 something. I have tried to many times. Not able to resolve the issue.
Please help!
Regards,
Ganesh Khumse
‎2008 Feb 21 1:35 PM
Hi,
It looks like you have defined this internal table and it is defined somewhere in the function group global data. Please change the name.
Best regards,
Wojciech
‎2008 Feb 21 1:40 PM
Hi There,
Thanks for your reply. I have not defined anything in the copied function module. I just copied and tried to activate it, error occurred.
Thanks & Regards,
Ganesh Khumse
‎2008 Feb 21 2:09 PM
Hi,
Try commenting inttab internal table, you can find this in the includes which may be for global declaration.
Thanks,
Sriram Ponna.