Skip to Content
0
Former Member
Jun 02, 2009 at 03:26 PM

Dynamical Context - supply method

32 Views

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