cancel
Showing results for 
Search instead for 
Did you mean: 

Recursion Node

parameshwari_palle
Participant
0 Kudos

Hi,

I'm creating a Web dynpro tree Application ....in that i need to create a recursion node ...but i couldn't found it. Please let me know how to crate a recursion node.

Thanks,

Parameshwari

Accepted Solutions (1)

Accepted Solutions (1)

anand_govardhan
Active Participant
0 Kudos

Hi,

Check this tutorial on sdn: [Constructing a Recursive and Loadable Web Dynpro Tree|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/47ce9b90-0201-0010-59b5-f70826824eee]

You will get very clear idea about using recursive node.

Regards,

Anand G

Edited by: Jason Lax on Dec 27, 2011 5:17 PM (Updated URL to correct format.)

Answers (3)

Answers (3)

Former Member
0 Kudos

@ parmeshwari:

in the sdn help, there is a tutorial available for creating a tree structure in WDJ, which uses the recursion node, this can be helpful for you.

also for recursive nodes, you can refer to the following link:

http://help.sap.com/saphelp_nw70/helpdata/en/af/44ea406c9d3d43e10000000a155106/frameset.htm

regards,

Viren

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Please look at this [SDN Help|http://help.sap.com/saphelp_SNC700_ehp01/helpdata/de/16/1ec1814e566f4baf943c53ccf48552/content.htm] for Creating the Recursive Node.

Best Regards

Vijay K

Former Member
0 Kudos

Hi,

Create your node normally. And then right click on your node new node->recursion node.