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

Add Validation to a Button

sergio_cifuentes
Participant
0 Likes
576

Hi, i need to add a validation to a Button (i don't know the technical name) that is in a standard tcode ( F110 ), Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

Hi Sergio,

Try using the guard condition to validate the data.

or,

Double click the button to open the properties popup window.

Add the needed condition to the disable property in the general tab.

or,

you can have a web service test your database and return false or true as a response accordingly. Add start point to the WS and a form for the response (you can set the form's visibility condition to false).

kindly reward if found helpful.

cheers,

Hema.

3 REPLIES 3
Read only

Former Member
0 Likes
505

Hi Sergio,

Try using the guard condition to validate the data.

or,

Double click the button to open the properties popup window.

Add the needed condition to the disable property in the general tab.

or,

you can have a web service test your database and return false or true as a response accordingly. Add start point to the WS and a form for the response (you can set the form's visibility condition to false).

kindly reward if found helpful.

cheers,

Hema.

Read only

0 Likes
504

Hi, thanks for your answer, but i don't known how to use the guard condition? where do i have to double click the button (in wich tcode?)

Read only

Former Member
0 Likes
504

Hi,

If all the push button are defined in the report you can get the FCode of the button in SE41.

Thanks,

Sri.