<?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: Error in Posting Data Using ABAP Program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747593#M638803</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;Check the RFC destination setting of the system in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is ok, this means that the dump is being caused by some invalid data in the target system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the data being passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 11:10:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T11:10:42Z</dc:date>
    <item>
      <title>Error in Posting Data Using ABAP Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747591#M638801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am using RFC to post the data to external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am Posting the data from Functional Module By giving RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is moving into short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives an error message as "CALL_FUNCTION_REMOTE_ERROE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat will be the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747591#M638801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Posting Data Using ABAP Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747592#M638802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Make sure that function module exists on the remote system and is active&lt;/P&gt;&lt;P&gt;2. make sure your parameters passed are correct and of the correct type&lt;/P&gt;&lt;P&gt;3. try using the 'remote logon' feature in SM59 to verify that your rfc destination is not the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kris Donald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747592#M638802</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-03T11:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Posting Data Using ABAP Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747593#M638803</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;Check the RFC destination setting of the system in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is ok, this means that the dump is being caused by some invalid data in the target system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the data being passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747593#M638803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Posting Data Using ABAP Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747594#M638804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am Posting data to SAP XI Server,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Created TRFC in SM59 and checked the connection is tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I want to execute the Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is going into Short Dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747594#M638804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Posting Data Using ABAP Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747595#M638805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The XI server may or may not have that function module installed&lt;/P&gt;&lt;P&gt;2. your user id that you used for the rfc connection may not have authorization to run the function module&lt;/P&gt;&lt;P&gt;try logging in to the xi server and executing that function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-posting-data-using-abap-program/m-p/2747595#M638805</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-03T11:26:15Z</dc:date>
    </item>
  </channel>
</rss>

