cancel
Showing results for 
Search instead for 
Did you mean: 

Nested Table Popins

0 Kudos

Hi All,

I have a requirement to create a Table Popin inside a Table Popin. Is this possible? If possible, Please give me some idea. As for now I have created a table popin for a table.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I have found the solution for the query I have posted. Nested popin is possible in WDA. ( I am giving only a rough idea considering the readers already know about the creation of TablePopin)

Go through this link for creating a table with a popin - 


Procedure:

1. After creating a table with a popin, just follow the same procedure which is in the link to create another popin in the inside table (The nested table-Table2).

2. You might have bound a variable to the selectedPopin property of Table1. The Logic is when you click a popin in table 1, that variable's value will be changed to the name of the TablePopin. By changing the value of that variable manually using SetAttribute, you can access the popin in table1.

3. Similarly, You might have bound a variable to the selectedPopin property of Table2. when you click the popin in table 2, that variable's value will be changed to the name of the TablePopin in Table 2.

4. With this logic, You can make the TablePopin to open by default or whatever you want to do as per your requirement.

Get back to me for any queries.

Regards,

Prabhakar G.

Answers (1)

Answers (1)

former_member221408
Participant
0 Kudos

As far as I can tell, it's not possible. You do not have the option to select a table popin inside of a table popin.

0 Kudos

Thanks for your reply. I need to show information in a tree structure, when a button is clicked. In Webdynpro java, the same req has been created using nested table popins. We need to re-create it in WDA. Do you have any other suggestions for this req?

Gowtham
Contributor
0 Kudos

Hi Prabhakar,

Instead of table popin inside another table popin , you can call popup from the first level table popin.

- Gowtham

0 Kudos

Hi Gowtham,

That is a good idea. But I need to display data in the following format.

1st Row of Table1.             //popin is needed here

     -1st row of table2           //popin is needed here

           #1st row of table3

         #2nd row of table3

     -2nd row of table2            //popin is needed here

          #1st row of table3

         #2nd row of table3

     -3rd row of table2             //popin is needed here

2nd Row of Table1.               //popin is needed here

        -1st row of table2          //popin is needed here

               #1st row of table3

              #2nd row of table3

          -2nd row of table2          //popin is needed here

               #1st row of table3

              #2nd row of table3

etc.

All data here and its UI elements are dynamic.


Gowtham
Contributor
0 Kudos

Hi Prabha,

You can use the following template

    1st Row of Table1.                // Popin

    

       1st row of table2                 // Separate Window popup with table will be called in link to action

           #1st row of table3

         #2nd row of table3

      2nd row of table2                // Separate Window popup with table will be called in link to action              

     #1st row of table3

        #2nd row of table3

     3rd row of table2                // Separate Window popup with table will be called in link to action

  2nd Row of Table1.          // Popin

   1st row of table2           // Separate Window popup with table will be called in link to action

          #1st row of table3

          #2nd row of table3

     2nd row of table2             // Separate Window popup with table will be called in link to action

        #1st row of table3

          #2nd row of table3

If it is a normal UI design it would be easier, hence it is dynamic UI creation it will require more effort than the normal one.

- Gowtham

ramakrishnappa
Active Contributor
0 Kudos

Hi Prabhakar,

I would suggest you to go with tree structure integration inside table.

Please refer below links


Integration of Tree structure in Webdynpro Table…

Integration of Tree Structure in a Table using Webdynpro Abap -

Hope this helps you.

Regards,

Rama