<?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: How to post data into table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807658#M656202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;          code a program from where u get records in internal table and then&lt;/P&gt;&lt;P&gt;use loop at that table , and use modify statement endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh Thorat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 10:32:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-05T10:32:05Z</dc:date>
    <item>
      <title>How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807655#M656199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;  I have an custom table with fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode&lt;/P&gt;&lt;P&gt;startdate&lt;/P&gt;&lt;P&gt;description&lt;/P&gt;&lt;P&gt;Transign&lt;/P&gt;&lt;P&gt;DebitG/LAccount&lt;/P&gt;&lt;P&gt;CreditG/LAccount&lt;/P&gt;&lt;P&gt;Posting key debit&lt;/P&gt;&lt;P&gt;Postingkey debit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Excel file containing 500 records with&lt;/P&gt;&lt;P&gt;Tcode,startdate,description,Transsign,DebitG/LAccount,&lt;/P&gt;&lt;P&gt;CreditG/LAccount&lt;/P&gt;&lt;P&gt;Posting key debit&lt;/P&gt;&lt;P&gt;Postingkey debit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table is no where ralted with any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to post data into this table other than using Table Maintanance Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Points are assured for correct answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807655#M656199</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-10-05T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807656#M656200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First upload the file to an itab using GUI_UPLOAD FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this satement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MODIFY ZTABLE FROM ITAB.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807656#M656200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807657#M656201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sreeram&lt;/P&gt;&lt;P&gt;                first create an internal table with the same fields and then use gui_upload FM to upload the data into internal table and then keep loop to internal table and use insert statement to keep the data into database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807657#M656201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807658#M656202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;          code a program from where u get records in internal table and then&lt;/P&gt;&lt;P&gt;use loop at that table , and use modify statement endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh Thorat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807658#M656202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807659#M656203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 options...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create lsmw and u can upload the data into the table. This can be used any number of times and easy to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Write a zprogram in which create an internal table with the same field structure and using gui_upload upload the data into the internal table.&lt;/P&gt;&lt;P&gt;now, use update statement...&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;target&amp;gt; FROM TABLE &amp;lt;itab&amp;gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807659#M656203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to post data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807660#M656204</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;Make one program in which u need to create an internal table with the structure similar to ur excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use FM GUI_upload to get the data from file to internal tabel....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u have data in internal table....update the same in database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure structures of file, internal table and database table are identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Dhananjay Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-post-data-into-table/m-p/2807660#M656204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:38:14Z</dc:date>
    </item>
  </channel>
</rss>

