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

fill out problem

Neithan
Participant
0 Likes
873

Hi Everyone ,

I added an input field to m screen , I have adjusted the input field to give an error if it is empty.

(you can see from the picture below)

it works very well ! But ..When the input field is empty, I still get the same error when I want to close the screen.

I have to fill in the input field to close the screen.

(you can see from the picture below)

how can i fix this ? I want to turn off the screen even when the input field is empty.

Thanks in advance .

Hi Everyone ,

I added an input field to m screen , I have adjusted the input field to give an error if it is empty.

(you can see from the picture below)

it works very well ! But ..When the input field is empty, I still get the same error when I want to close the screen.

I have to fill in the input field to close the screen.

(you can see from the picture below)

how can i fix this ? I want to turn off the screen even when the input field is empty.

Thanks in advance .

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
806

In SAP GUI, the close button of modal windows is linked implicitly to the function key F12.

Create a Function Code of type Exit (means it ignores any input, and mandatory fields are not checked), assign it to F12, and that's done.

Another solution is to have your input fields "recommended" instead of "mandatory".

Choose the solution which is best for you.