cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Multiple table row from one view to another view

former_member688045
Discoverer
0 Kudos

Hi,

How to Passing Multiple table row from one view to another view in Web Dynpro Abap. (Table UI Element)

thanx....

Accepted Solutions (0)

Answers (2)

Answers (2)

sahai
Contributor
0 Kudos

hi,

You will have to have a Node declared in component controller....this will make the node global in entire application of yours..now set the number of data to this node and ..retrieve it by reading this node in the view needed.

Regards,

Sahai.S

Former Member
0 Kudos

Hi Ganesh,

Kindly do search before posting.. this discussed many times..

First create your context in component controller, and do context mapping in two views so that you can get values from

one veiw to any views.

and for multiple selection, for table we have property selection mode.. set as multi and remember context node selection

selection cardinality shoud be 0-n.

so, select n no of rows and based on some action call sec view and display data.( i think you know navigation between veiw ).

Pelase check this...for multi selection

for navigation.. check

Cheers,

Kris.