Application Development 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: 

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

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

regards,

Archer

9 REPLIES 9

Former Member
0 Kudos

Hi

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

regards,

Archer

Former Member
0 Kudos

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 ?

0 Kudos

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.

0 Kudos

HI Srinivas,

Use structure RSDSSELOPT.

Regards

Sreekanth

Former Member
0 Kudos

Pass Componenet names as Z_SIGN, Z_OPTION, Z_HIGH & Z_LOW

~Lokesh

Former Member
0 Kudos

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

Former Member
0 Kudos

HI Srinivas,

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

Thanks,

Gitesh

0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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