<?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 Table Handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223946#M768906</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;We need to download an internal table to the Presentation Server(local workstation). Whenever we run the program, the same file has to be saved as a separate file in sequential order. Ex: 0001.txt, 0002.txt etc. Where can we store the last file number? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Das.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jan 2008 05:16:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-12T05:16:01Z</dc:date>
    <item>
      <title>Table Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223946#M768906</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;We need to download an internal table to the Presentation Server(local workstation). Whenever we run the program, the same file has to be saved as a separate file in sequential order. Ex: 0001.txt, 0002.txt etc. Where can we store the last file number? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Das.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 05:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223946#M768906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T05:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223947#M768907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can save the data in application server using  OPEN DATASET.&lt;/P&gt;&lt;P&gt;Or create a database table.&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>Sat, 12 Jan 2008 05:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223947#M768907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T05:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223948#M768908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to create your own custom "Z" table, you can use the table TVARV or TVARVC. This table was created to hold custom data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use t-code SM30 to maintain the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 05:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223948#M768908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T05:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223949#M768909</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;SAP has a table TVARV for storing the variants.  &lt;/P&gt;&lt;P&gt;A record may be created in TVARV for all the programs that require this kind of incremental records.  &lt;/P&gt;&lt;P&gt;For Ex: the record could be 100Zmm10001 MM sequence rec where first part consists of client code and the program being run. Client code is required because TVARV does not has a field for client code. The second part is the description indicating the purpose what the record is created. This entire string may be posted in the Name field (char - 30). &lt;/P&gt;&lt;P&gt;The Type field ( char- 1) may be populated with P or S (Parameter or Selection) &lt;/P&gt;&lt;P&gt;Low field (char- 45) may be populated with '0001' when run first time and increment it by one in your program for downloading of the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if found helpfull...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 08:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-handling/m-p/3223949#M768909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T08:40:29Z</dc:date>
    </item>
  </channel>
</rss>

