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 while creating Function module

Former Member
0 Likes
801

Hi All,

I created a TABLE and am using this table in a FUNCTION MODULE as a reference for declaring an internal table in TABLES tab in the function module .

But when i click on the table name its giving an error "TABLES parameters are obsolete! "

Can any one figure out the reasons .....and help me out!!!

Deepika K

6 REPLIES 6
Read only

Former Member
0 Likes
756

hi Deepika,

Use TYPE instead of LIke i guess it will work

Amit

Read only

former_member195383
Active Contributor
0 Likes
756

is the table that u r using is active...?

if not then activate the same. Go to se14 and adjust and activate the table again...Now activate ur program...

I think it will help u out...

Reward points..if the answer is helpful...

Read only

Former Member
0 Likes
756

Deepika,

just refer:

Amit.

Read only

Former Member
0 Likes
756

Hi Deepika,

Tables option is said to be Obsolete because these days we use internal tables without header line...

Tables Option in FM considers internally that the table name you mentioned is with a header line and the structure of the internal table will be acting as work area.

It is still included in new version because for Upward compatibility...

As we still use the predefine function modules so they should be even compatible with newer versions so its still there..

But for normal practice it can be used but preferably not to use.. rather you use EXPORT parameter and include internal table like field...

Create a structure first and then a Table type which include the previously defined structure in SE11 and the assign the Table type to the field in EXPORT parameter with TYPE..

Hope this would help u.

Regards

Narin Nandivada.

Read only

Former Member
0 Likes
756

Hi deepika,

tables options is obsolete in ecc 6.0, you can go with changing however i hope you r getting a warning message not a error message so u can still continue with tables options.

with luck,

pritam.

Read only

Former Member
0 Likes
756

Hi,

Yeah this is just a warning message not an error message.You just press enter on tha table options and continue with ur code.

Edited by: SWAPNA PADURU on Jun 26, 2008 9:11 AM

Edited by: SWAPNA PADURU on Jun 26, 2008 9:13 AM