cancel
Showing results for 
Search instead for 
Did you mean: 

how are they populated

Former Member
0 Kudos

Hi Experts!

Whats is the way to find out how a controller's Context is populated.

There is a Model Node with many Model Attributes. But I dont know

how these are filled.

Because there are no arrows to see. How can be this context node

being filled ?

regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When you are going to import the model-apply template-service controller.This service controller is a code that is going to execute the model object.As soon as the model object is executed the returned values will be populated on to the Controller Context.

You can see the code of the Service controller in the Component Controller implementation. If any doubts then reply.

Answers (1)

Answers (1)

Former Member
0 Kudos

same as the value node and value Attribute.all these context used in binding the data. in case of "web service" u need to create the model . that time model node is required. in case of RFC it also Required