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

Code Inspector - Errors

Former Member
0 Likes
3,569

Hi,

How to eliminate code inspector error ' has no accessible label' below is the format of the error

..User Interfaces 37 C61

....Screen Check 37 C60

e......Screen Check for Usability und Accessibility 37 C71

........Errors 37 C70

..........Message Code 39 20 C50

..........==> I/O field (input field) ... has no accessible label C50

............Program ZCRO_SOL_EXTRACT Screen 1000 1 C20

............I/O field (input field) P_VRSIO has no accessible label C20

............Program ZCRO_SOL_EXTRACT Screen 1000 1 C21

............I/O field (input field) S_PMNUX-LOW has no accessible label C21

............Program ZCRO_SOL_EXTRACT Screen 1000 1 C20

............I/O field (input field) S_WENUX-LOW has no accessible label C20

............Program ZCRO_SOL_EXTRACT Screen 1000 1 C21

6 REPLIES 6
Read only

Former Member
0 Likes
1,243

I think you need to go to the text elements and give text for every input in your selection screen,if it is a selection-screen

Read only

0 Likes
1,243

That is already done. But still getting error saying that no accessible label.

Read only

Former Member
0 Likes
1,243

Hi Vinod,

To hide the message,

Just Click the Blue ICON with "i" .

There will be a statement something like this

"Message can be hidden using pseudo-comment "#EC CI_CALLTA"

Copy the comment [ "#EC CI_CALLTA ] and paste it on the code line .... (which will be navigated when you double click on the Code Inspector error message

Next time if you run the Code Inspector for the same object this will not appear ...

Reward if useful

Cheers

Kripa Rangachari.

Read only

0 Likes
1,243

Could you please explain it clrearly. Is it the documentation button?

Read only

0 Likes
1,243

yeah it is the usual documentation button (which you would see in almost all the transactions application toolbar), but here in Code Inspector Results you see this button on each and every level of the result.

Check it out and reward if the reply is useful

Cheers

Kripa Rangachari.

Read only

Former Member
0 Likes
1,243

Dear Vinod ,

I got the same message for an automatic generated selection screen.

The solution was to assign the label to the field like this:

SELECTION-SCREEN : COMMENT 3(50) text-002 FOR FIELD r1.

After I maintianed the "FOR FIELD" statment, the errors in the code inspectors are gone.

Bye Oliver