cancel
Showing results for 
Search instead for 
Did you mean: 

Context Mapping error

Former Member
0 Kudos

Friends,

I have created a service call to a function module using the exising component controller of the WDA. I am calling a function module that fills a context node with a set of values.

I have done context mapping of this node to another node in a view context.

I am unable to read the table of values from the view context node that is mapped to the node in the component controller. I am only able to read the first value NOT the entire set of values.

Please let me know what is missing.

Thanks and Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

Friends,

Another way to ask this question is:

How to bind a set of values from one context to another using context mapping. I know how to do for a single value for a single attribute. I dont know how to do for a set of values for a single attribute.

Please let me know what is missing.

Thanks and Regards.

Former Member
0 Kudos

You can drag and drop the componentcontroller context onto view context and map so that you should see all the values in the componentcontroller context in viewcontext.

Anil