cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamical Context - supply method

Former Member
0 Kudos

Hi all,

I have the following problem.

I want to create the context dynamically using dynamical programming.

If I create a context node with the method add_new_child_node, I pass the supply method as a parameter:

lr_node_info->add_new_child_node(

EXPORTING

name = node_name

.....

supply_method = 'SUPPLY_NODE'

).

The problem is the method 'SUPPLY_NODE' is never called from the framework, but I need it to initialize the list values.

How could I solve this problem?

Kind regards,

Oleksandr

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Oleksandr,

The supply function property will always exists in conbination with SINGLETON property. You will have eanble this also. Then for a particular parent element, supply function will be called to load data for child nodes.

Best Regards,

Manne.

Answers (0)