<?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 Program change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377807#M811052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the upload program.&lt;/P&gt;&lt;P&gt;My requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently  my text file having BUKRS ,OPBEL,AB,BIS,TARIFTYP,ARIFART,AKLASSE these fields. Now it's changed to  OPBEL,BUDAT,BUKRS,ANLAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ABAP.pls help me to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 07:08:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T07:08:18Z</dc:date>
    <item>
      <title>Program change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377807#M811052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the upload program.&lt;/P&gt;&lt;P&gt;My requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently  my text file having BUKRS ,OPBEL,AB,BIS,TARIFTYP,ARIFART,AKLASSE these fields. Now it's changed to  OPBEL,BUDAT,BUKRS,ANLAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ABAP.pls help me to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377807#M811052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377808#M811053</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;Since the fields have been changed in ur text file, u need to change ur internal table fields too according to the text file input and then upload it using FM 'GUI_UPLOAD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vasudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377808#M811053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Program change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377809#M811054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Change your code. &lt;/P&gt;&lt;P&gt;You must change the field name and type in your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : begin of itab occurs 0, &lt;/P&gt;&lt;P&gt;      OPBEL,&lt;/P&gt;&lt;P&gt;      BUDAT,&lt;/P&gt;&lt;P&gt;      BUKRS,&lt;/P&gt;&lt;P&gt;      ANLAGE,&lt;/P&gt;&lt;P&gt;     end of itab. &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;Prajwal. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377809#M811054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377810#M811055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar&lt;/P&gt;&lt;P&gt;U have to change the field in Text file , it is not an issue anyway.&lt;/P&gt;&lt;P&gt;I hope ur current program is using Function module to upload the data from text file into internal table.&lt;/P&gt;&lt;P&gt;U havae to just chnage the internal table structure , remove those fields from internal table which are not required right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards point if helpful.&lt;/P&gt;&lt;P&gt;If u have further any issue feel free to ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377810#M811055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377811#M811056</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;In this case, If there&amp;#146;s more than one installation per each contract account, then this record should be highlighted for exception handling. how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-change/m-p/3377811#M811056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:53:00Z</dc:date>
    </item>
  </channel>
</rss>

