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

Problem in copying a standard function module!

Former Member
0 Likes
976

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

3 REPLIES 3
Read only

Former Member
0 Likes
580

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

Read only

0 Likes
580

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

Read only

Former Member
0 Likes
580

Hi,

Try commenting inttab internal table, you can find this in the includes which may be for global declaration.

Thanks,

Sriram Ponna.