cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Line in Component Node

Former Member
0 Kudos

Hi ,

I have a query related to the Node type that we create in component controller.

When we create a node in component controller, we refer that node to a structure type in its properties while creating it.

But the node is only able to retrieve data in a single line format.

What do we  need to do to pass the whole internal table into the node i.e Pass multiple line items in a node.

I am setting the node using SET Context using wizard control.

Please help.

Thanks in advance.

Regards,

Shahrukh

Accepted Solutions (1)

Accepted Solutions (1)

former_member230486
Contributor
0 Kudos

Hi,

In the context node you have to change the Cardinality 0..n or 1..n to hold multiple values like internal table.

If you want to set multiple values using code wizard you just select context tab select set radio button and table operation check box then select your context node.

Answers (0)