<?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: Problems with GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314401#M163119</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 is preferred/Better to have all the fields of input internal table of type char with suitable length while using FM &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; and once it is filled then you can move to relevant fields for populating...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 08:37:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T08:37:46Z</dc:date>
    <item>
      <title>Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314400#M163118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;i use the GUI_UPLOAD like this&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 100,&lt;/P&gt;&lt;P&gt;        MATNR       LIKE MARA-MATNR,&lt;/P&gt;&lt;P&gt;        GROES       LIKE MARA-GROES,&lt;/P&gt;&lt;P&gt;        BRGEW       LIKE MARA-BRGEW,&lt;/P&gt;&lt;P&gt;        NTGEW       LIKE MARA-NTGEW,&lt;/P&gt;&lt;P&gt;        GEWEI       LIKE MARA-GEWEI,&lt;/P&gt;&lt;P&gt;      END OF ITAB.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            FILENAME            = X_FILE&lt;/P&gt;&lt;P&gt;            HAS_FIELD_SEPARATOR = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DATA_TAB            = ITAB&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            FILE_OPEN_ERROR     = 1&lt;/P&gt;&lt;P&gt;            FILE_READ_ERROR     = 2&lt;/P&gt;&lt;P&gt;            UNKNOWN_DP_ERROR    = 3.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;the (external) X_FILE has the Content (Example):&lt;/P&gt;&lt;P&gt;10832	25x80	0,065	0,065	KG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get allways an Error with 0,065. When i use 0.065&lt;/P&gt;&lt;P&gt;it works correkt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any Parameter in GUI_UPLOAD where i can use 0,065 (perhaps DAT_MODE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314400#M163118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314401#M163119</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 is preferred/Better to have all the fields of input internal table of type char with suitable length while using FM &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; and once it is filled then you can move to relevant fields for populating...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314401#M163119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314402#M163120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. U already have the answer.&lt;/P&gt;&lt;P&gt;2. User settings are important.&lt;/P&gt;&lt;P&gt;3. If the user settings are ,&lt;/P&gt;&lt;P&gt;   then the file data has to be in comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If we want to use the user settings explicitly,&lt;/P&gt;&lt;P&gt;   then we have to use DAT_MODE&lt;/P&gt;&lt;P&gt;  DAT_MODE  = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314402#M163120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314403#M163121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  check  the  numeric format  in ur  system...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go sytem-&amp;gt;userprofile-&amp;gt;owndata&lt;/P&gt;&lt;P&gt;go to defaults there and change the format to what ever required like .format  or  , format...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314403#M163121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314404#M163122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what sort of file is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a CSV? then you will have problem if you have commas in filed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alternate is to go for text tab delimited file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314404#M163122</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-09T08:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314405#M163123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this is the right way, because i use the uploadet&lt;/P&gt;&lt;P&gt;File for Direct Input. It works good when using Char-Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-gui-upload/m-p/1314405#M163123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:50:15Z</dc:date>
    </item>
  </channel>
</rss>

