cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple lines in Context Node

Former Member
0 Kudos

Hi,

I have a query regarding the binding of node of component controller in webdynpro appliation.

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

But since this nodes becomes the type of this structure, it is only able to contain a single line item.

What do we need to do to pass the whole internal table data into the context node of component controller.

I am using the webdynpro code wizard to SET the data to the context node.

Please help.

Thanks in advance.

Regards.

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 (1)

Answers (1)

mangesh_sonawane
Participant
0 Kudos

Hi Fox,

i think you are new to webdynpro.

check this link.

http://webdynproabap.wordpress.com/

Regards,

Mangesh Sonawane