<?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: data entry in ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864662#M364726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not possible to enter the records directly from excel. You have to write ABAP program to read file from excel and insert the records into ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 08:55:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T08:55:54Z</dc:date>
    <item>
      <title>data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864660#M364724</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;I've generated a Z table and created table maintenance generator for it.&lt;/P&gt;&lt;P&gt;now without manually entering values into this table,can i enter data from an excel/word  file directly?&lt;/P&gt;&lt;P&gt;if,yes please tell me the process.it's urgent!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be awarded,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864660#M364724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864661#M364725</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;U need to create a little program reads your file and insert the data into your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use fm as GUI_UPLOAD to read the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864661#M364725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864662#M364726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not possible to enter the records directly from excel. You have to write ABAP program to read file from excel and insert the records into ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864662#M364726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864663#M364727</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;U need to write the BDC for that ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u can take the internal table of ur ztable structure and use the GUI_UPLOAD F.M to upload the data in to the internal table and then insert the entries in to your Ztable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864663#M364727</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-01T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864664#M364728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function module 'ALSM_EXCEL_TO_INTERNAL_TABLE' to upload data in an Excel file to an internal table. Give the Import &lt;/P&gt;&lt;P&gt;Once the data is in the internal table, you can use either Insert, Update or Modify statements, according to your requirement, to populate the database table.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864664#M364728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864665#M364729</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;   Create a transaction code for ur table.  Using SHDB tcode do the recording for your transaction.  Using BDC session method or call transaction method u can enter data.  To enter value from an excel file u have to use the Function Module ALSM_EXCEL_TO_INTERNAL_TABLE to upload data.  If u need further infn u can ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U. Uma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864665#M364729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864666#M364730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  1. Upload the excel data by using the function module GUI_UPLOAD .&lt;/P&gt;&lt;P&gt;      If file is in presentation server and move the data into internal table.After that&lt;/P&gt;&lt;P&gt;     update the data into Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If file is in application server Use OPEN DATASETS  extract the file and move&lt;/P&gt;&lt;P&gt;    data into internal table .Up[date the data into database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. mark if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864666#M364730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: data entry in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864667#M364731</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;You can upload the data into table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the compability of the data if  not convert it into SAP standard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload the data into ITAB and insert the same into Ztable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-entry-in-ztable/m-p/1864667#M364731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:09:27Z</dc:date>
    </item>
  </channel>
</rss>

