cancel
Showing results for 
Search instead for 
Did you mean: 

how to hide a transparent container and its fields in webdynpro abap

Former Member
0 Kudos

Hello Friends,

I am trying to create a view where i want to show some fields based on some other field.

What i exactly need is When i enter some data in 1 input field .

Corresponding to that input field few text fields wud be opened automatically in the same view.

No Pop-ups allowed.

What i am doing is !!

i have created another Transparent container for my text view fields.

But i am unable to hide this fields..

Kindly help..

At the runtime..

After entering the value in the input field..

This transparent container should become visible with the textview fields...

Gaur Mayank

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create A Context Attribute (Say Visible_Hide )of Type WDUI_VISIBILITY with initial value as 01.

Goto your Container, Bind the Visible Property with Above Created Attribute(Visible_Hide).

In the Input Field,Use the OnEnter Event and Set the Value to Visible_Hide as 02.

Then the Container will be Visible.

Thaks.

Uma