<?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 Regading  RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065430#M726384</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;There exists a ZTABLE (ECC server) and I am maintaining the same ZTABLE in SRM System ...... Now whenever a new record is added or for an existing record is changed in ZTABLE (ECC server) based on the date_change field it should update the ZTABLE (SRM server).(We should be able to all pull those records accordingly)..... What is the procedure for this &lt;/P&gt;&lt;P&gt;We should use -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; RFC or IDOCs or any Zprogram to update these updated records &lt;/P&gt;&lt;P&gt;What is the procedure and steps I need to take care &lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 09:45:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T09:45:33Z</dc:date>
    <item>
      <title>Regading  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065430#M726384</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;There exists a ZTABLE (ECC server) and I am maintaining the same ZTABLE in SRM System ...... Now whenever a new record is added or for an existing record is changed in ZTABLE (ECC server) based on the date_change field it should update the ZTABLE (SRM server).(We should be able to all pull those records accordingly)..... What is the procedure for this &lt;/P&gt;&lt;P&gt;We should use -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; RFC or IDOCs or any Zprogram to update these updated records &lt;/P&gt;&lt;P&gt;What is the procedure and steps I need to take care &lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 09:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065430#M726384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regading  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065431#M726385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     First create a RFC connection between the two systems and then create a function module in SRM with attribute remote func module and then create a program in ECC where u will get the records and pass it into the function module created and in that function module modify the records in table ZTAble&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;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 09:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065431#M726385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regading  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065432#M726386</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 can try writing a User Exit for the Table in the ECC system, that would fire&lt;/P&gt;&lt;P&gt;every time a change is made, then it would go to the SRM system using the RFC destination&lt;/P&gt;&lt;P&gt;and accordingly update or insert or delete the entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk out this function module/user-exit - EXIT_SAPLSEDD_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 09:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065432#M726386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regading  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065433#M726387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Build up an RFC Connection and then write a function module on the target side which will get the new values und inserts them in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the sender side write a z-programs which will read the new values and calls the functions using the destination phrase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is quite more simple rather then building up your own  idocs with your own process logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 09:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-rfc/m-p/3065433#M726387</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2007-11-19T09:56:49Z</dc:date>
    </item>
  </channel>
</rss>

