<?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 DUMP with cor6n save button. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-cor6n-save-button/m-p/6185549#M1373879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did coding for tcode "COR6N" in badi : WORKORDER_GOODSMVT~IM_CALLED. like below&lt;/P&gt;&lt;P&gt;Select stmt.....&lt;/P&gt;&lt;P&gt;        IF  sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          MESSAGE 'Please enter Valid Batch' TYPE 'E'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;while testing the tcode,&lt;/P&gt;&lt;P&gt;when I enter Process order in COR6N tcode and go to goods movement screen... then come back to original screen using "EXIT" button ...and tried to save then my above error getting displayed. as 'Please enter Valid'.  &lt;/P&gt;&lt;P&gt;However after getting error, when we hit "ENTER" button, it is dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the dump analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    A RAISE statement in the program "SAPLCORB" raised the exception&lt;/P&gt;&lt;P&gt;    condition "DUPREC".&lt;/P&gt;&lt;P&gt;    Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt;    program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;    Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;    function module from the display of active calls.&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "RAISE_EXCEPTION" " "&lt;/P&gt;&lt;P&gt;    "SAPLCORB" or "LCORBU08"&lt;/P&gt;&lt;P&gt;    "CO_RU_DI_AFRU_INSERT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "SAPLCORB" "DUPREC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COULD YOU PLEASE SUGGEST ME HOW TO AVOID DUMP ?&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;&lt;P&gt;YOUR HELP IS HIGHLY APPRECIATED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2009 21:02:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-22T21:02:57Z</dc:date>
    <item>
      <title>DUMP with cor6n save button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-cor6n-save-button/m-p/6185549#M1373879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did coding for tcode "COR6N" in badi : WORKORDER_GOODSMVT~IM_CALLED. like below&lt;/P&gt;&lt;P&gt;Select stmt.....&lt;/P&gt;&lt;P&gt;        IF  sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          MESSAGE 'Please enter Valid Batch' TYPE 'E'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;while testing the tcode,&lt;/P&gt;&lt;P&gt;when I enter Process order in COR6N tcode and go to goods movement screen... then come back to original screen using "EXIT" button ...and tried to save then my above error getting displayed. as 'Please enter Valid'.  &lt;/P&gt;&lt;P&gt;However after getting error, when we hit "ENTER" button, it is dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the dump analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    A RAISE statement in the program "SAPLCORB" raised the exception&lt;/P&gt;&lt;P&gt;    condition "DUPREC".&lt;/P&gt;&lt;P&gt;    Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt;    program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;    Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;    function module from the display of active calls.&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "RAISE_EXCEPTION" " "&lt;/P&gt;&lt;P&gt;    "SAPLCORB" or "LCORBU08"&lt;/P&gt;&lt;P&gt;    "CO_RU_DI_AFRU_INSERT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "SAPLCORB" "DUPREC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COULD YOU PLEASE SUGGEST ME HOW TO AVOID DUMP ?&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;&lt;P&gt;YOUR HELP IS HIGHLY APPRECIATED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 21:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-cor6n-save-button/m-p/6185549#M1373879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T21:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP with cor6n save button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-cor6n-save-button/m-p/6185550#M1373880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          DATA: l_tcvariant  TYPE shdtvciu-tcvariant,&lt;/P&gt;&lt;P&gt;        l_xclientind TYPE c,&lt;/P&gt;&lt;P&gt;        l_rc         LIKE sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF  sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          MESSAGE 'Please enter Valid Batch' TYPE 'I'.&lt;/P&gt;&lt;P&gt;          IF sy-calld IS INITIAL.&lt;/P&gt;&lt;P&gt;            CALL FUNCTION 'RS_HDSYS_GET_TC_VARIANT'&lt;/P&gt;&lt;P&gt;              IMPORTING&lt;/P&gt;&lt;P&gt;                tcvariant               = l_tcvariant&lt;/P&gt;&lt;P&gt;                flag_client_independent = l_xclientind&lt;/P&gt;&lt;P&gt;                rc                      = l_rc.&lt;/P&gt;&lt;P&gt;            IF l_rc &amp;gt; 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              &lt;STRONG&gt;LEAVE TO TRANSACTION sy-tcode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            ELSE.&lt;/P&gt;&lt;P&gt;              CALL FUNCTION 'RS_HDSYS_CALL_TC_VARIANT'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  tcode                     = sy-tcode&lt;/P&gt;&lt;P&gt;                  variant                   = l_tcvariant&lt;/P&gt;&lt;P&gt;                  i_flag_client_independent = l_xclientind&lt;/P&gt;&lt;P&gt;                  call_mode                 = space.&lt;/P&gt;&lt;P&gt;            ENDIF.&lt;/P&gt;&lt;P&gt;          ELSE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;            LEAVE.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 22:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-cor6n-save-button/m-p/6185550#M1373880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T22:41:09Z</dc:date>
    </item>
  </channel>
</rss>

