SAP GUI脚本帮助

2020-08-14 02:50发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)在下面的脚本中,如何更改第(2)...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


在下面的脚本中,如何更改第(2)行,以使topNode对于每个新记录都是递增的; 因此它将为记录1选择节点1,为记录2选择节点2,等等。

如果第(2)行的topNode的值为1到5,我将对脚本进行什么编辑,以便脚本按特定值进行选择,例如 '3',因此我可以进一步维护第二个子节点,该子节点必须先选择父节点'3'? 请注意,我不是脚本程序员或编辑器,因此,感谢您对使用特定代码或命令的帮助,非常感谢。

1)session.findById(" wnd [1]/usr/cntlCC_EDIT_CONTROL_0300/shellcont/shell/shellcont [0]/shell/shellcont [1]/shell [1]")。hierarchyHeaderWidth = 307

2)session.findById(" wnd [1]/usr/cntlCC_EDIT_CONTROL_0300/shellcont/shell/shellcont [0]/shell/shellcont [1]/shell [1]")。topNode =" 1"

3)session.findById(" wnd [1]/usr/subSS_CTSGEN:/SAPSLL/SAPLLLNS_IFACE:0301/txt/SAPSLL/CTSGEN_UI_LLNS_S-CCNGN")。text = COL1

4)session.findById(" wnd [1]/usr/subSS_CTSGEN:/SAPSLL/SAPLLLNS_IFACE:0301/ctxt/SAPSLL/CTSGEN_UI_LLNS_S-OGAGO")。text =" Z_TCO"

5)session.findById(" wnd [1]/usr/subSS_CTSGEN:/SAPSLL/SAPLLLNS_IFACE:0301/ctxt/SAPSLL/CTSGEN_UI_LLNS_S-OGAGO")。setFocus

6)session.findById(" wnd [1]/usr/subSS_CTSGEN:/SAPSLL/SAPLLLNS_IFACE:0301/ctxt/SAPSLL/CTSGEN_UI_LLNS_S-OGAGO")。caretPosition = 4

7)session.findById(" wnd [1]/tbar [0]/btn [0]")。按

8)session.findById(" wnd [1]/tbar [0]/btn [8]")。按

9)session.findById(" wnd [0]/shellcont [0]/shell/shellcont [1]/shell [1]")。selectedNode =" 1"

4条回答
樱桃小丸子0093
2020-08-14 03:13

在脚本中声明状态是否正确。

2)设置yourtreeobject = session.findById(" wnd [1]/usr/cntlCC_EDIT_CONTROL_0300/shellcont/shell/shellcont [0]/shell/shellcont [1]/shell [1]")

set coll = yourtreeobject.getallnodekeys()

对于i = 0到coll.length-1个nodekey = coll.elementat(i)

yourtreeobject.topnode =节点密钥

3)session.findById(" wnd [1]/usr/subSS_CTSGEN:/SAPSLL/SAPLLLNS_IFACE:0301/txt/SAPSLL/CTSGEN_UI_LLNS_S-CCNGN")。text = COL1

非常感谢。

一周热门 更多>