cancel
Showing results for 
Search instead for 
Did you mean: 

Select a row of dynamic table

aayush_dubey3
Explorer
0 Kudos

Hello All,

I have created a table dynamically. Now <b>onLeadSelect</b> i am re-creating it because number of rows increase or decrease based on the record selected. Now after the table is created i want to select (highlight) the same record.

<b>I need to select a row of table using code.</b>

How can this be done ?

Regards,

Aayush

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aayush,

You want to re-create the table or re-populate the context ?

Regards, Anilkumar

aayush_dubey3
Explorer
0 Kudos

Sorry.. i need to re-populate the context.

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

hi,

check this thread.

Rdgs,

guru

Former Member
0 Kudos

The selected table row is the lead selection of its data source node.

See https://media.sdn.sap.com/javadocs/NW04/SP12/webdynpro/com/sap/tc/webdynpro/progmodel/api/IWDNode.ht...

Armin