on 2022 Sep 25 9:53 AM
Hi Experts,
I tried to make an automatization for SAP transactions/operations but the script code not 100% compatible under Python language.
The presstoolbarButton is stucked and doesn't work.
T-code: COOIS
I tried some tricks but I need some advice or help in this issue.
Thank you in advance for your reply and help!
Please check the below picture and codes:
My code:
session.findById("wnd[0]/usr/cntlCUSTOM/shellcont/shell/shellcont/shell").pressToolbarButton("&NAVIGATION_PROFILE_TOOLBAR_EXPAND")<br>time.sleep(2)<br>session.findById("wnd[0]/usr/cntlCUSTOM/shellcont/shell/shellcont/shell").pressToolbarContextButton("&MB_EXPORT")<br><br><br>session.findById("wnd[0]/usr/cntlCUSTOM/shellcont/shell/shellcont/shell").selectContextMenuItem<br>"&PC"<br>
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.