<?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: Error message not geting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188279#M1200760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u are giving only file name and not any path .. for example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xzy.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then..it will save the file in a default path.. it is either C: or &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; or the SAP Work Directory folder.. either one amongst the three...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the files in these... you will get it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 10:19:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T10:19:23Z</dc:date>
    <item>
      <title>Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188273#M1200754</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;When i am downloading file, In selection scree file path given wrong also. It is not giving error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sample code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE 'X'.&lt;/P&gt;&lt;P&gt;    WHEN rb_eloc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        BIN_FILESIZE                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          filename                        = l_p_efile&lt;/P&gt;&lt;P&gt;          FILETYPE                        = 'ASC'&lt;/P&gt;&lt;P&gt;        tables&lt;/P&gt;&lt;P&gt;          data_tab                        = i_file&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        FIELDNAMES                      =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         FILE_WRITE_ERROR                = 1&lt;/P&gt;&lt;P&gt;         NO_BATCH                        = 2&lt;/P&gt;&lt;P&gt;         GUI_REFUSE_FILETRANSFER         = 3&lt;/P&gt;&lt;P&gt;         INVALID_TYPE                    = 4&lt;/P&gt;&lt;P&gt;         NO_AUTHORITY                    = 5&lt;/P&gt;&lt;P&gt;         UNKNOWN_ERROR                   = 6&lt;/P&gt;&lt;P&gt;         HEADER_NOT_ALLOWED              = 7&lt;/P&gt;&lt;P&gt;         SEPARATOR_NOT_ALLOWED           = 8&lt;/P&gt;&lt;P&gt;         FILESIZE_NOT_ALLOWED            = 9&lt;/P&gt;&lt;P&gt;         HEADER_TOO_LONG                 = 10&lt;/P&gt;&lt;P&gt;         DP_ERROR_CREATE                 = 11&lt;/P&gt;&lt;P&gt;         DP_ERROR_SEND                   = 12&lt;/P&gt;&lt;P&gt;         DP_ERROR_WRITE                  = 13&lt;/P&gt;&lt;P&gt;         UNKNOWN_DP_ERROR                = 14&lt;/P&gt;&lt;P&gt;         ACCESS_DENIED                   = 15&lt;/P&gt;&lt;P&gt;         DP_OUT_OF_MEMORY                = 16&lt;/P&gt;&lt;P&gt;         DISK_FULL                       = 17&lt;/P&gt;&lt;P&gt;         DP_TIMEOUT                      = 18&lt;/P&gt;&lt;P&gt;         FILE_NOT_FOUND                  = 19&lt;/P&gt;&lt;P&gt;         DATAPROVIDER_EXCEPTION          = 20&lt;/P&gt;&lt;P&gt;         CONTROL_FLUSH_ERROR             = 21&lt;/P&gt;&lt;P&gt;         OTHERS                          = 22&lt;/P&gt;&lt;P&gt;                .&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        MESSAGE e006.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 09:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188273#M1200754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T09:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188274#M1200755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in using function module i think u cant use ur own defined messages.&lt;/P&gt;&lt;P&gt;u should use the messages which are defined itself by FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188274#M1200755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188275#M1200756</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;write the message as  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc NE  0.&lt;/P&gt;&lt;P&gt;    MESSAGE text-e01 TYPE 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the message that the FM is giving by uncommenting them &lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188275#M1200756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188276#M1200757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the given filename or path is invalid,the error message is triggered...i just checked it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188276#M1200757</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-02-19T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188277#M1200758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Srinu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have used this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF sy-subrc = 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e006.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;istead use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF sy-subrc NE 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e006.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prakash Pandey on Feb 19, 2009 11:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188277#M1200758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188278#M1200759</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;IF suppose my file path is like this :  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output file : xyz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i am not getting error message .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188278#M1200759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188279#M1200760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u are giving only file name and not any path .. for example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xzy.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then..it will save the file in a default path.. it is either C: or &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; or the SAP Work Directory folder.. either one amongst the three...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the files in these... you will get it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188279#M1200760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error message not geting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188280#M1200761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 13:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-not-geting/m-p/5188280#M1200761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T13:14:12Z</dc:date>
    </item>
  </channel>
</rss>

