cancel
Showing results for 
Search instead for 
Did you mean: 

How to select multiple records from a TREE in the table

Former Member
0 Kudos

HI,

I have a tree structure which is in the table.When I open the node of the tree,all the subnodes are coming as one-one records in the table.I want to slect multiple record from this table.I applied onLeadSelect for this table,I can select only 1 record from the table.

Can any one plz suggest me how to select multiple records from the table so that I can get all the data of those selected record.

Regards

-Sandip

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI My TREE which in the tabular form lookes like this

o-Node1

--subnode-X

--subnode-Y

--subnode-Z

0-Node2

--subnode-A

--subnode-B

o-Node3

--subnode-C

--subnode-D

--subnode-E

I want to select any node with any subnode exmple:-o-Node1+subnode-B etc.

Please suggest me

Regards

-Sandip

former_member194668
Active Participant
0 Kudos

Hi Sandip,

I just now tried with my tree example... ur scenario is woking fine.

- Make the selection cardinatlity of the associated tree node in context to 0..n or 1..n

- In the table properties...

selection mode to auto

If you are missing anything, lemme know.

- Aarthi.

Former Member
0 Kudos

Aarthi,

Can you tell me how to select and update tables in r/3 using WD

Regards,

Krishna Murthy

Former Member
0 Kudos

Hi Krishna Murthy,

You need to call the respective BAPIs using the adaptive RFC model in your WD.Please let me know if you have any other questions

Thanks

Kukku

Former Member
0 Kudos

Hi Krishna,

In SDN How to call BAPI and how to use RFC is very well expalined in following link last 2 topics on this page and many more in next page is avaliable.

https://www.sdn.sap.com/irj/scn/webdynpro-elearning

Rashmi.

Former Member
0 Kudos

Rashmi/Kukku,

First of all, Thanks for your help!

Is there any other way in which we can access tables other than using BAPIs or RFCs?

In my case, there is a table structure which has to be updated with values after validating a key. i don't think there is any RFC available now. do i need to create bapi/rfc for that?

Krishna Murthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sandeep

Check this link

/docs/DOC-8061#31

/docs/DOC-8061#32

Regards

Ruturaj