cancel
Showing results for 
Search instead for 
Did you mean: 

Button is disabled on Webdynpro iview

Former Member
0 Kudos

Hi All,


I am facing one problem with Webdynpro Iview.I have a WDA which runs well as standalone.But when i integrated it with the Portal.My buttons are disabled.I am not able to perform any action.


Can you please tell where am i going wrong.


Thanks

Ishita

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185241
Active Participant
0 Kudos

Hey,

If you are handling enability of buttons by code, then check your code otherwise check the enable property of the buttons.

Thanks

Abhi

Former Member
0 Kudos

Hi Ishita,

Have you  checked the button attribute value.and in the layout check button properties i.e Visiblity  whether it is binded to the appropriate attribute.

for example:

   lo_el_exce->set_attribute(

      name =  `GV_SUBMIT_BACK`

      value = abap_true ).

make the value to abap_true .

Hope this may helps you.