cancel
Showing results for 
Search instead for 
Did you mean: 

Issues in Visible Invisible of ui elements in webdynpro abap

Former Member
0 Kudos

Hi Experts,

I have developed one application in that i have a issues,I have 4 components and all 4 components are integrated in to main applications and each component contains one group in side the group i have more that 8 ui elements based on the user action my all the components will appear in the main component. its working fine but in some case the ui elements are invisible in the group if i refresh the application its working fine,I have not used wdui_visibility to my group elements but still its invisible in some case in the group, i am unable to trace the issue.I am thinking it may be buffer clear issues.but i am not sure please give required information so that i can solve the issues.

Waiting for Reply.

Krishna. 

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Krishna,

First of all all the componets are in one group.

i think it is binding problem in webdynpro ui elements.

by using an flags u can set the properties visible or invisible the different componets.

Former Member
0 Kudos

Hi Krishna,

Have you bound the visibility of any UI element ?

check the visibility property of the UI elements,in which you are getting problem.

Thanks

Shony KJ

Former Member
0 Kudos

is your code for visibility is in WDMODIFY_VIEW hook method?