2013 Apr 25 1:09 PM
Dear Team,
I got following warning message while checking my program with code inspector.Please suggest for recovering the warning.
1.
2.
Thanks & Regards
SGhosh
2013 Apr 25 2:26 PM
Hi SGosh,
Have you done any changes related to MENU PAINTER OR SCREEN PAINTER?
If YES , Please check that changes, there is a chance to assign the standard function incorrectly to some other function
EX: SAVE (CTRL + S) by mistake this function has been assign to BACK function
Thanks
Sravan
2013 Apr 25 2:40 PM
Hi,
I am not sure what is your error.
Code inspector properties or results stores in table SCI* in se11
example : SCIERRTY & many other .
But to handle the warning messages,You can follow this thread.
http://scn.sap.com/thread/1388396
Also if u double click on that message You can find some pseudo text.
Thanks
Gourav.
2013 Apr 25 2:43 PM
Hi,
This message indicates that one of your functions in your GUI status uses a standard function text but not the corresponding function key.^Assign the function to the corresponding function key or choose a different function text.
check: http://www.consolut.com/en/s/sap-ides-access/d/s/doc/YY-CHAPBC_SEUC_CHK_PFKR
2022 Jan 20 10:46 PM
I've created a little example to show how to resolve this issue.
The message in ADT indicates that a GUI status function has been assigned a text that deviates from the standard function texts. Example message in ADT below.

To identify the root cause, I've found it simplest to go edit the GUI Status in SE80 or SE41 and use the following menu path to identify the functions that need adjustment.

From menu, select User Interface -> Check -> Ergonomics
You are given then result of the check

Double click on the line to see the illegal text.

Select the function code and use the function in the tool bar Replace Texts to adopt the Standardized Text.
Activate and re-check.
Error has gone.
Enjoy SAP.
2022 Jul 11 8:44 AM
thanks, it works and fix the ATC check error 'Function text used on standard function key does not conform to standard'
2023 Aug 15 1:56 PM
To complement the very good answer of 31a8856c1f6f4bcfa7f3d890a0b88fd2, here are the screenshots about PFKR-214:
SE41 > enter program name > menu User Interface > Check > Ergonomics, to run the check with adjustment:


We see the text "Standard function assigned to the wrong function key" (which is the same one as for PFKR-214).

Click
to switch from the display mode to the edit mode.

Click "Copy" to assign the proposed function key to all marked function codes, then "Save"/"Activate".
Note that a function code may not be selectable (red cross) if the proposed function key is already assigned to another function code in the corresponding GUI status. In that case you need to find manually the corresponding function code and change its function key.

In short, here are the standard reserved function key assignments according to the type of GUI Status (and icons to help you lookup quickly):
