<?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>topic Re: Execute code from a text file ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743994#M1112833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren - Thankx . Dynamic subroutine did work for me . Your points are awarded.&lt;/P&gt;&lt;P&gt;Michael - Thankx for remainding me the Quality and audit . The background scenario is different and its not part of any delivery .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 13:05:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T13:05:10Z</dc:date>
    <item>
      <title>Execute code from a text file ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743990#M1112829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,  Would like to know whether it is possible to have my ABAP code in a text file in desktop and then execute the code by reading it into an ITAB in another ABAP program . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Pl. dont suggest how to upload and create a new program . I dont want to create a new program after uploading into ITAB using INSERT or function modules . I want to execute the code as part of the uploading program only . So that once the execution is complete the uploaded code will not be available in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ,&lt;/P&gt;&lt;P&gt;Jee.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 12:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743990#M1112829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execute code from a text file ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743991#M1112830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can, you can either generate a subroutine dynamically or use the ABAP statement INSERT REPORT. Once you have executed the report you then use DELETE REPORT to remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the function module RFC_ABAP_INSTALL_AND_RUN for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 12:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743991#M1112830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Execute code from a text file ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743992#M1112831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Note : Pl. dont suggest how to upload and create a new program . I dont want to create a new program after uploading into ITAB using INSERT or function modules . I want to execute the code as part of the uploading program only . So that once the execution is complete the uploaded code will not be available in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh dear.  The only solution to your requirement is, sadly, to upload and create a new program, and then one further step.  There is no other way.  So it looks like you'll have to do without.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 12:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743992#M1112831</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-17T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute code from a text file ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743993#M1112832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From both an operations and a security standpoint I would say this is a really bad idea. It would allow someone to run untested, unapproved code. I can just imagine what an auditor would think, or a security consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 16:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743993#M1112832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Execute code from a text file ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743994#M1112833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren - Thankx . Dynamic subroutine did work for me . Your points are awarded.&lt;/P&gt;&lt;P&gt;Michael - Thankx for remainding me the Quality and audit . The background scenario is different and its not part of any delivery .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 13:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-code-from-a-text-file/m-p/4743994#M1112833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T13:05:10Z</dc:date>
    </item>
  </channel>
</rss>

