Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11159 > unrolled thread
| Started by | pnarangsw@gmail.com |
|---|---|
| First post | 2015-10-28 21:49 -0700 |
| Last post | 2015-10-31 11:47 -0400 |
| Articles | 4 — 4 participants |
Back to article view | Back to microsoft.public.scripting.vbscript
multiple login in sap on a particular system pnarangsw@gmail.com - 2015-10-28 21:49 -0700
Re: multiple login in sap on a particular system JJ <jj4public@vfemail.net> - 2015-10-29 19:15 +0700
Re: multiple login in sap on a particular system "Kerr Mudd-John" <admin@127.0.0.1> - 2015-10-31 13:18 +0000
Re: multiple login in sap on a particular system Todd Vargo <tlvargo@sbcglobal.netz> - 2015-10-31 11:47 -0400
| From | pnarangsw@gmail.com |
|---|---|
| Date | 2015-10-28 21:49 -0700 |
| Subject | multiple login in sap on a particular system |
| Message-ID | <0d0f4e7a-8dad-44fa-b68f-ab09e7a4dd0f@googlegroups.com> |
I am newbie in VBS so please anybody can help how to have mutiple login in SAP through vbs
[toc] | [next] | [standalone]
| From | JJ <jj4public@vfemail.net> |
|---|---|
| Date | 2015-10-29 19:15 +0700 |
| Message-ID | <8lhkhfrqg9s3$.191jjtx3z0uc7.dlg@40tude.net> |
| In reply to | #11159 |
On Wed, 28 Oct 2015 21:49:05 -0700 (PDT), pnarangsw@gmail.com wrote: > I am newbie in VBS so please anybody can help how to have mutiple login in > SAP through vbs That depends on how exactly do you log into SAP. And what the heck is SAP? This is a VBScript specific newsgroup, you know. PS) Use a proper newsgroup client.
[toc] | [prev] | [next] | [standalone]
| From | "Kerr Mudd-John" <admin@127.0.0.1> |
|---|---|
| Date | 2015-10-31 13:18 +0000 |
| Message-ID | <op.x7dgk0kgmsr2db@dell3100.dlink.com> |
| In reply to | #11161 |
On Thu, 29 Oct 2015 12:15:56 -0000, JJ <jj4public@vfemail.net> wrote: > On Wed, 28 Oct 2015 21:49:05 -0700 (PDT), pnarangsw@gmail.com wrote: >> I am newbie in VBS so please anybody can help how to have mutiple login >> in >> SAP through vbs > > That depends on how exactly do you log into SAP. > And what the heck is SAP? > This is a VBScript specific newsgroup, you know. > > PS) Use a proper newsgroup client. If you don't know about SAP then please run away now. Fast. You do *NOT* want to know any more about it. Ever. https://en.wikipedia.org/wiki/SAP_ERP -- Bah, and indeed, Humbug
[toc] | [prev] | [next] | [standalone]
| From | Todd Vargo <tlvargo@sbcglobal.netz> |
|---|---|
| Date | 2015-10-31 11:47 -0400 |
| Message-ID | <n12nq1$in9$1@news.albasani.net> |
| In reply to | #11161 |
On 10/29/2015 8:15 AM, JJ wrote: > On Wed, 28 Oct 2015 21:49:05 -0700 (PDT), pnarangsw@gmail.com wrote: >> I am newbie in VBS so please anybody can help how to have mutiple login in >> SAP through vbs > > That depends on how exactly do you log into SAP. It has been a few years but my experience with SAP was, multiple users are(were) not permitted to simultaneously login on the same computer. Login at another terminal and it logs out your previous session. It is annoying to have to login multiple times per day because SAP logs you out while you are performing some other task. So, I created a script to load SAP using my credentials, sleep for a second to allow the app time to load, and then insert my password. Obviously, my password would be in plain text so I compiled my VBS to a VBE every 45 days (when the password needed changed). Since I have been away from SAP for so long, I don't recall the file name or location for the SAP user file and don't have a copy of my login script to draw clues from. > And what the heck is SAP? If you have to ask you might consider letting someone else respond. > This is a VBScript specific newsgroup, you know. That is why OP asked here. To automate his/her SAP login. > > PS) Use a proper newsgroup client. Consider a new hobby. -- Todd Vargo (Post questions to group only. Remove "z" to email personal messages)
[toc] | [prev] | [standalone]
Back to top | Article view | microsoft.public.scripting.vbscript
csiph-web