<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP VBScript and the Easy Access Screen in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154838#M118541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Stefan said, use "/N" before transaction code.&lt;/P&gt;&lt;P&gt;For example for trscn CA03: &lt;SPAN style="font-family: 'courier new', courier;"&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "&lt;STRONG&gt;/NCA03&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;To jumnp right int o easy access menu: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "&lt;STRONG&gt;/N&lt;/STRONG&gt;S000"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 18:39:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-10T18:39:19Z</dc:date>
    <item>
      <title>SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaq-p/10154835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 00:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaq-p/10154835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-08T00:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154836#M118539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;welcome in the Scripting forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use /n in front of you transaction code, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "&lt;STRONG&gt;/n&lt;/STRONG&gt;SE38"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this way you jump back and start the new transaction in the same session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 08:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154836#M118539</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2014-03-08T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154837#M118540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To start a new Transaction - altough one is currently startet - you can use the method Session.StartTransaction("SE38").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 09:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154837#M118540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-08T09:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154838#M118541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Stefan said, use "/N" before transaction code.&lt;/P&gt;&lt;P&gt;For example for trscn CA03: &lt;SPAN style="font-family: 'courier new', courier;"&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "&lt;STRONG&gt;/NCA03&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;To jumnp right int o easy access menu: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "&lt;STRONG&gt;/N&lt;/STRONG&gt;S000"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 18:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154838#M118541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-10T18:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154839#M118542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone for providing the info on this. I've tested it an it works as I wanted it to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 19:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154839#M118542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-10T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP VBScript and the Easy Access Screen</title>
      <link>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154840#M118543</link>
      <description>&lt;P&gt;Years late, but the insertion of /n was perfect for what I needed with my script. I had been searching for days to find out how to instruct the script to either (1) operate within a specifically identified session, or (2) have the first child session back out of whatever tcode it was in to execute the tcode identified in the script. /n basically accomplishes (2) with the least amount of headache. I'm still stuck with running my script within the first session, but for my purposes it doesn't really matter. I just needed that first session to be able to launch a different tcode from whatever state it was in.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 09:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sap-vbscript-and-the-easy-access-screen/qaa-p/10154840#M118543</guid>
      <dc:creator>former_member1095987</dc:creator>
      <dc:date>2022-06-08T09:16:10Z</dc:date>
    </item>
  </channel>
</rss>

