cancel
Showing results for 
Search instead for 
Did you mean: 

Script of COOIS report downloading by Python

former_member822960
Discoverer
0 Kudos
343

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>

Accepted Solutions (0)

Answers (0)