<?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: CALL_FUNCTION_REMOTE_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421833#M1409501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, can't read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 14:44:20 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2009-12-01T14:44:20Z</dc:date>
    <item>
      <title>CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421832#M1409500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the CALL_FUNCTION_REMOTE_ERROR when i am creating BP in CRM Module using RFC Destination.&lt;/P&gt;&lt;P&gt;We are calling the bapi BAPI_BUPA_CREATE_FROM_DATA in the user exit to create the business partner in CRM(after saving Address Infotype 6).&lt;/P&gt;&lt;P&gt;But system is giving Runtime error while committing the transaction(BAPI_TRANSACTION_COMMIT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting following Runtime error :&lt;/P&gt;&lt;P&gt;"The current application triggered a termination with a short dump."                                                                                &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;Error in ABAP application program.                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLXPAD" had to be terminated because one of the          &lt;/P&gt;&lt;P&gt;statements could not be executed.                                                                                &lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.                                                                                &lt;/P&gt;&lt;P&gt;The error occurred in an RFC call to another system.                                 &lt;/P&gt;&lt;P&gt;The target system has also written a short dump.                                     &lt;/P&gt;&lt;P&gt;Consult this short dump for more precise information about                           &lt;/P&gt;&lt;P&gt;the cause of the error.                                                                                &lt;/P&gt;&lt;P&gt;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Print out the error message (using the "Print" function)                             &lt;/P&gt;&lt;P&gt;and make a note of the actions and input that caused the                             &lt;/P&gt;&lt;P&gt;error.                                                                                &lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.                       &lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administer             &lt;/P&gt;&lt;P&gt; termination messages, especially those beyond their normal deletion                 &lt;/P&gt;&lt;P&gt;date.                                                                                &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An error occurred when executing a REMOTE FUNCTION CALL.     &lt;/P&gt;&lt;P&gt;It was logged under the name "MESSAGE_TYPE_X"                &lt;/P&gt;&lt;P&gt;on the called page.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;Please refer to the notes described in the                   &lt;/P&gt;&lt;P&gt;short dump.                                                                                &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An error occurred when executing a REMOTE FUNCTION CALL.     &lt;/P&gt;&lt;P&gt;It was logged under the name "MESSAGE_TYPE_X"                &lt;/P&gt;&lt;P&gt;on the called page.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;Please refer to the notes described in the                   &lt;/P&gt;&lt;P&gt;short dump.                                                                                &lt;/P&gt;&lt;P&gt;Information on where terminated                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPLXPAD" in "EXIT_SAPFP50M_002".         &lt;/P&gt;&lt;P&gt;The main program was "MP000600 ".                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in line 454 of the source code of the (Include)                &lt;/P&gt;&lt;P&gt; program "ZINCL_ZXPADU02_0006"                                                          &lt;/P&gt;&lt;P&gt;of the source code of program "ZINCL_ZXPADU02_0006" (when calling the editor            &lt;/P&gt;&lt;P&gt; 4540).                                                                                &lt;/P&gt;&lt;P&gt;Source code extract                                                                                &lt;/P&gt;&lt;P&gt;Caution: Program has changed                                                            &lt;/P&gt;&lt;P&gt;Caution: At time of termination,  Active source code no longer available                                                                                &lt;/P&gt;&lt;P&gt;004240 ?                                                                                &lt;/P&gt;&lt;P&gt;004250 ?   CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA' DESTINATION w_rfcdest             &lt;/P&gt;&lt;P&gt;004260 ?     EXPORTING                                                                  &lt;/P&gt;&lt;P&gt;004270 ?      businesspartnerextern              = w_bpartner                           &lt;/P&gt;&lt;P&gt;004280 ?      partnercategory                    = c_bcate                              &lt;/P&gt;&lt;P&gt;004290 ?      partnergroup                       = c_group                              &lt;/P&gt;&lt;P&gt;004300 ?      centraldata                        = wa_central                           &lt;/P&gt;&lt;P&gt;004310 ?      centraldataperson                  = wa_person                            &lt;/P&gt;&lt;P&gt;004320 ?      addressdata                        = wa_address                           &lt;/P&gt;&lt;P&gt;004330 ?   TABLES                                                                       &lt;/P&gt;&lt;P&gt;004340 ?       telefondata                        = it_comm_tel                                                                                &lt;/P&gt;&lt;P&gt;004350 ? *   FAXDATA                            =                            &lt;/P&gt;&lt;P&gt;004360 ? *   TELETEXDATA                        =                            &lt;/P&gt;&lt;P&gt;004370 ? *   TELEXDATA                          =                            &lt;/P&gt;&lt;P&gt;004380 ?       e_maildata                         = it_comm_email            &lt;/P&gt;&lt;P&gt;004390 ? *   RMLADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004400 ? *   X400ADDRESSDATA                    =                            &lt;/P&gt;&lt;P&gt;004410 ? *   RFCADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004420 ? *   PRTADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004430 ? *   SSFADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004440 ? *   URIADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004450 ? *   PAGADDRESSDATA                     =                            &lt;/P&gt;&lt;P&gt;004460 ? *   ADDRESSNOTES                       =                            &lt;/P&gt;&lt;P&gt;004470 ? *   COMMUNICATIONNOTES                 =                            &lt;/P&gt;&lt;P&gt;004480 ? *   TELEFONDATANONADDRESS              =                            &lt;/P&gt;&lt;P&gt;004490 ? *   FAXDATANONADDRESS                  =                            &lt;/P&gt;&lt;P&gt;004500 ? *   TELETEXDATANONADDRESS              =                            &lt;/P&gt;&lt;P&gt;004510 ? *   TELEXDATANONADDRESS                =                            &lt;/P&gt;&lt;P&gt;004520 ? *   E_MAILDATANONADDRESS               =                            &lt;/P&gt;&lt;P&gt;004530 ? *   RMLADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;     &amp;gt; ? *   X400ADDRESSDATANONADDRESS          =                            &lt;/P&gt;&lt;P&gt;004550 ? *   RFCADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;004560 ? *   PRTADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;004570 ? *   SSFADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;004580 ? *   URIADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;004590 ? *   PAGADDRESSDATANONADDRESS           =                            &lt;/P&gt;&lt;P&gt;004600 ? *   COMMUNICATIONNOTESNONADDRESS       =                            &lt;/P&gt;&lt;P&gt;004610 ?      return                             = w_retn                    &lt;/P&gt;&lt;P&gt;004620 ? *   ADDRESSDUPLICATES                  =                            &lt;/P&gt;&lt;P&gt;004630 ?             .                                                       &lt;/P&gt;&lt;P&gt;004640 ?                                                                     &lt;/P&gt;&lt;P&gt;004650 ?   IF sy-subrc EQ 0.                                                 &lt;/P&gt;&lt;P&gt;004660 ?                                                                     &lt;/P&gt;&lt;P&gt;004670 ?   ENDIF.                                                           &lt;/P&gt;&lt;P&gt;004680 ?                                                                    &lt;/P&gt;&lt;P&gt;004690 ?   CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION w_rfcdest    &lt;/P&gt;&lt;P&gt;004700 ?    EXPORTING                                                       &lt;/P&gt;&lt;P&gt;004710 ?      wait          = 'X'                                           &lt;/P&gt;&lt;P&gt;004720 ?  IMPORTING                                                         &lt;/P&gt;&lt;P&gt;004730 ?    RETURN        = w_retn                                                                                &lt;/P&gt;&lt;P&gt;etc.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to resolve this Problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 14:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421832#M1409500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421833#M1409501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, can't read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 14:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421833#M1409501</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-01T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421834#M1409502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the CALL_FUNCTION_REMOTE_ERROR when i am creating BP in CRM Module using RFC Destination. We are calling the bapi BAPI_BUPA_CREATE_FROM_DATA in the user exit to create the business partner in CRM(after saving Address Infotype 6). But system is giving Runtime error while committing the transaction(BAPI_TRANSACTION_COMMIT).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 06:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error/m-p/6421834#M1409502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T06:08:03Z</dc:date>
    </item>
  </channel>
</rss>

