‎2014 Jul 23 7:19 PM
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.
‎2014 Jul 24 3:37 AM
Hi
Doesn`t matter this warning message, keep on going active it.
regards,
Archer
‎2014 Jul 24 3:37 AM
Hi
Doesn`t matter this warning message, keep on going active it.
regards,
Archer
‎2014 Jul 24 4:12 AM
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 ?
‎2014 Jul 24 4:52 AM
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.
‎2014 Jul 24 5:39 AM
‎2014 Jul 24 5:44 AM
Pass Componenet names as Z_SIGN, Z_OPTION, Z_HIGH & Z_LOW
~Lokesh
‎2014 Jul 24 5:49 AM
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
‎2014 Jul 24 6:40 AM
HI Srinivas,
The name you have giving is already reserve .try with different name..
Thanks,
Gitesh
‎2014 Jul 24 1:45 PM
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
‎2014 Jul 24 2:29 PM
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