cancel
Showing results for 
Search instead for 
Did you mean: 

Using a Node as a Parameter Type

Former Member
0 Kudos

Hi guys,

Is there a way to use a context node for the Associated Type of a Parameter within a view method?

Thanks,

Raú

Accepted Solutions (0)

Answers (1)

Answers (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

Yes you can use: type ref to if_wd_context_node.

Or if you want to pass the type of one specific node as table or estructure try with this:

If your node have cardinality 0..n or 1..n

IG_COMPONENTCONTROLLER=>ELEMENTS_YOUR_NODE_NAME

or not:

IG_COMPONENTCONTROLLER=>ELEMENT_YOUR_NODE_NAME

Regards,