cancel
Showing results for 
Search instead for 
Did you mean: 

Read a table which is having a column with drop down box

Former Member
0 Kudos

Hi all,

I am having a table and in that table one column is of drop down box.

How can I read that table?

Actually I created a node with 0 n cardinality, In that node I have created a sub node with 0 n cardinality.

So for the total table I have assigned the main node and for drop down I have assigned the sub node.

I am populating the main node and sub node and It is displaying perfectly.

Now I am getting a problem while reading the table. How can I read the user selected sub node values for every line of the main table? Actually I have to read the table as a whole, along with the user selected drop down in each row of the table.

Can any one help me in this.

Thanks in Advance.

Regards

Avinash.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check if the following [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c03227f9-e48f-2c10-4bad-8ebdec704f3d?quicklink=index&overridelayout=true] is of any help to you.

Regards

manas Dua

Former Member
0 Kudos

Hi Manas

In this article, It is using on selection key of the drop down and is populating other fields of the same row.

But I need to read all the table along with drop down box.

User may select distinct values of the drop down in different rows. I need to find out the values selected in different rows.

I mean to say like first row of main node -User selected second row of the sub node

second row of main node -User selected Third row of the sub node

Third row of main node -User selected first row of the sub node

So how can I get those values as a whole.

Regards

Avinash.

Former Member
0 Kudos

removed

Edited by: Manas Dua on Mar 15, 2010 1:49 PM

Answers (0)