cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to search through Webdynpro Java table result?

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

I am doing an Invoice Fucntion module adaptive RFC scenario where in I got a Invoice seatch result in WD table UI.

Since there are multiple same invoice numbers with different line items? I want to add all line items for the same Invoice number. So I need to use best search approach to get invoice number and add all line items in that invoice number to a third table column

For ex:

Invoice No Line Item Third Column (new attribute)

123 - 111 333 (111+222)

123 - 222 333 (111+222)

Thanks

Praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Qualiture
Active Contributor
0 Kudos

Hi,

I'm not sure if this is what you try to achieve, but have you considered using a Filter on your WD Table?

See blog /people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter for details on how to implement

For adding your line items into a new dummy column (ie. value attribute in your context), I think its a simple iteration through your elements.

For each node element, look up the attribute value of your desired column and add it to your new column

Hope this helps!

Best,

Robin van het Hof

yogesh_galphade
Contributor
0 Kudos

hi

when user search invoice number first show all concern invoice number in one table even same number too.

then on selection on invoice number , show line item in another table.