cancel
Showing results for 
Search instead for 
Did you mean: 

Tree in Table with checkbox from R/3

Former Member
0 Kudos

Hi Experts,

I have following requirement

1.based on the BAPI create one tree structure in table with check box.(every child having check box also)

2. what ever selected in the tree table. it should be populated into the second table with same struture(selected from first table)

i) How to make a tree dynamically using BAPI(based on my input tree should be changed)

ii) how to move into selected item into the second table..

how to do that?

please give your suggestions.

Regards,

P.Manivannan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Experts,

I have following requirement

1.based on the BAPI create one tree structure in table with check box.(every child having check box also)

2. what ever selected in the tree table. it should be populated into the second table with same struture(selected from first table)

i) How to make a tree dynamically using BAPI(based on my input tree should be changed)

ii) how to move into selected item into the second table..

how to do that?

please give your suggestions.

Regards,

P.Manivannan.

Former Member
0 Kudos

Hi,

1.based on the BAPI create one tree structure in table with check box.(every child having check box also)

Create a recursivenode in your wd app with the same attributes as of your bapi.

For the checkbox add an additional attribute of type boolean.

Hope you have the doc for the tree creation.

(bcos some of the properties of the table->treebynesting need to the stored in the context-> expanded,isLeaf)

2. what ever selected in the tree table. it should be populated into the second table with same struture(selected from first table)

OnLeadSelection of the table do this.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Thanks for your reply. i got a solution

Regards,

P.Manivannan