Hi,
I was wondering how the attribute assignment checkboxes of the request nodes for a determination work. Can these checkboxes be used to define which attributes have to be changed to trigger the determination?
When I test this it seems that changing attributes which are not selected (e.g. currency) also trigger the determination.
In the determination's check_delta method, we can use io_read->compare method to retrieve the changed attributes. Is it possible to retrieve the selected attributes of the determination's configuration instead of having them hard coded? I've tried with the following, but I don't find the selected attributes this way.
DATA(lr_nd_conf) = /bobf/cl_frw_factory=>get_configuration( iv_bo_key = is_ctx-bo_key ). lr_nd_conf->get_node( EXPORTING iv_node_key = is_ctx-node_key IMPORTING es_node = DATA(ls_node) ).
Thanks in advance!
KR,
Bjorn