<?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: Data updation using Remote Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300110#M789971</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;I have checked  the RFC through SM59 it is working fine and also the RFM by logging into APO system in debugging mode it fails in below  underlined statement : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not t_zcxxalpg[] is initial.&lt;/P&gt;&lt;P&gt;  insert zcxxalpg from table t_zcxxalpg.&lt;/P&gt;&lt;P&gt;  if sy-dbcnt eq 0.&lt;/P&gt;&lt;P&gt;    raise INSERT_LOGPROD_FAIL.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;if not t_zcxxafpcg[] is initial.&lt;/P&gt;&lt;P&gt;  &lt;U&gt;*insert zcxxafpcg from table t&lt;/U&gt;zcxxafpcg.*_  &lt;/P&gt;&lt;P&gt;if sy-dbcnt eq 0.&lt;/P&gt;&lt;P&gt;    raise INSERT_FINPROD_FAIL.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  commit work.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2008 10:34:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-25T10:34:55Z</dc:date>
    <item>
      <title>Data updation using Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300107#M789968</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;              I have an urgent issue to be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is a report program which is running in one R/3 system is connected to different R/3 sytem (eg APO system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main functionality of the report is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It retrieves data from APO system (from tables) through RFM and performs some checks and validation and then it sends back the data to APO system (through RFM) and there it is inserting the data in 3 custom tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is the data is not inserting in these 3 tables . even though the data in present in internal table which is passed as parameter values in the RFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest what/where might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kumaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300107#M789968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data updation using Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300108#M789969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is present in the internal table that are passed to RFM, then might be problem in RFM or while inseting data there may be data issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is surely an RFM issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300108#M789969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data updation using Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300109#M789970</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;please check your RFM which is inserting data into APO tables. Check the user id/password with which the RFM from R/3 is logging into APO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check your RFC destination thru T-Code SM59.&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;n.jain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nishu jain on Jan 25, 2008 11:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300109#M789970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data updation using Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300110#M789971</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;I have checked  the RFC through SM59 it is working fine and also the RFM by logging into APO system in debugging mode it fails in below  underlined statement : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not t_zcxxalpg[] is initial.&lt;/P&gt;&lt;P&gt;  insert zcxxalpg from table t_zcxxalpg.&lt;/P&gt;&lt;P&gt;  if sy-dbcnt eq 0.&lt;/P&gt;&lt;P&gt;    raise INSERT_LOGPROD_FAIL.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;if not t_zcxxafpcg[] is initial.&lt;/P&gt;&lt;P&gt;  &lt;U&gt;*insert zcxxafpcg from table t&lt;/U&gt;zcxxafpcg.*_  &lt;/P&gt;&lt;P&gt;if sy-dbcnt eq 0.&lt;/P&gt;&lt;P&gt;    raise INSERT_FINPROD_FAIL.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  commit work.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updation-using-remote-function-module/m-p/3300110#M789971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:34:55Z</dc:date>
    </item>
  </channel>
</rss>

