<?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 call se38 program from an abap proxy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179406#M1199035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy. Also I have to pass an internal table to the program (or tcode). Is there anybody know how to do it? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2009 22:01:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-23T22:01:48Z</dc:date>
    <item>
      <title>call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179406#M1199035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy. Also I have to pass an internal table to the program (or tcode). Is there anybody know how to do it? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 22:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179406#M1199035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T22:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179407#M1199036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there no BAPI available for this "reason"?&lt;/P&gt;&lt;P&gt;Or create your own (BAPI compliant) FM and just call that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explore transaction BAPI (incase you are not aware of it yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you exposed a remote way to submit (any) report using an internal table which that "any report" can use, then chances are good that your ABAP proxy would be a bit of a security hazard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or am I missing the point here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you could explain the scenarioa bit, and then appropriate solutions can be suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 22:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179407#M1199036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T22:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179408#M1199037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input. My ABAP proxy just like a ABAP function module. Now let's say that, if I have a function module to call a se38 program. And I need the FM pass an internal table to the program. How I can do that? Can you provide an sample program to pass and receive the internal table data? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Meiying Yang on Feb 25, 2009 9:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 14:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179408#M1199037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179409#M1199038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;create a FM using tx se37. Inside, call ur program (the one u want to call) using "Submit".&lt;/P&gt;&lt;P&gt;see the information of submit, because u can pass tables or variables using submit.&lt;/P&gt;&lt;P&gt;and that's all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 20:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179409#M1199038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T20:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179410#M1199039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy.&lt;/P&gt;&lt;P&gt;I would be curious to know what your reason is? Data loss of the app server is not available? Performance? Do you want all work for all records to be commited at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify, then I think it will be clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 21:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179410#M1199039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T21:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179411#M1199040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody. I opened another thread and got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 21:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179411#M1199040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T21:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179412#M1199041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;--&amp;gt; &lt;SPAN __jive_macro_name="thread" id="1250808"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you were looking for is the ABAP keywords SUBMIT and EXPORT TO DATABASE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh well... another lesson learnt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: Please do not duplicate post...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 21:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179412#M1199041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T21:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: call se38 program from an abap proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179413#M1199042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not get my answer for this one for a while. So I think I might not explain it very well. I could not change the Subject. That is why I opened another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer for another one works for me. Since my proxy to ABAP program just works like program to program. I only need some small changes. But anyway, thanks for you attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 21:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se38-program-from-an-abap-proxy/m-p/5179413#M1199042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T21:51:13Z</dc:date>
    </item>
  </channel>
</rss>

