<?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: *vbak?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964476#M68237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What zhenglin said is right.&lt;/P&gt;&lt;P&gt;SAP standard code uses a lot of variables to store current data, old data, etc. So u will mostly see vbap and *vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is as good as vbap and vbap1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to reward points to the answer(s) that helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2005 03:39:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-02T03:39:47Z</dc:date>
    <item>
      <title>*vbak??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964474#M68235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi~~  let me ask you something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, I can see the code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: VBAP, *VBAP,
        VBAPD, *VBAPD,
        VBPV,                          " Produktvorschlag
        CABN,                          " Merkmale
        CABNT,                       " Merkmalsbezeichnung
        CEPCT,                         " Profitcenter-Text
        *COBL, COBL,                   " Kontierungsblock&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usaly, in user-exit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is ths *vbap? what's the use of *? in this satement~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain to me and thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kyung Woo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 01:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964474#M68235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T01:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: *vbak??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964475#M68236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, as I know, you can seem the *VBAP as another work area same to TABLES: VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After defined them,&lt;/P&gt;&lt;P&gt;TABLES: VBAP, *VBAP.&lt;/P&gt;&lt;P&gt;you can use *VBAP just like the way you use VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reference some standard application of SAP, like SAPMV45A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 02:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964475#M68236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T02:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: *vbak??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964476#M68237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What zhenglin said is right.&lt;/P&gt;&lt;P&gt;SAP standard code uses a lot of variables to store current data, old data, etc. So u will mostly see vbap and *vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is as good as vbap and vbap1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to reward points to the answer(s) that helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 03:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964476#M68237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T03:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: *vbak??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964477#M68238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kyung Woo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of the undocumented ways of data declarations. As I had mentioned in &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="49617"&gt;&lt;/A&gt;, the * notation is used to contain the temporary values for a table work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This need not be limited to the Standard SAP Code. In your programs you would very often declare temporary work areas like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables vbak.
.
.
data lt_vbak like table of vbak.
data ls_vbak like line  of vbak.
.
.
.
data ls_temp_vbak like vbak.
.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be a good idea to have &amp;lt;b&amp;gt;*vbak&amp;lt;/b&amp;gt; instead of &amp;lt;i&amp;gt;ls_temp_vbak&amp;lt;/i&amp;gt;. That of course depends on the naming conventions you would want to follow for all your custom developments. It is just a convenient and more readable way of declaring the temporary structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 03:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak/m-p/964477#M68238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T03:49:11Z</dc:date>
    </item>
  </channel>
</rss>

