cancel
Showing results for 
Search instead for 
Did you mean: 

getting the details of element in lead selection

Former Member
0 Kudos

hi experts,

please help me out with the following requirement.

I have a table displayed in my table_view with 3 feilds.if i select a row in the table and click details, then it should get the details(ie all 8 fields) in the table_details view.

I used the currentContextElement option but it gave me the details of the last row always..

thanks in advance..

jithin

View Entire Topic
Former Member
0 Kudos

Hi,

As i understand from your question is that you are getting data of the first and second view from single webservice/BAPI and you are displaying 3 columns in first view. On selection of row and button action navigation to second view and display all the details...

If above is correct then you can fetch all the details during 1st time excecution and display only the desired 3 columns in the table then set the lead selection, copy the context element into another node on this lead select. This way on second view you can bind the same node and all the details can be displayed.