<?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: RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308626#M505306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC  is remote enable function module --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is tool to update the date into SAP R/3 Transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 03:43:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T03:43:30Z</dc:date>
    <item>
      <title>RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308625#M505305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats the difference between rfc and lsmw.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308625#M505305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308626#M505306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC  is remote enable function module --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is tool to update the date into SAP R/3 Transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308626#M505306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308627#M505307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC and LSMW are not interlinked in any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is Remote Function Call. These are the remote connection enabled function module. They can be called remotely from other SAP system or any other system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is SAP provided tool to upload the legacy data into SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308627#M505307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308628#M505308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;RFC&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Communication between applications of different systems in the SAP environment includes connections between SAP systems as well as between SAP systems and non-SAP systems. Remote Function Call (RFC) is the standard SAP interface for communication between SAP systems. The RFC calls a function to be executed in a remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all SAP systems, CALL FUNCTION represents an integral part of the ABAP language. This statement executes a function (a function module) in the same system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOTE FUNCTION CALL (RFC) is an extension of CALL FUNCTION in a distributed environment. Existing function modules can be executed using an RFC from a remote system. This is done by adding a DESTINATION clause to the CALL FUNCTION statement:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LSMW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308628#M505308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308629#M505309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;RFC mean Remote Function Call--&amp;gt; which mean thru RFC we can connevt to another external system (inorder to call a Function module or watever may be the purpose).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lsmw --&amp;gt; is used to uplaod the data from legacy to R/3 thru any of the following methods:&lt;/P&gt;&lt;P&gt;batch input&lt;/P&gt;&lt;P&gt;direct input(absolete)&lt;/P&gt;&lt;P&gt;idoc&lt;/P&gt;&lt;P&gt;Bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;Revert back if any issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;NAveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308629#M505309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308630#M505310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;RFC :&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;RFC is a function module which can be called from a remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs enable you to call and execute predefined functions in a remote system - or even in the same system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs manage the communication process, parameter transfer and error handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;LSMW:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Legacy System Migration Workbench(LSMW) is a tool for Uploading the Data into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It uses the following Methods for uploading the Data.&lt;/P&gt;&lt;P&gt;  a.Direct Input/Batch Input&lt;/P&gt;&lt;P&gt;  b.BAPI&lt;/P&gt;&lt;P&gt;  c.IDoc&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308630#M505310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308631#M505311</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;Remote Function Call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs enable you to call and execute predefined functions in a remote system - or even in the same system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs manage the communication process, parameter transfer and error handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an R/3-based tool that supports You when transferring data from non-SAP systems ("Legacy Systems") to R/3 once or periodically.&lt;/P&gt;&lt;P&gt;The tool supports conversion of data of the legacy system in a convenient way. The data can then be imported into the R/3 system via batch input, direct input, BAPIs or IDocs.&lt;/P&gt;&lt;P&gt;Furthermore, the LSM Workbench provides a recording function that allows to generate a "data migration object" in an entry or change transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantages of the LSM Workbench:&lt;/P&gt;&lt;P&gt;&amp;#149; Part of R/3 and thus independent of individual platforms&lt;/P&gt;&lt;P&gt;&amp;#149; A variety of technical possibilities of data conversion:&lt;/P&gt;&lt;P&gt;&amp;#149; Data consistency due to standard import techniques:&lt;/P&gt;&lt;P&gt;Batch input&lt;/P&gt;&lt;P&gt;Direct input&lt;/P&gt;&lt;P&gt;BAPIs (Business Application Programming Interfaces)&lt;/P&gt;&lt;P&gt;IDocs (Intermediate Documents)&lt;/P&gt;&lt;P&gt;The import technique to be used in an individual case depends on the business object.&lt;/P&gt;&lt;P&gt;&amp;#149; Generation of the conversion program on the basis of defined rules&lt;/P&gt;&lt;P&gt;&amp;#149; Clear interactive process guide&lt;/P&gt;&lt;P&gt;&amp;#149; Interface for data in spreadsheet format&lt;/P&gt;&lt;P&gt;&amp;#149; Creation of data migration objects on the basis of recorded transactions&lt;/P&gt;&lt;P&gt;&amp;#149; Charge-free for SAP customers and SAP partners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allsaplinks.com/lsmw.html" target="test_blank"&gt;http://allsaplinks.com/lsmw.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/lsmw_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/lsmw_home.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LSMW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an R/3-based tool that supports You when transferring data from non-SAP systems ("Legacy Systems") to R/3 once or periodically.&lt;/P&gt;&lt;P&gt;The tool supports conversion of data of the legacy system in a convenient way. The data can then be imported into the R/3 system via batch input, direct input, BAPIs or IDocs.&lt;/P&gt;&lt;P&gt;Furthermore, the LSM Workbench provides a recording function that allows to generate a "data migration object" in an entry or change transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantages of the LSM Workbench:&lt;/P&gt;&lt;P&gt;&amp;#149; Part of R/3 and thus independent of individual platforms&lt;/P&gt;&lt;P&gt;&amp;#149; A variety of technical possibilities of data conversion:&lt;/P&gt;&lt;P&gt;&amp;#149; Data consistency due to standard import techniques:&lt;/P&gt;&lt;P&gt;Batch input&lt;/P&gt;&lt;P&gt;Direct input&lt;/P&gt;&lt;P&gt;BAPIs (Business Application Programming Interfaces)&lt;/P&gt;&lt;P&gt;IDocs (Intermediate Documents)&lt;/P&gt;&lt;P&gt;The import technique to be used in an individual case depends on the business object.&lt;/P&gt;&lt;P&gt;&amp;#149; Generation of the conversion program on the basis of defined rules&lt;/P&gt;&lt;P&gt;&amp;#149; Clear interactive process guide&lt;/P&gt;&lt;P&gt;&amp;#149; Interface for data in spreadsheet format&lt;/P&gt;&lt;P&gt;&amp;#149; Creation of data migration objects on the basis of recorded transactions&lt;/P&gt;&lt;P&gt;&amp;#149; Charge-free for SAP customers and SAP partners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allsaplinks.com/lsmw.html" target="test_blank"&gt;http://allsaplinks.com/lsmw.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/lsmw_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/lsmw_home.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2308631#M505311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:58:57Z</dc:date>
    </item>
  </channel>
</rss>

