<?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 Difference between *VBDPL and VBDPL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-vbdpl-and-vbdpl/m-p/2585586#M591611</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;Can anyone tell me what is the difference between the declaration and usage of *vbdpl and vbdpl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 14:55:03 GMT</pubDate>
    <dc:creator>suganya_rangarajan</dc:creator>
    <dc:date>2007-07-27T14:55:03Z</dc:date>
    <item>
      <title>Difference between *VBDPL and VBDPL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-vbdpl-and-vbdpl/m-p/2585586#M591611</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;Can anyone tell me what is the difference between the declaration and usage of *vbdpl and vbdpl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 14:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-vbdpl-and-vbdpl/m-p/2585586#M591611</guid>
      <dc:creator>suganya_rangarajan</dc:creator>
      <dc:date>2007-07-27T14:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between *VBDPL and VBDPL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-vbdpl-and-vbdpl/m-p/2585587#M591612</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;Actually both are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a syntax generally used with keyword TABLES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example see this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: VBDPL, * VBDPL.&lt;/P&gt;&lt;P&gt;this creates a strcutre opf type VBDPL and with the name VBDPL, so if you need one more structure you can use like this *VBDPL which creates a strucutre similar to VBDPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you cna use assfollows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE FROM VBDPL WHERE ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE FROM *VBDPL WHERE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below documentation from SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TABLES *table_wa.&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Effect&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;This statement declares an additional table work area *table_wa, whose data type, like that of normal TABLES statements of flat, structured data type table_wa, is copied from the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The additional table work area can be used like the normal table work area. This applies in particular to obsolete short forms of Open SQL statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;The statement TABLES cannot be used in classes. For declaring as many work areas as you want, you can use the addition TYPE to use the data types in the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Declaration of a normal and additional table work area and its use in obsolete short forms of the SELECT statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: scarr, *scarr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * &lt;/P&gt;&lt;P&gt;       FROM scarr &lt;/P&gt;&lt;P&gt;       WHERE carrid = 'LH'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * &lt;/P&gt;&lt;P&gt;       FROM *scarr &lt;/P&gt;&lt;P&gt;       WHERE carrid = 'UA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 15:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-vbdpl-and-vbdpl/m-p/2585587#M591612</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-27T15:01:42Z</dc:date>
    </item>
  </channel>
</rss>

