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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.