cancel
Showing results for 
Search instead for 
Did you mean: 

Bind the attribute o visiblity of the field

Former Member
0 Kudos

Hai Experts,

How to bind the attribute to visibility of a field to ABAP_FALSE?

Regards,

Srija.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank u very much.

saket_abhyankar
Active Participant
0 Kudos

Hi,

1) Create attribute of type char1 in the context

2) Bind the visibility property of ui element with this attribute (Click on the 'Binding' button next to 'visible' property of ui element. A popup will appear with context node details. Select the property created in first step)

3) Set the value of attribute created in step 1 to 'X' to make that element visible or to ' ' (space) to make invisible.

Regards,

Saket.