S4HanaCloud.pAssociationsList.execScript(" var f9Event = new KeyboardEvent('keydown',{altKey:false,bubbles:true,cancelBubble:false,cancelable:true,charCode:0,code:'f9',composition:true ,ctrlKey:false,currentTarget:null,defaultPrevented:true,详细信息:0,eventPhase:0,isComposed:false,isTrusted:true,键:'f9',keyCode:120,位置:0,metaKey:false,重复:false ,returnValue:false,shiftKey:false,键入:'keydown',其中:120});");
你好,
Sabine SMAI 我遇到了类似的问题,这种解决方法对我有用! 非常感谢。但是,我没有使用keystroke命令,因为它不起作用(对于WEB技术)。 这是我故意使用的代码:
S4HanaCloud.pAssociationsList.execScript(" var f9Event = new KeyboardEvent('keydown',{altKey:false,bubbles:true,cancelBubble:false,cancelable:true,charCode:0,code:'f9',composition:true ,ctrlKey:false,currentTarget:null,defaultPrevented:true,详细信息:0,eventPhase:0,isComposed:false,isTrusted:true,键:'f9',keyCode:120,位置:0,metaKey:false,重复:false ,returnValue:false,shiftKey:false,键入:'keydown',其中:120});");
S4HanaCloud.pAssociationsList.oFirstTableField_Field.scriptItem('dispatchEvent(f9Event)');
请注意,指向的项目不是复选框,而是表格的第一个元素(请参见所附图片)。 这对我有用
untitled.jpg
希望这对以后的某人有用:)
最好
Victoria Bonzon
一周热门 更多>