cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP VBScript and the Easy Access Screen

Former Member
0 Likes
1,903

Hello All. I am recording SAP vbScripts and have found that I can't use them unless I am at the Easy Access Screen (the screen you get when you first login to SAP). However, I am not always at the Easy Access Screen when I need to run the script.

I've tried creating adding several "Back" (or F3) entries in the script to get to the E.A.S., but sometimes there is a message box which that triggers after pressing the back button and the script errors out. Does anybody know if there is a solution to this?

Also, I don't want to record a script going back to the E.A.S. because I could be at any transaction at the time of running the script.

Thanks in advance.

View Entire Topic
Former Member
0 Likes

To start a new Transaction - altough one is currently startet - you can use the method Session.StartTransaction("SE38").

Max