<?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: regarding external file updation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076973#M974808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not update the file it will replaced by new updated file. &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;swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 10:02:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T10:02:16Z</dc:date>
    <item>
      <title>regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076972#M974807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update  the values from external file to custom table zmzab.&lt;/P&gt;&lt;P&gt;structure of zmzab is werks, GJAHR, LETZTZUG .&lt;/P&gt;&lt;P&gt; first i have used the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : datei(400).&lt;/P&gt;&lt;P&gt;  OPEN DATASET datei FOR INPUT IN TEXT MODE ENCODING DEFAULT .&lt;/P&gt;&lt;P&gt;READ DATASET datei INTO eing.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING eing TO zw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it is moving values from eing for all plant.requirement is that based on select-option for werks  we  have to move values from eing  to ZW.eing is a structure having fields werks matnr.&lt;/P&gt;&lt;P&gt;how to hande this .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 09:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076972#M974807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076973#M974808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not update the file it will replaced by new updated file. &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;swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076973#M974808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T10:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076974#M974809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write as : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET datei FOR INPUT IN TEXT MODE ENCODING DEFAULT .&lt;/P&gt;&lt;P&gt;READ DATASET datei INTO eing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if eing-werks in s_werks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING eing TO zw.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076974#M974809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076975#M974810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File on the application server would be tab delimited or csv or fixed length file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload the contents of file into an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure of internal table should be such to hold each field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: CSV file&lt;/P&gt;&lt;P&gt;Record: Plant,material,material type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open dataset...&lt;/P&gt;&lt;P&gt;read dataset....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split eing at ',' into wa_tab-plant&lt;/P&gt;&lt;P&gt;                           wa_tab-material&lt;/P&gt;&lt;P&gt;                           wa_tab-type.&lt;/P&gt;&lt;P&gt;append wa_tab to itab.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result itab will have all the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now filter out the records for itab based on selction criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076975#M974810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076976#M974811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare a work area of type of eing say wa_eing.&lt;/P&gt;&lt;P&gt;suppose u have the plant as parameter of ur selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET datei FOR INPUT IN TEXT MODE ENCODING DEFAULT .&lt;/P&gt;&lt;P&gt;READ DATASET datei INTO eing.&lt;/P&gt;&lt;P&gt;after this write.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at eing into wa_eing where wa_eing-werks eq pa_PLANT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append  wa_eing to Zw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076976#M974811</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-26T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076977#M974812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;upload the contents of file into individual field of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File: CSV&lt;/P&gt;&lt;P&gt;Record in file: werks, matnr, mtart, customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open dataset...&lt;/P&gt;&lt;P&gt;read dataset....&lt;/P&gt;&lt;P&gt;split eing at ',' into wa_tab-werks&lt;/P&gt;&lt;P&gt;                           wa_tab-matnr&lt;/P&gt;&lt;P&gt;                           wa_tab-mtart&lt;/P&gt;&lt;P&gt;                           wa_tab-customer.&lt;/P&gt;&lt;P&gt;append wa_tab to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result ITAB will be having individual fields of file. then delete the records of itab based on selection criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076977#M974812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T10:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external file updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076978#M974813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;eing is a structure not an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-file-updation/m-p/4076978#M974813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T10:23:22Z</dc:date>
    </item>
  </channel>
</rss>

