<?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: Upload program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284450#M785553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Sunitha,&lt;/P&gt;&lt;P&gt;                This is kiran kumar.G Actually at the time uploading data it can check the database filed values.&lt;/P&gt;&lt;P&gt;NEGATIVE VALUES:&lt;/P&gt;&lt;P&gt;That means if we give the negative value firse it can check that filed in the database is having negative values previously, If it is not having any negative values it doesnt take those values.&lt;/P&gt;&lt;P&gt;ZERO OR NEGATIVE QUANTITY: Genrally we can compulsory mention ZERO OR SOME VALUE in the Quantity filed otherwise it throws an error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO RECOVER THESE PROBLEMS:&lt;/P&gt;&lt;P&gt;1.U DONT MENTION NEGATIVE VALUES.&lt;/P&gt;&lt;P&gt;2.U CAN COMPULSORY GIVE ZERO OR SOME VALUE IN THE QUANTITY FILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Award points if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  Kiran Kumar.G&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;            &lt;EM&gt;Have a Nice Day..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 04:53:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T04:53:02Z</dc:date>
    <item>
      <title>Upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284448#M785551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        In my upload program output im having values like 0,-8,blank(no values).This is a quality field . the upload program should check on this paticular  line and show message &lt;/P&gt;&lt;P&gt;e.g. &amp;#147;Line item with blank, zero or negative quantity&amp;#148; during the PRE upload check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me Experts with coding part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct answers will be apprecialted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sunita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284448#M785551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T04:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284449#M785552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put a condition in some loop of that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab...&lt;/P&gt;&lt;P&gt;if itab-quant is initial.&lt;/P&gt;&lt;P&gt;mesage ....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284449#M785552</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-07T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284450#M785553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Sunitha,&lt;/P&gt;&lt;P&gt;                This is kiran kumar.G Actually at the time uploading data it can check the database filed values.&lt;/P&gt;&lt;P&gt;NEGATIVE VALUES:&lt;/P&gt;&lt;P&gt;That means if we give the negative value firse it can check that filed in the database is having negative values previously, If it is not having any negative values it doesnt take those values.&lt;/P&gt;&lt;P&gt;ZERO OR NEGATIVE QUANTITY: Genrally we can compulsory mention ZERO OR SOME VALUE in the Quantity filed otherwise it throws an error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO RECOVER THESE PROBLEMS:&lt;/P&gt;&lt;P&gt;1.U DONT MENTION NEGATIVE VALUES.&lt;/P&gt;&lt;P&gt;2.U CAN COMPULSORY GIVE ZERO OR SOME VALUE IN THE QUANTITY FILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Award points if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  Kiran Kumar.G&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;            &lt;EM&gt;Have a Nice Day..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284450#M785553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T04:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284451#M785554</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 not possible to do PRE upload check.&lt;/P&gt;&lt;P&gt;First upload the data to internal table, then do the validation check.&lt;/P&gt;&lt;P&gt;Ex:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM:  GUI_UPLOAD to upload data from flat file to internal table (itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;  If ITAB-F1 is INITIAL.&lt;/P&gt;&lt;P&gt;     Message .....&lt;/P&gt;&lt;P&gt;     Continue.  (to process next record)&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; If itab-f1 &amp;lt;= 0.&lt;/P&gt;&lt;P&gt;     Message .....&lt;/P&gt;&lt;P&gt;     Continue.  (to process next record)&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 05:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284451#M785554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T05:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284452#M785555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;         Thnx For ur reply,&lt;/P&gt;&lt;P&gt;  Can u give me the actual coding for this.i will b very thankful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sunita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-program/m-p/3284452#M785555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:06:35Z</dc:date>
    </item>
  </channel>
</rss>

