cancel
Showing results for 
Search instead for 
Did you mean: 

Open TablePopinToggleCell all rows

Former Member
0 Kudos

Hi,

I've a table, with a tablecolum and a TablePopinToggleCell. When I push for open the Popin, all rows in my table, open the Popin. How I open only one row?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

mohammed_anzys
Contributor
0 Kudos

Hi

Hope this blog will help you

/people/mohammed.anzys/blog/2007/08/02/webdynpro-abap-quick-tips-11table-popin-in-steps

Anzy

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you should have an attribute eg popin ( type string ) in your main table structure,

which you bind to selected popin attribute of your main table,

this way only that one will be shown

grtz,

koen

Former Member
0 Kudos

Thanks,

The problem is solved.