函数组:SEUT

来源:互联网 发布:百度hi 知乎 编辑:程序博客网 时间:2024/04/19 18:30

函数组说明:层次管理。

这个函数组中包含的函数模块都用来完成 LIST 输出的树型控件的操作。

LIST 树的例子可以见事务码 SE09 中的请求号层级、或者 FS00 维护科目表时的科目层级。

具体用法这里无法一一说明,如果需要使用时请自行研究。

RS_TREE_ADD_NODE(插入节点)

RS_TREE_AUTOMATIC_REFRESH(Start automatic refresh)

RS_TREE_COMPRESS(隐藏子树)

RS_TREE_CONSTRUCT(Construct new hierarchy or insert subtree)

RS_TREE_CONTROL_PREPARE

RS_TREE_CREATE(创建层次)

RS_TREE_DELETE_NODE(Delete node with associated sub-tree)

RS_TREE_EXPAND(展开分支)

RS_TREE_GET_CURRENT_LAYOUT(Get layout information for displayed hierarchy)

RS_TREE_GET_CURRENT_NODE(Get node at which cursor is positioned)

RS_TREE_GET_CURRENT_ROOT(Get current root node)

RS_TREE_GET_CURRENT_TREE(Get structure information for displayed hierarchy)

RS_TREE_GET_INPUT(Get entires from input fields)

RS_TREE_GET_MARKED_NODES(Get selected nodes)

RS_TREE_GET_MODIFICATION_LOG(Get change log for hierarchy)

RS_TREE_GET_NODE(Get nodes for specified ID)

RS_TREE_GET_NODE_BY_NAME(Get node for specified node name)

RS_TREE_GET_PREDECESSOR(Get preceding node)

RS_TREE_GET_SEARCHSTRING(Get last search strinng)

RS_TREE_LIST(Simulate hierarchy or subtree display)

RS_TREE_LIST_DISPLAY(显示层次结构)

RS_TREE_MODIFY_NODE

RS_TREE_MOVE(Reassign Node with Subtree)

RS_TREE_POP(Get hierarchy from the stack and restore)

RS_TREE_PUSH(Place hierarchy on the stack)

RS_TREE_RESET_LOCK(Deselect node)

RS_TREE_SET_CURRENT_LAYOUT(Set layout with marked cursor position)

RS_TREE_SET_CURRENT_TREE(Set other hierarchy)

RS_TREE_SET_LOCK(选择节点)

RS_TREE_SET_NODE(更改节点)

RS_TREE_SET_SCROLL_POS(Position node at the beginning of the page)

RS_TREE_SLEEP

RS_TREE_SORT_CHILDREN

原创粉丝点击