cancel
Showing results for 
Search instead for 
Did you mean: 

problem using table popin

Former Member
0 Kudos

Hi All,

I am trying to use a table popin following the below mentioned steps.

1. I add a CellVariant of type TablePopinToggleCell to one of the columns(first) in my table.

2. I put a single key(String) in both the VariantKey field of TablePopinToggleCell and selectedCellVariant field of the column.

3. I insert a popin in the column and insert some content into the popin(a button).

Using all this I can see the the arrow key image that appears on using the TablePopinToggleCell.

I think the way it should work is that once you click on it, the popin should appear

And the image should change to an arrow pointing downwards

And when you click on it again the popin disappears and the image should change to an arrow pointing towards right.

But in my case nothing happens on clicking the arrow key image.

Am I missing on something?

Do I also have to do the following steps(4 to 6), I think steps 4 to 6 are just an alternative way of doing the same thing.

4. I add a new attribute of type String(selectedPopin) to the node to which the table is bound.

5. I set the selectedPopin property of the table to newly added attribute.

6. While creating the elements of the table I set the new attribute(selectedPopin)

to the id of the popin. This way the popin becomes visible for the particular row corresponding to the element and incase I need to hide the popin, I can set the selectedPopin attribute to “”.

But I would prefer using the arrow key image to show/hide the popin automatically, not programmatically(steps 4 to 6).

Many Thanks in Advance

Amit Kapoor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Amit

I fear that you might be missing out some steps while implementing the table pop-in.

I suggest you to please go through this tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/061f0ca3-0c01-0010-67a6-ecc32193442f">Web Dynpro Popup Menus</a>, in case you ve not come across it. Its a good tutorial and you ll get the idea of how the popup menus work in a table.

I hope this info is of some help to you.

Regards

Kapil

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

I have the same problem as Amit.

I read the tutorial above but I can't used it for the "TablePopin"-issue.

So can somebody post me a popin tutorial the fits to the popin-issue.

Thx in advanced.

Ingo