<?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: Regarding ABAP dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007112#M77992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check OSS 591103 , 677572 or 102970.&lt;/P&gt;&lt;P&gt;You may find your problem in one of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2005 14:40:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-19T14:40:45Z</dc:date>
    <item>
      <title>Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007109#M77989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute the tcode co02 for the order number 10015447 (only) and when i change the technical information and when i press save button the system leads to ABAP dump&lt;/P&gt;&lt;P&gt;with parameters_not_valid message.&lt;/P&gt;&lt;P&gt;I tried to find out SAP notes for the problem all notes&lt;/P&gt;&lt;P&gt;saying that support package not required for version 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me regarding this matter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 13:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007109#M77989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007110#M77990</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;It seems an exception of some functions is triggered but it isn't managed in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give us the piece of code where the dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007110#M77990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007111#M77991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLCXOT " in            &lt;/P&gt;&lt;P&gt;"CX_SCHED_VIA_OPERATING_TIME".                                           &lt;/P&gt;&lt;P&gt;The main program was "SAPLCOKO1 ".                                                                 &lt;/P&gt;&lt;P&gt;The termination occurred in line 244                                     &lt;/P&gt;&lt;P&gt;of the source code of program "LCXOTU01 " (when calling the editor 2440).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002260         if not i_date_end is initial.                                     &lt;/P&gt;&lt;P&gt;002270           call function 'DATE_TIME_CONVERT'                               &lt;/P&gt;&lt;P&gt;002280                exporting                                                  &lt;/P&gt;&lt;P&gt;002290                     date                 = i_date_end                     &lt;/P&gt;&lt;P&gt;002300                     time                 = i_time_end                     &lt;/P&gt;&lt;P&gt;002310                importing                                                  &lt;/P&gt;&lt;P&gt;002320                     point_in_time        = i_point_in_time_end            &lt;/P&gt;&lt;P&gt;002330                exceptions                                                 &lt;/P&gt;&lt;P&gt;002340                     date_before_rel_date = 01                             &lt;/P&gt;&lt;P&gt;002350                     date_to_big          = 02.                            &lt;/P&gt;&lt;P&gt;002360           if sy-subrc &amp;lt;&amp;gt; 0.                                               &lt;/P&gt;&lt;P&gt;002370             e_message_code = mc-date_out_of_pit_range.                    &lt;/P&gt;&lt;P&gt;002380           endif.                                                          &lt;/P&gt;&lt;P&gt;002390         endif.                                                            &lt;/P&gt;&lt;P&gt;002400       endif.                                                              &lt;/P&gt;&lt;P&gt;002410   *   Eingabeparameter prüfen                                             &lt;/P&gt;&lt;P&gt;002420       if i_point_in_time_start = 0 and                                    &lt;/P&gt;&lt;P&gt;002430          i_point_in_time_end = 0.                                         &lt;/P&gt;&lt;P&gt;     &amp;gt;         raise parameters_not_valid.                                       &lt;/P&gt;&lt;P&gt;002450       elseif i_duration_sec &amp;lt;&amp;gt; 0 and                                      &lt;/P&gt;&lt;P&gt;002460              i_point_in_time_start &amp;lt;&amp;gt; 0 and                               &lt;/P&gt;&lt;P&gt;002470              i_point_in_time_end &amp;lt;&amp;gt; 0.                                    &lt;/P&gt;&lt;P&gt;002480         raise parameters_not_valid.                                       &lt;/P&gt;&lt;P&gt;002490       endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007111#M77991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007112#M77992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check OSS 591103 , 677572 or 102970.&lt;/P&gt;&lt;P&gt;You may find your problem in one of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007112#M77992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007113#M77993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at OSS notes 413725 and 773606. What version and support pack level are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007113#M77993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007114#M77994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Take a look at OSS Note 413725..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007114#M77994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007115#M77995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srinivas,&lt;/P&gt;&lt;P&gt; I also found note 773606 useful for this context.But i dont know how to implement it.&lt;/P&gt;&lt;P&gt;I know the version 4.6c and i dont know the support pack level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007115#M77995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007116#M77996</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;Your std program SAPLCOKO1 (trx CO02) calls fm CX_SCHED_VIA_OPERATING_TIME but doesn't check the exception PARAMETERS_NOT_VALID; all calls are like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'CX_SCHED_VIA_OPERATING_TIME'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              I_DATE_END         = AFVGD-SSAVD&lt;/P&gt;&lt;P&gt;              I_TIME_END         = AFVGD-SSAVZ&lt;/P&gt;&lt;P&gt;              I_DURATION         = AFVGD-ZWMIN&lt;/P&gt;&lt;P&gt;              I_UNIT             = AFVGD-ZEIWM&lt;/P&gt;&lt;P&gt;              I_ARBID            = AFVGD-ARBID&lt;/P&gt;&lt;P&gt;              I_VERSA            = CAUFVD-KAPVERSA&lt;/P&gt;&lt;P&gt;              I_FLG_EXACT_BREAKS = CAUFVD-BREAKS&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              E_DATE_START       = L_SAVD&lt;/P&gt;&lt;P&gt;              E_TIME_START       = L_SAVZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see there isn't any control on exception, so if fm raises the exception a dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The right call should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CX_SCHED_VIA_OPERATING_TIME'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              I_DATE_END         = AFVGD-SSAVD&lt;/P&gt;&lt;P&gt;              I_TIME_END         = AFVGD-SSAVZ&lt;/P&gt;&lt;P&gt;              I_DURATION         = AFVGD-ZWMIN&lt;/P&gt;&lt;P&gt;              I_UNIT             = AFVGD-ZEIWM&lt;/P&gt;&lt;P&gt;              I_ARBID            = AFVGD-ARBID&lt;/P&gt;&lt;P&gt;              I_VERSA            = CAUFVD-KAPVERSA&lt;/P&gt;&lt;P&gt;              I_FLG_EXACT_BREAKS = CAUFVD-BREAKS&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              E_DATE_START       = L_SAVD&lt;/P&gt;&lt;P&gt;              E_TIME_START       = L_SAVZ&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              PARAMETERS_NOT_VALID = 1&lt;/P&gt;&lt;P&gt;              OTHERS               = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the program called fm as above, no error would occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when a FM is called in a program it isn't obligatory to check exceptions, if it's sure that error can't occur it's be able to not check exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the standard doesn't check exception PARAMETERS_NOT_VALID, it mean that error wouldn't occur. I think there are some wrong data (or missing data) in record: check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007116#M77996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007117#M77997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do system--&amp;gt;status in the sap menu. In the subsequent screen, in the box 'SAP SYstem Data', click on the 'component information' glass icon. There you will find the support pack level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best thing to do is to approach your basis person and give him the details. They normally do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the answers help, please reward and close when the issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 14:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007117#M77997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007118#M77998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I look at the note, it says that you need to write a custom report(the code is in the note) and run it. The reason for this error is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;"The error occurs if at least one operation has status 'Partially confirmed' (PCNF), a corresponding partial confirmation does not exist and a change, which results in a rescheduling, is performed in the order."&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the reason applies to your case, create the report with the code available in the note. Run it in your system and see if the error repeats. If you cannot see the code, let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not part of any support pack. This will not be part of standard SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the code in the "Correction Instructions" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps, please reward and close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 15:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007118#M77998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ABAP dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007119#M77999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank alot&lt;/P&gt;&lt;P&gt;its solved my problem and i gave you the reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 15:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-abap-dump/m-p/1007119#M77999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T15:19:30Z</dc:date>
    </item>
  </channel>
</rss>

