cancel
Showing results for 
Search instead for 
Did you mean: 

Get method for value set of a node?

michael_halfmann
Explorer
0 Kudos

Hi,

with IF_WD_CONTEXT_NODE_INFO=>SET_ATTRIBUTE_VALUE_SET it is possible to define a value set for a certain context node.

But is there also a method to read this value set? I would have expected something like IF_WD_CONTEXT_NODE_INFO=>GET_ATTRIBUTE_VALUE_SET but this doesn't exist.

Thanks for your help,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Michael,

Indeed, that's strange. I forwarded this to a colleague. Meanwhile, just call GET_ATTRIBUTE( ) on the node info. The value set is stored in the field VALUE_SET.

Best regards,

Thomas

Answers (0)