cancel
Showing results for 
Search instead for 
Did you mean: 

check box and table view

pkb
Participant
0 Kudos

I need some help on check box in table view webdynpro  ABAP.

I have a node N1 with two attributes   A1 and A2 and node is bind with a Structure in Dictionary.  A have a view with table view and bind it with Node N1.    When I run the application, then values from database table display in Table’s Col1 and Col2 and these are nothing but attribute A1 and A2. Now I modified the table view and add a new Table column and convert it to check box. Now in my table view having Three column i.e. A1, A2 and new one A3 and it is a check box column. Now my requirement is that, depending on value in A2, I want to make some check box in A3 as ticked and someone make not visible.     Please Guide me.

-pk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can do this very easily by writing the code in WDDOMODIFYVIEW. Bind the A3 to a context element and depending on the value of A2 mark the new element as X or ' '.

Refer to this link:

http://scn.sap.com/thread/3255189

-Manish

pkb
Participant
0 Kudos

Thank You Manish,

I am able to solve my problem and your info. was valuable for me. Thanx again and sorry for the delayed reply.

-pk

Former Member
0 Kudos

You are welcome.

Kindly close the post by selecting the correct answer.

-Manish

Answers (0)