cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between modal node and data node

former_member211107
Participant
0 Kudos

Hi Experts,

One small basic question: What is the difference between a modal node and a data node?? Why do we bind a modal node with a function module and nota a data node?? Moreover, what is a recursion node n how cani make use of this node??

Regards,

KM

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member211107
Participant
0 Kudos

Got the information.

p330068
Active Contributor
0 Kudos

Hi Kaustubh,

Please check below documents:-

Thread - [Value Node vs Model Node - 1|;

Thread - [Value Node vs Model Node - 2|;

SAP Wikki - [Value Nodes,Model Nodes,Recursive Nodes |http://wiki.sdn.sap.com/wiki/display/WDJava/ValueNodes,ModelNodes,Recursive+Nodes]

Hope it helps

Regards

Arun

Former Member
0 Kudos

Hi

For Model node we will bind the Model attributes to the backend retrive from the R/3 or ECC.

Model node purpose is retrive actual data of the Application.

For Recursion node We will use at the time of creating Tree structure and creating packages.

We will bind the values the values to this node. At runtime , it will display like Tres structure.

the Differnce between Model node and Value node is :

Modelnode followed passby Ref concept(in java)

Value node followed by Passby Values concept(In java)

I hope its clear now

Thanks

Former Member
0 Kudos

Hi,

Please have a look at the link below.

[Types of Nodes|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5896] [original link is broken] [original link is broken] [original link is broken];

Also you can do a search here in SDN to find out lot more stuff related to this.

Cheers!!!

Manoj