<?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 enabled function module to insert , update and delete data in a ZTABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493685#M840292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 06:26:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-11T06:26:28Z</dc:date>
    <item>
      <title>RFC enabled function module to insert , update and delete data in a ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493682#M840289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standatd RFC enabled function module to insert , update and delete data in a custom database-table (Ztable)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not how can we create it? plz give me the details steps..&lt;/P&gt;&lt;P&gt;what are the import, export parameters and how to code and process it.. &lt;STRONG&gt;(for example: suppose fields in the table is Emp_Id, Name, Address. I need to develop a RFM which does the 3 tasks, insert update delete in the same RFM)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 07:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493682#M840289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: RFC enabled function module to insert , update and delete data in a ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493683#M840290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sivaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM VIEW_MAINTENANCE_CALL does everything you want (insert, delete, update any table) except it is not RFC. I think you have to create your own Z... FM, which is RFC type and call the above standard FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 07:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493683#M840290</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-11T07:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC enabled function module to insert , update and delete data in a ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493684#M840291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a f.n mod in se37 and make it rfc enabled.  ur import parameters are Emp_Id, Name, Address and TASK and u can have an export parameter like &lt;U&gt;result&lt;/U&gt; which gives the status of the update. based on task u can insert using keyword INSERT....and update using UPDATE or MODIFY and delete using DELETE. these keyword are not compelte with syntax but need to refer the SAP documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 07:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493684#M840291</guid>
      <dc:creator>prabhu_s2</dc:creator>
      <dc:date>2008-03-11T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: RFC enabled function module to insert , update and delete data in a ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493685#M840292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-enabled-function-module-to-insert-update-and-delete-data-in-a-ztable/m-p/3493685#M840292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T06:26:28Z</dc:date>
    </item>
  </channel>
</rss>

