<?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 message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-message/m-p/3748835#M902006</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;Please remove the comment before "importing"...it will work,&lt;/P&gt;&lt;P&gt;Because of the comment it is not recognising "days"  as a parameter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check and revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 04:33:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T04:33:08Z</dc:date>
    <item>
      <title>Dump message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-message/m-p/3748834#M902005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to restrict my user on selection screen.&lt;/P&gt;&lt;P&gt;As soon as user enters the date range it should validate that date range should not be greater than one month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : mbadat for eban-badat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;   if mbadat is not INITIAL.&lt;/P&gt;&lt;P&gt;  perform check_month.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'HR_HK_DIFF_BT_2_DATES'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        DATE1                         = mbadat-high&lt;/P&gt;&lt;P&gt;        DATE2                         = mbadat-low&lt;/P&gt;&lt;P&gt;       OUTPUT_FORMAT                 = '05'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      YEARS                         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        MONTHS                        = v_months&lt;/P&gt;&lt;P&gt;        DAYS                          = v_days&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      INVALID_DATES_SPECIFIED       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      OTHERS                        = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF v_days &amp;gt; 31.&lt;/P&gt;&lt;P&gt;      MESSAGE 'Date Range should be less than 1 Month' TYPE 'E'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives a DUMP messg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function parameter "DAYS" is unknown.                                                                                &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;Error in ABAP application program.                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "ZSPURREQ" had to be terminated because one of the          &lt;/P&gt;&lt;P&gt;statements could not be executed.                                                                                &lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.                                                                                &lt;/P&gt;&lt;P&gt;Function module "HR_HK_DIFF_BT_2_DATES" was called                                   &lt;/P&gt;&lt;P&gt;with the parameter "DAYS".                                                           &lt;/P&gt;&lt;P&gt;This parameter is not defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 04:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-message/m-p/3748834#M902005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T04:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dump message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-message/m-p/3748835#M902006</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;Please remove the comment before "importing"...it will work,&lt;/P&gt;&lt;P&gt;Because of the comment it is not recognising "days"  as a parameter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check and revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 04:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-message/m-p/3748835#M902006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T04:33:08Z</dc:date>
    </item>
  </channel>
</rss>

