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

While creating Function module(Field name is option is Reserved)

Former Member
0 Likes
2,706

hi.

I am creating one function module.

in it i have one parameter i need to declare the select options.

i opened se11

Plz have a look on attached images.

under components i am entering.

while activating i am getting the error.

like option is reserved..

i think this is not a error

but i need to activate it..

May i know how can i solve Issue.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,145

Hi

Doesn`t matter this warning message, keep on going active it.

regards,

Archer

9 REPLIES 9
Read only

Former Member
0 Likes
2,146

Hi

Doesn`t matter this warning message, keep on going active it.

regards,

Archer

Read only

Former Member
0 Likes
2,145

Hi Srinivas,

Please change you fields names, like Low and High  fields are already used in SAP structures,.

example:

Low1 (or) some meaning full names you required.  If you do not want change names then still you can active but why you need give same name ?

Read only

0 Likes
2,145

hi.

Thanks for your reply..

As u asked can active but why you need give same name ?

Actually i dont know.

i am new to here..

my trainer has teach exactly like this way.

I will do What u suggested to me.

i will update to u After some time.

Read only

0 Likes
2,145

HI Srinivas,

Use structure RSDSSELOPT.

Regards

Sreekanth

Read only

Former Member
0 Likes
2,145

Pass Componenet names as Z_SIGN, Z_OPTION, Z_HIGH & Z_LOW

~Lokesh

Read only

Former Member
0 Likes
2,145

Hi,

You can name fields as OPTION and ignore the warning message but as some fields are reserved so they cant be used. Alternatively you can name as OPTION1 with ref to same data type.

Regards,

Deepti

Read only

Former Member
0 Likes
2,145

HI Srinivas,

The name you have giving is already reserve .try with different name..

Thanks,

Gitesh

Read only

0 Likes
2,145

Hi Srinivas,

SAP has used field names like LOW, HIGH, SIGN, OPTION etc already in some of the structures/field names etc. Hence it is showing as a warning.

1) Either you can ignore and go ahead. It will still be activated.

2) You have to change the names as per your requirement and go ahead.

Option 2 is best as there will be no problem in future.

Thanks,

Naveen Kumar

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,145

No problem, it's a generic warning to not include reserved words in database tables, and here you just created a structure, so you are allowed to ignore the message.

Of course, don't change the field name, else you could get some problems when using it in a statement with "IN seltab" option.

Regards,

Raymond