cancel
Showing results for 
Search instead for 
Did you mean: 

I can't read a context node 'As Table Operation' in my view. Why?

Former Member
0 Kudos

I have a WD component that has a COMPONENTCONTROLLER context set with Cardinality 0..n so basically, it's supposed to act as an internal table. Let's call this as node as NODE_TABLE.

In my view, VIEW_MAIN, context, I dragged the COMPONENTCONTROLLER context NODE_TABLE to it and now it is mapped in the view.

I go to a method, DO_SOMETHING, in VIEW_MAIN and click on the Code Wizard (key shortcut: Ctrl + F7) and under the Context tab, I select the node NODE_TABLE. Then in 'Operation in Context', I select radio-button 'Read' but I can't tick the check-box 'As Table Operation' as it is disabled.

But when I do this same thing with the Code Wizard in a method under the COMPONENTCONTROLLER, the check-box is enabled.

Why is this?

0 Kudos

Check Cardinality of the following node. If its 1 to 1 it doesn't take it as a table operation.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It should not be the case. Please do this way. remove the node from the view. 1st activate your component and then try to map it and see.