SAP screen status control

Rem 取得Title的畫面說明

Function Get_title()

    SAP_Title = UiElement.GetValue({"wnd":[{"cls":"SAP_FRONTEND_SESSION","title":"*","app":"saplogon"}],"sap":[{"id":"/app/con[0]/ses[0]/wnd[0]/titl"}]},{"bContinueOnError":False,"iDelayAfter":300,"iDelayBefore":200})

    return SAP_Title

End Function

Function Confirm_Picture_FrontEnd(picture)

    respath=Sys.GetHomePath()&'''\desktop\uibot\res\'''

    bRet = Image.Exists({"wnd":[{"cls":"SAP_FRONTEND_SESSION","title":"*","app":"saplogon"}]},{"x":0,"y":0,"width":0,"height":0},respath&picture,0.9,10000,{"bContinueOnError":False,"iDelayAfter":300,"iDelayBefore":200,"bSetForeground":True,"sMatchType":"GrayMatch"})

    return bret

end function

Rem 確認圖型

Function Confirm_Picture(picture)

    respath=Sys.GetHomePath()&'''\desktop\uibot\res\'''

    bRet = Image.Exists({"wnd":[{"cls":"#32770","title":"*","app":"saplogon"}]},{"x":0,"y":0,"width":0,"height":0},respath&picture,0.9,10000,{"bContinueOnError":False,"iDelayAfter":300,"iDelayBefore":200,"bSetForeground":True,"sMatchType":"GrayMatch"})

    return bret

end function

Function Confirm_picture_allow(picture)

    respath=Sys.GetHomePath()&'''\desktop\uibot\res\'''

    bret=Image.Exists({"wnd":[{"cls":"#32770","title":"SAP GUI Security","app":"saplogon"}]},{"x":0,"y":0,"width":0,"height":0},respath&picture,0.9,10000,{"bContinueOnError":False,"iDelayAfter":300,"iDelayBefore":200,"bSetForeground":True,"sMatchType":"GrayMatch"})

    return bret

end function

Rem 取得message說明

Function Get_message()

    Try

        SAP_message = UiElement.GetValue({"wnd":[{"cls":"SAP_FRONTEND_SESSION","title":"*","app":"saplogon"}],"sap":[{"id":"/app/con[0]/ses[0]/wnd[0]/sbar"}]},{"bContinueOnError":False,"iDelayAfter":300,"iDelayBefore":200}) 

    Catch 变量名

    End Try

    return SAP_message

End Function

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值