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

function module error in ECC6.0

Former Member
0 Likes
569

Hi SAP Experts,

i created a row type and line type in SE11 a function module in SE37 in ECC 6.0.when i tried to assign the table type in tables parameter associated type, i am getting an error like this.

when i tried to do this 4.7e funciton module got activated but in ECC 6.0 i am getting the error.

' Tables parameter is obsolate'.

can i get the detail description for the error

Regards,

kavitha

4 REPLIES 4
Read only

Former Member
0 Likes
538

hi,

you may be using some type definitions wrong for example like etc...

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
538

this is just a warning message , u can double click and continue.

Read only

Former Member
0 Likes
538

Hi Kavitha,

TABLES parameter is Obsolete in ECC 6. Double click on this message you'll find the related info.

Thanks,

Sai

Read only

abdul_hakim
Active Contributor
0 Likes
538

Hi

It is just a warning message. You can ignore it if you want. But keep in mind that TABLES Parameters are outdated for Normal function modules and it should be used only for the function modules of other types for eg RFC.

Cheers,

Hakim