<?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 for table update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085414#M433009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not update tables like VBAK, VBAP, etc. directly. Instead use the appropriate BAPI for this purpose. In case of VBAK you could use SD_SALESDOCUMENT_CHANGE, BAPI_CUSTOMERCONTRACT_CHANGE or BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module TABLE_ENTRIES_GET_VIA_RFC allows to read table entries from remote systems. However, the data are returned in an unstructured itab (BDI_ENTRY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way around, i.e. update tables entries, you need to create your own RFC-enabled function module for updating Z-tables. Since you would like to create a generic function you have to import the data into the function module in an unstructured manner and reconstruct the structured data in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 13:13:02 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-04-12T13:13:02Z</dc:date>
    <item>
      <title>rfc for table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085412#M433007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Is there any rfc to update ZTABLES and SD tables like VBAP, VBAK.&lt;/P&gt;&lt;P&gt;Please give any suggessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Gaurav Lashkari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085412#M433007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: rfc for table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085413#M433008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is definitely no RFC for standard tables atleast.&lt;/P&gt;&lt;P&gt;YOu need to use BAPIs for updating standard tables.&lt;/P&gt;&lt;P&gt;But you have to use different bapis for updating different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Z tables, yo ucan write your own z rfc function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables parameter&lt;/P&gt;&lt;P&gt;ITAB TYPE ZTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Code sample&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;modify ztable from table itab.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085413#M433008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: rfc for table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085414#M433009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not update tables like VBAK, VBAP, etc. directly. Instead use the appropriate BAPI for this purpose. In case of VBAK you could use SD_SALESDOCUMENT_CHANGE, BAPI_CUSTOMERCONTRACT_CHANGE or BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module TABLE_ENTRIES_GET_VIA_RFC allows to read table entries from remote systems. However, the data are returned in an unstructured itab (BDI_ENTRY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way around, i.e. update tables entries, you need to create your own RFC-enabled function module for updating Z-tables. Since you would like to create a generic function you have to import the data into the function module in an unstructured manner and reconstruct the structured data in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085414#M433009</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-04-12T13:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: rfc for table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085415#M433010</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;for updating ztables u have to develope a rfc.&lt;/P&gt;&lt;P&gt;for creating rfc i have good doccumentation if u send me ur mail id i'll send u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085415#M433010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: rfc for table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085416#M433011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my email id is gauravlashkari@yahoo.com&lt;/P&gt;&lt;P&gt;Pls send the doument&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-for-table-update/m-p/2085416#M433011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T14:04:27Z</dc:date>
    </item>
  </channel>
</rss>

