cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

We're trying to make a SAP Scripting add-in for 64bit Office but we've had no success so far.

Would anyone know if this is feasible? Any help is highly appreaciated.

0 Likes
View Entire Topic
Stefan-Schnell
Active Contributor
0 Likes

Hello Caitlin,

sure, it can't work.

BNAME = your user name, BCUSER is a standard user
BCODE = your password, minisap is a the standard for BCUSER
LANGU = your language code, e.g. EN, DE is for Germany systems

Try it with

session.findById("wnd[0]/usr/txtRSYST-BNAME").Text = "caitlin" 'Here your user name
session.findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "secret" 'Here your password
session.findById("wnd[0]/usr/txtRSYST-LANGU").Text = "EN" 'Here your language code 

Best regards
Stefan