<?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 GUI Scripting - Check if program is been accessed by script in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177754#M4554262</link>
    <description>&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;Is this program within SAP or out side? If it is within SAP you can enable the audit log.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 04:41:33 GMT</pubDate>
    <dc:creator>S_Sriram</dc:creator>
    <dc:date>2020-01-21T04:41:33Z</dc:date>
    <item>
      <title>SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaq-p/12177752</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;
  &lt;P&gt;I need to check if a program is been accessed by user using some script.&lt;/P&gt;
  &lt;P&gt;Is it possible to check if a program is been executed using SAP GUI scripting?&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Allan Cristian Barros Silva&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 21:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaq-p/12177752</guid>
      <dc:creator>former_member346147</dc:creator>
      <dc:date>2020-01-20T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177753#M4554261</link>
      <description>&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;You need to follow below steps for client side scripting enablement.&lt;/P&gt;&lt;P&gt;1. Complete basis setup for Scripting enablement.Enable sap GUI scripting into sap on desktop where you want to run your script.&lt;/P&gt;&lt;P&gt;2. This is GUI based scripting so whatever actions possible on your GUI screen can be achieved using Sap GUI based scripting.You can try out actions you want to carry out with record and play options to ensure possibility for scripting from sap options.&lt;/P&gt;&lt;P&gt;You need to machine setup where Access to sap system and it requires active sap GUI session to connect.And script will be running client side.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 02:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177753#M4554261</guid>
      <dc:creator>shwetanargachhe</dc:creator>
      <dc:date>2020-01-21T02:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177754#M4554262</link>
      <description>&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;Is this program within SAP or out side? If it is within SAP you can enable the audit log.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 04:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177754#M4554262</guid>
      <dc:creator>S_Sriram</dc:creator>
      <dc:date>2020-01-21T04:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177755#M4554263</link>
      <description>&lt;P&gt;First try to answer the main question: is the program access recorded somewhere? Eventually, you have workload statistics (ST03, STAT), UPL, ABAP call monitor. Maybe the data is not kept for a long time in the system too, and maybe it's stored on another system (Solution Manager or other). You should &lt;STRONG&gt;first ask your SAP administrator&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177755#M4554263</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-01-21T08:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177756#M4554264</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I'm sorry, I forgot to say that I need to check it in server side (ABAP stack).&lt;/P&gt;&lt;P&gt;I need to prevent some users to create and execute her/his own script. They are only allowed to execute script's validated by our IT team.&lt;/P&gt;&lt;P&gt;br,&lt;BR /&gt;Allan Cristian Barros Silva&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177756#M4554264</guid>
      <dc:creator>former_member346147</dc:creator>
      <dc:date>2020-01-21T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177757#M4554265</link>
      <description>&lt;P&gt;Hi Sriram,&lt;/P&gt;&lt;P&gt;The script is going to be an Excel VBA and I need to check it throught ABAP (server side).&lt;/P&gt;&lt;P&gt;I did not try the audit log and I agree that it can be a way out.&lt;/P&gt;&lt;P&gt;Thanks for advice.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Allan Cristian Barros Silva&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177757#M4554265</guid>
      <dc:creator>former_member346147</dc:creator>
      <dc:date>2020-01-21T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177758#M4554266</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I don't think such a standard feature exists!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 13:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177758#M4554266</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-01-21T13:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI Scripting - Check if program is been accessed by script</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177759#M4554267</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Found it.&lt;/P&gt;&lt;P&gt;There is a method in CL_GUI_FRONTEND_SERVICES:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA: li_result TYPE i.
  CALL METHOD cl_gui_frontend_services=&amp;gt;is_scripting_active
    RECEIVING
      result               = li_result
    EXCEPTIONS
      cntl_error           = 1
      not_supported_by_gui = 2
      error_no_gui         = 3
      OTHERS               = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1772539-sap-scripting.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Allan Cristian Barros Silva&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 21:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-scripting-check-if-program-is-been-accessed-by-script/qaa-p/12177759#M4554267</guid>
      <dc:creator>former_member346147</dc:creator>
      <dc:date>2020-01-21T21:23:20Z</dc:date>
    </item>
  </channel>
</rss>

