<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371887#M525554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In some Std print programs of Order,Delivery and Invoice we find certain declarations like *tablename&lt;/P&gt;&lt;P&gt;They are used as Structures of the table(work area)&lt;/P&gt;&lt;P&gt;as such there is no table exits starting with *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the Sales related Tables starts with letter V&lt;/P&gt;&lt;P&gt;Most of the Configurations(master data) tables start with T&lt;/P&gt;&lt;P&gt;Access sequence related pricing tables starts with A&lt;/P&gt;&lt;P&gt;And LIS related tables start with S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jun 2007 07:42:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-17T07:42:18Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371885#M525552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Every one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me if a table has a * symbol infront of it what does it mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some tables start with letter V some with A Some with T and some with S does these letter indicate anything specifically?&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;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 06:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371885#M525552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371886#M525553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you find it in any standard program. &lt;/P&gt;&lt;P&gt;It will be a structure or work area of that table type. &lt;/P&gt;&lt;P&gt;Ex: If you open the sames order standard program (SAPMV45A) in SE80, IN the nevigetion window in the right under fields you will find such structures( Ex: *HVBAP or *HVBKD). In this case, for a perticular line items this structures will hold the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 07:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371886#M525553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T07:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371887#M525554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In some Std print programs of Order,Delivery and Invoice we find certain declarations like *tablename&lt;/P&gt;&lt;P&gt;They are used as Structures of the table(work area)&lt;/P&gt;&lt;P&gt;as such there is no table exits starting with *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the Sales related Tables starts with letter V&lt;/P&gt;&lt;P&gt;Most of the Configurations(master data) tables start with T&lt;/P&gt;&lt;P&gt;Access sequence related pricing tables starts with A&lt;/P&gt;&lt;P&gt;And LIS related tables start with S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 07:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371887#M525554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371888#M525555</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;Typically if you dont want to retrieve data for the DB &amp;amp; want to use the buffered copy of the data you can attach a * in front of the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It simply means use buffered copy of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly be generous with points to all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 08:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371888#M525555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371889#M525556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defines a structurer data field of DDIC type xyz. It defines a second structurer data field of DDIC type xyz with the name *xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older ABAP programs this technique is frequently used just to have to different structured variables to keep different data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be understoord as&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:
  xyz type xyz,
  *xyz type xyz.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand it does not mean use it.&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;Clemsn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 12:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2371889#M525556</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-06-17T12:34:26Z</dc:date>
    </item>
  </channel>
</rss>

