SetCheckBoxState Method (SapTree)
Class
SapTree
class
Action
Changes the state of the checkbox in the given node.
Syntax
tree
.
SetCheckBoxState
(
nodeKey
,
itemName
,
check
)
Variable
Description
nodeKey
The key of the node. STRING.
itemName
The name of the item. STRING.
check
The new checkbox state. BOOLEAN.