<?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: background error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059106#M425350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , memory?? &lt;/P&gt;&lt;P&gt;does it need different memory  between Front and background????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 02:34:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T02:34:05Z</dc:date>
    <item>
      <title>background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059095#M425339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts:&lt;/P&gt;&lt;P&gt;    when i process a prg in background , error occurs:&lt;/P&gt;&lt;P&gt;SYSTEM_CORE_DUMPED  Process terminated by signal 4.&lt;/P&gt;&lt;P&gt;The current ABAP/4 program had to be terminated because the&lt;/P&gt;&lt;P&gt;ABAP/4 processor detected a system error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when i process it in front, it is ok.....&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Can you help me ??can you give me some advices?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059095#M425339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059096#M425340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you are trying to do any Foreground action (calling FM - GUI_ * or WS_UPLOAD/WS_DOWNLOAD) in Background.&lt;/P&gt;&lt;P&gt;Background does not support foreground FM or other actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check sy-batch = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059096#M425340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059097#M425341</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;This dump occured cause somebody cancel the workprocesses with core. &lt;/P&gt;&lt;P&gt;You can cancel workprocess "WITHOUT CORE", so there will no dump come out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please contact your basis team about thi one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059097#M425341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059098#M425342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try checking the job log in SM37?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059098#M425342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059099#M425343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to ST22 and analyze the error. it will give u the exact place where the dump has occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be there might be some parameters which are hidden and are being used, they might give rise to dump. Also there might be some certain checks which are failing and that might give rise to Dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059099#M425343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059100#M425344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i puzzled that why i choose less data ,no error occurs....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059100#M425344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059101#M425345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the ST22 say about the dump??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 09:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059101#M425345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T09:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059102#M425346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Process terminated by signal 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program had to be terminated because the&lt;/P&gt;&lt;P&gt;ABAP/4 processor detected a system error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make a note of the actions and input which caused the error.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your&lt;/P&gt;&lt;P&gt;SAP system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the "Print" function to obtain a hardcopy of the&lt;/P&gt;&lt;P&gt;current termination message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often&lt;/P&gt;&lt;P&gt;contains a file called 'core'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save this file under another name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the&lt;/P&gt;&lt;P&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;   To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;   and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;   part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;Information on where termination occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "******* " in&lt;/P&gt;&lt;P&gt;"*******".&lt;/P&gt;&lt;P&gt;The main program was "********* ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 237&lt;/P&gt;&lt;P&gt;of the source code of program "********" (when calling the editor 2370).&lt;/P&gt;&lt;P&gt;The program "******** " was started as a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;gt;             APPEND wa TO tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA TAB have the same structure.....&lt;/P&gt;&lt;P&gt;if front processing ,it is no errors....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 09:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059102#M425346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059103#M425347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        u have to use open dataset , close dataset.&lt;/P&gt;&lt;P&gt;GUI Upload/GUI download vl not work in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 14:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059103#M425347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T14:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059104#M425348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, if i choosed less data ,the job can be processed sucessfully,&lt;/P&gt;&lt;P&gt;i have asked the basis,there're no limited for the job.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 01:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059104#M425348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T01:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059105#M425349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you are hitting a wall in regard to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 01:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059105#M425349</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-29T01:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059106#M425350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , memory?? &lt;/P&gt;&lt;P&gt;does it need different memory  between Front and background????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 02:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-error/m-p/2059106#M425350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T02:34:05Z</dc:date>
    </item>
  </channel>
</rss>

