‎2008 Jan 18 8:22 PM
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.
‎2008 Jan 19 5:02 AM
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.
‎2008 Jan 19 5:02 AM
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.
‎2008 Jan 21 2:43 PM
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?)
‎2008 Jan 19 7:40 AM
Hi,
If all the push button are defined in the report you can get the FCode of the button in SE41.
Thanks,
Sri.