<?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: Runtime error costcenter creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818650#M659197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like there is an workflow designed on it for an action to be performed after the cost center is created and this looks like is giving an error. Try to find out more details about it otherwise an express document email woudn't be sent to INBOX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 22:39:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T22:39:16Z</dc:date>
    <item>
      <title>Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818643#M659190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while iam creating cost center ( KS01) iam getting the runtime error&lt;/P&gt;&lt;P&gt;001210       CASE icsksp-xxdbaction.                       &lt;/P&gt;&lt;P&gt;001220         WHEN equ-dbins.                             &lt;/P&gt;&lt;P&gt;001230           INSERT csks.                              &lt;/P&gt;&lt;P&gt;001240           vb_check.                                 &lt;/P&gt;&lt;P&gt;001250           IF NOT cskt-ktext IS INITIAL.             &lt;/P&gt;&lt;P&gt;001260             INSERT cskt.                            &lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;   &amp;gt;             vb_check.                               &lt;/P&gt;&lt;P&gt;001280           ENDIF.                                    &lt;/P&gt;&lt;P&gt;001290                                                     &lt;/P&gt;&lt;P&gt;001300           LOOP AT lt_cskt_txt.                      &lt;/P&gt;&lt;P&gt;001310             MOVE-CORRESPONDING lt_cskt_txt TO cskt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i put the breakpoint in the prgoram.&lt;/P&gt;&lt;P&gt;and i create the transaction KS01. the programing not stoping at breakpoint.&lt;/P&gt;&lt;P&gt;but an error mesaage (short dump) going to sap inbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me how to solve the issue&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 21:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818643#M659190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818644#M659191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what runtime error are you getting in the short dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 21:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818644#M659191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T21:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818645#M659192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use transaction SM13 to examine failed updates. there may also some information in the system log (SM21) and dump analysis (ST22).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 21:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818645#M659192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T21:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818646#M659193</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;thanks for your reply please find the procedure.&lt;/P&gt;&lt;P&gt;enter--KS01&lt;/P&gt;&lt;P&gt;---do updateds&lt;/P&gt;&lt;P&gt;---save&lt;/P&gt;&lt;P&gt;then an message is coming  that "cost center has been updated".&lt;/P&gt;&lt;P&gt;then immidiately an notification popup coming that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"express document " update was teriminated recived from the author " &lt;/P&gt;&lt;P&gt;an email is going to sap inbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam unable to debug the program is not stoping at breakpoint.&lt;/P&gt;&lt;P&gt;pls help me&lt;/P&gt;&lt;P&gt;its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 21:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818646#M659193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T21:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818647#M659194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but did u try to check if the cost center has been created or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818647#M659194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818648#M659195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to debug (at least not yet). Use the transactions I suggested to see what happenned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818648#M659195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818649#M659196</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;In checked the dump analysis (ST22).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;Short text of error message:               &lt;/P&gt;&lt;P&gt;VB_ERROR                                                                                &lt;/P&gt;&lt;P&gt;Technical information about the message:   &lt;/P&gt;&lt;P&gt;Message classe...... 00                    &lt;/P&gt;&lt;P&gt;Number.............. 208                   &lt;/P&gt;&lt;P&gt;Variable 1.......... "VB_ERROR"   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the check the table CSKT the cost center has created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but once i click  'master data' button in KS01. the popup box is coming with error message&lt;/P&gt;&lt;P&gt;please clarify&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818649#M659196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818650#M659197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like there is an workflow designed on it for an action to be performed after the cost center is created and this looks like is giving an error. Try to find out more details about it otherwise an express document email woudn't be sent to INBOX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818650#M659197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818651#M659198</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;could you please explain in more details.i think the workflow is created to send message ( error or sucess) to the user inbox, but the error could be related to the sourse code because in st22 it dipalying the sourse code where the error is&lt;/P&gt;&lt;P&gt;001250           IF NOT cskt-ktext IS INITIAL.             &lt;/P&gt;&lt;P&gt;001260             INSERT cskt.                            &lt;/P&gt;&lt;P&gt;     -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;             vb_check.                               &lt;/P&gt;&lt;P&gt;001280           ENDIF.                                    &lt;/P&gt;&lt;P&gt;001290                                      &lt;/P&gt;&lt;P&gt;i guess i can check this in debugging but my programing is not styoping at breakpoint.&lt;/P&gt;&lt;P&gt;please tell me anybody how to solve it&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 23:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818651#M659198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T23:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818652#M659199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to create an OSS message about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 00:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818652#M659199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T00:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818653#M659200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. i find some solution ,now iam going to apply and test it.&lt;/P&gt;&lt;P&gt;if it doesnt work out, i will go for OSS note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 00:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818653#M659200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T00:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error costcenter creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818654#M659201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, are you getting the abend in your current session or is there a separate session that is getting the abend... i.e. if you look in the ST22 abend, is it showing your userid and the date &amp;amp; time that you were using the cost centre create, or is it a few seconds later, which would indicate that it is a triggered task that is hitting the problem (which would explain why you don't hit the breakpoint).  Do you have ALE master data distribution turned on, or something else triggered from change documents, for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 02:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-costcenter-creation/m-p/2818654#M659201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T02:35:14Z</dc:date>
    </item>
  </channel>
</rss>

