Application Development 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: 

Activation of a button

Former Member
0 Kudos

Hi Champs,

I have a requirement in which I need to de-activate(cannot be used) a button initailly, and then as soon as I remove the all errors and refresh the whole process, if all the errors are gone then the button should be activated.

In short, I need to de-activate a button initially, and after a conidtion (no errors in the error table) I need to activate the button.

Regards,

Nishant

3 REPLIES 3

Former Member
0 Kudos

hi,

Just try this BADI, it may useful

BADI BBP_UI_CONTROL_BADI

and MEthod BBP_SC_UI_CTRL

pradeep

Former Member
0 Kudos

For the first call of the PBO deactivate the button using SET PF-STATUS EXCLUDING concept and from next call check for any errors in the error table. If there is no error, then activate the button.

Former Member
0 Kudos

create mod-id for the radio buttons..

and write screen logic in the at selection-screen Output.

Prabhu