<?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: dump when we call RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427881#M1051295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have this P_group. we are executing this job once in a month in production, not clear what you mean by parallel processing? sorry for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 02:42:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T02:42:56Z</dc:date>
    <item>
      <title>dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427875#M1051289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have a function module , and getting dump when we execute in our ECC6 system.  "RPERF_ILLEGAL_STATEMENT' any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_SD_CM_READ_FI'&lt;/P&gt;&lt;P&gt;           STARTING NEW TASK GTX_FI_RFC-TASK_NAME&lt;/P&gt;&lt;P&gt;           DESTINATION IN GROUP P_GROUP&lt;/P&gt;&lt;P&gt;           PERFORMING CALLBACK_RFC ON END OF TASK&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;             I_TIME          = P_TIME&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             IT_RFC_FI       = GT_FI_RFC[]&lt;/P&gt;&lt;P&gt;             IR_ZUONR        = R_ZUONR[]&lt;/P&gt;&lt;P&gt;             ET              = LT_POSNR[]&lt;/P&gt;&lt;P&gt;             ET_LOG_MSG      = GT_LOG_MSG_RFC[]&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;             SYSTEM_FAILURE        = 1&lt;/P&gt;&lt;P&gt;             COMMUNICATION_FAILURE = 2&lt;/P&gt;&lt;P&gt;             RESOURCE_FAILURE      = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 02:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427875#M1051289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T02:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427876#M1051290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That Destination Group might be not available, so comment that and test it.&lt;/P&gt;&lt;P&gt; Are you doing any parallel processing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'Z_SD_CM_READ_FI'
STARTING NEW TASK GTX_FI_RFC-TASK_NAME
"DESTINATION IN GROUP P_GROUP
PERFORMING CALLBACK_RFC ON END OF TASK
EXPORTING
I_TIME = P_TIME
TABLES
IT_RFC_FI = GT_FI_RFC[]
IR_ZUONR = R_ZUONR[]
ET = LT_POSNR[]
ET_LOG_MSG = GT_LOG_MSG_RFC[]
EXCEPTIONS
SYSTEM_FAILURE = 1
COMMUNICATION_FAILURE = 2
RESOURCE_FAILURE = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 02:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427876#M1051290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T02:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427877#M1051291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is part of our month end processing. SAP created this particular Zprogram for us. there is a huge number of records processing, looks like they are spliting into small groups  sending it into different servers. if we comment this particular line, is that casue any issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427877#M1051291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427878#M1051292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Test, No to Comment it permanently. Once i too faced the similar problem. In my DEV there is no Group so it keeps giving Short Dump. In Dev I commented and Tested it, Then when i move to QA i uncommented and send it to QA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are checking or Testing Comment in Dev environment then you can Comment that line and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427878#M1051292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427879#M1051293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we were thinking the same, so we moved to production. but in Production, it is dumping.no idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427879#M1051293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427880#M1051294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;"DESTINATION IN GROUP P_GROUP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the P_GROUP is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i want to know are you using parallel processing..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427880#M1051294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427881#M1051295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have this P_group. we are executing this job once in a month in production, not clear what you mean by parallel processing? sorry for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427881#M1051295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427882#M1051296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when exactly you are getting that error..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During Debug time..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search with this keyword RPERF_ILLEGAL_STATEMENT in  market place , and SDN too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=rperf_illegal_statement&amp;amp;adv=true&amp;amp;sdn_author_name=&amp;amp;sdn_updated_on_comparator=ge&amp;amp;sdn_updated_on=&amp;amp;sortby=cm_rnd_rankvalue" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=rperf_illegal_statement&amp;amp;adv=true&amp;amp;sdn_author_name=&amp;amp;sdn_updated_on_comparator=ge&amp;amp;sdn_updated_on=&amp;amp;sortby=cm_rnd_rankvalue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 02:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427882#M1051296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: dump when we call RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427883#M1051297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is happening not in debugg, happening in regular run and thanks for the links. let me checck it and will update you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 03:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-we-call-rfc/m-p/4427883#M1051297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T03:16:57Z</dc:date>
    </item>
  </channel>
</rss>

