cancel
Showing results for 
Search instead for 
Did you mean: 

Issue on table popin

Former Member
0 Kudos

Hi all,

I have an issue with a table popin.

In the row popin I have a table, when I scroll in a table in one of the popin row, all other table scrolls in others popin rows (see imabe below).

How can I avoid that?

Many thanks.

Judicael

Accepted Solutions (0)

Answers (2)

Answers (2)

amy_king
Active Contributor
0 Kudos

Hi Judicael,

I suspect what is happening is that  each pre-assessment subnode points to the same instance of table data rather than each subnode having its own instance of the table data.

Can you post your code that builds the node-subnode relationships?

Cheers,

Amy

m_aravindan
Active Participant
0 Kudos

Hi Audric,

               Please Post the image of the issue you facing ?

Regards

Aravindan

Former Member
0 Kudos

Here it is (it did not work at first) :

m_aravindan
Active Participant
0 Kudos

Hi Audric,

              Please go through the below document about table popin. in the  context node  he added a extra attribute flag  and in the code   he has set the value  for flag , based  on the action toggle . So that when 1 row is selected , other rows tablepopin gets closed. at a time , only one rows popin will be opened.

logic for closing the pop in  is written in the ONACTIONTOGGLE

Please go through it.

http://scn.sap.com/community/web-dynpro-abap/blog/2012/04/09/table-popin-in-webdynpro

Hope it solves ..

Regards

Aravindan

Former Member
0 Kudos

Hi Aravind,

Many thanks for this solution, but I am looking for a way to just avoid the 'scrolling issue'.

Anyway if this is not possible or if I don't find it, I will use your document, then it would be very helpful.

Thank you.

Judicael

m_aravindan
Active Participant
0 Kudos

Hi Audric,

              Its okay.

Regards

Aravindan