<?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: Online Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832015#M662917</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;You need to create a RFC(Remote Function Call) to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Transaction SE37&lt;/P&gt;&lt;P&gt;Import Parameters(What all data you are going to pass from JAVA to SAP)&lt;/P&gt;&lt;P&gt;EXPORT parameters(What all data you want to pass from SAP to JAVA)&lt;/P&gt;&lt;P&gt;TABLES parameters (What all tables you want to pass from JAVA to SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Attributes tab &amp;amp; select Remote Enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the coding to insert records in ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in JAVA code to login to sap &amp;amp; call the RFC with the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 06:34:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T06:34:15Z</dc:date>
    <item>
      <title>Online Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832014#M662916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          I had a front end application for User,it may be any application either java or any portal or .net application.&lt;/P&gt;&lt;P&gt;When the user enters the required data into the respective fields, it should be updated into ZTABLE of same fields in SAP. &lt;/P&gt;&lt;P&gt;I should use a Interface but what type of interface is used here and can anybody give the steps to do this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 06:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832014#M662916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T06:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Online Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832015#M662917</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;You need to create a RFC(Remote Function Call) to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Transaction SE37&lt;/P&gt;&lt;P&gt;Import Parameters(What all data you are going to pass from JAVA to SAP)&lt;/P&gt;&lt;P&gt;EXPORT parameters(What all data you want to pass from SAP to JAVA)&lt;/P&gt;&lt;P&gt;TABLES parameters (What all tables you want to pass from JAVA to SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Attributes tab &amp;amp; select Remote Enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the coding to insert records in ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in JAVA code to login to sap &amp;amp; call the RFC with the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 06:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832015#M662917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Online Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832016#M662918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write a BAPI to update the data into ztable. the BAPI should be something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_CREATE Create Purchase Order if you are creating the records or else if you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to update the existing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_CHANGE Sales Order: Change Sales Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se37 and have a look at the source code used for creation and changing the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-interface/m-p/2832016#M662918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:37:01Z</dc:date>
    </item>
  </channel>
</rss>

