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

Table parameters are obsolete

0 Likes
1,179

Hi,

I am working on creating a function module for generic extraction. When I am working on my function module using
RSAX_BIW_GET_GET_DATA_SIMPLE as a template, I have run into an error " table p
arameters are obsolete!”
when I have clicked on table tab to specify the following:

Parameter Name: E_T_DATA
Typing: LIKE
Associated Type: <the structure name which I have created for this FM>
Optional check: checked

I got struck ed with my function module and have to abort it before exit.

Could anyone help me to resolve this?
Could you also explain to me how E_T_DATA and the structure I have created related in the above setting?

Regards,

Santhosh Kumar.K

1 ACCEPTED SOLUTION
Read only

Former Member
1,105

hi,

if you declare it under tables means , first it ll show like what you said earlier..

tables parameters are obselete..

if you press again Enter means your problem ll solve,...

why its showing like this is, Tables parameters are kinda obselete in newer versions.. cause OOabap i mean Objetcs wont support Tables parameters.. because its with header line..

this is the problem u r facing..

press again enter , it ll work.. its just an warning message only..

hope it helps,

Mathan R.

Hi,

I am working on creating a function module for generic extraction. When I am working on my function module using
RSAX_BIW_GET_GET_DATA_SIMPLE as a template, I have run into an error " table p
arameters are obsolete!”
when I have clicked on table tab to specify the following:

Parameter Name: E_T_DATA
Typing: LIKE
Associated Type: <the structure name which I have created for this FM>
Optional check: checked

I got struck ed with my function module and have to abort it before exit.

Could anyone help me to resolve this?
Could you also explain to me how E_T_DATA and the structure I have created related in the above setting?

Regards,

Santhosh Kumar.K

4 REPLIES 4
Read only

Former Member
1,106

hi,

if you declare it under tables means , first it ll show like what you said earlier..

tables parameters are obselete..

if you press again Enter means your problem ll solve,...

why its showing like this is, Tables parameters are kinda obselete in newer versions.. cause OOabap i mean Objetcs wont support Tables parameters.. because its with header line..

this is the problem u r facing..

press again enter , it ll work.. its just an warning message only..

hope it helps,

Mathan R.

Read only

Former Member
0 Likes
1,105

As Mathan mentioned..its warning, either you can continue, pressing enter.

But ideally, create a table type and use Changing paramaeters of FM

Read only

0 Likes
1,105

Thanks Mathan and Amrander for your reply.....

Read only

0 Likes
1,105

kewl.. cheers bro..