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

Std function assigned to wrong function key in Code Inspector

Former Member
0 Kudos
11,446

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

6 REPLIES 6
Read only

Former Member
0 Kudos
6,266

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

Read only

gouravkumar64
Active Contributor
0 Kudos
6,266

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.

Read only

thomasnelissen
Participant
0 Kudos
6,266

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

Read only

AndrewBarnard
Contributor
6,266

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.

Read only

0 Kudos
6,266

thanks, it works and fix the ATC check error 'Function text used on standard function key does not conform to standard'

Read only

Sandra_Rossi
Active Contributor
6,266

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):