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

text box getting disabled at selection screen

Former Member
0 Likes
551

Hi all,

In my report , when i enter a wrong date on the selection screen , The SAP automatically generates an error about the incorrect date.But it disables the other two text boxes and i am unable to enter data into those boxes.Please suggest the solution.

Thanks

Hi all,

In my report , when i enter a wrong date on the selection screen , The SAP automatically generates an error about the incorrect date.But it disables the other two text boxes and i am unable to enter data into those boxes.Please suggest the solution.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
492

You have to code in AT SELECTION-SCREEN ON <Field>

Normally when you entered wrong value, it shows other fields will be disabled and only that field will be enabled, this is standard process of SAP.

So, what you can do is correct the value or delete the value (Until your field is not mandatory )and put a enter.

Thanks,

Read only

Former Member
0 Likes
492

Hi,

The system will not make these fields editable unless you provide a correct value for date and then press enter.

Read only

0 Likes
492

Validate the selection field value in

At Selection-Screen

event

it wont disable the your text box.