<?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: Call a Java file from ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121908#M444863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI SAM,&lt;/P&gt;&lt;P&gt;check this link,it ma help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/puru.govind/blog/2006/12/20/let-abap-speak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 05:23:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T05:23:19Z</dc:date>
    <item>
      <title>Call a Java file from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121905#M444860</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;I would like your help in identifying a mechanism in calling a Java Program from an ABAP program. The requirement is that I need to pass enough parameters(possibly in a single object like a &amp;lt;i&amp;gt;table&amp;lt;/i&amp;gt;) and fetch that in a Java Program residing in a jar in the J2EE engine. The possibility of this java file interpreting this incoming object and also be able to return something to ABAP which can eventually be printed on the screen needs to be known.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also would like to validate an assumption of mine which is that, the jar(the receipient java file) file needs to be put under the directory&lt;/P&gt;&lt;P&gt;"\usr\sap\&amp;lt;i&amp;gt;SystemID&amp;lt;/i&amp;gt;\&amp;lt;i&amp;gt;instancenumber&amp;lt;/i&amp;gt;j2ee\deploying\lib"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your time and effort in helping me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121905#M444860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Call a Java file from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121906#M444861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure about &lt;/P&gt;&lt;P&gt;I also would like to validate an assumption of mine which is that, the jar(the receipient java file) file needs to be put under the directory&lt;/P&gt;&lt;P&gt;"\usr\sap\SystemID\instancenumberj2ee\deploying\lib"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for your case what you could do is, on the java side get developed a jsp page which will receive data and use the jar to proces and return the results as xml. once thats done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from abap you can use cl_http_client class to call this jsp page to pass parameters and get the processed results from jsp page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 11:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121906#M444861</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-04-15T11:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Call a Java file from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121907#M444862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help. Can you help me with some sample code as to how to call this jsp. And in case this is not a jsp and a normal java file, how does it work? I am asking you this question bcos, the java file is provided by the client and we have access to only add/edit methods and not change the behavior to a jsp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear and thanks again for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121907#M444862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Call a Java file from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121908#M444863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI SAM,&lt;/P&gt;&lt;P&gt;check this link,it ma help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/puru.govind/blog/2006/12/20/let-abap-speak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121908#M444863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call a Java file from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121909#M444864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had seen this link, but this does not clearly say as to how to pass multiple parameters and receive a return parameter back in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-java-file-from-abap/m-p/2121909#M444864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:19:28Z</dc:date>
    </item>
  </channel>
</rss>

