<?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: ABAP Statments in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216344#M1716813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer for your first question is very clear from Gourav. If you have experienced any programming language, you can't have both variable with same name within one program, therefore there are namespace schematic via different type of program language. ABAP simply can use '*" to differentiate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good programming habit, try to bring a good external document. Actually it is up to you to re-name another variable which might have same meaning with the variable within the program. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 02:09:35 GMT</pubDate>
    <dc:creator>former_member186413</dc:creator>
    <dc:date>2013-01-21T02:09:35Z</dc:date>
    <item>
      <title>ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216339#M1716808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body please let me know the below statments meanings. As I am new to ABAP so I am unable to understand the syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;shkzg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;shkzg&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;hkont&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;hkont&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;konto_txt&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;acgl_item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;konto_txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the above statements what is the use of '*' while assigning the values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; DATA: io_edidd type ref to DATA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; o_edidd = io_edidd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD&lt;/SPAN&gt;-SYMBOLS: &amp;lt;lt_edidd&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE&lt;/SPAN&gt; tab_edidd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;ASSIGN&lt;/SPAN&gt; o_edidd-&amp;gt;&lt;/STRONG&gt;*&lt;STRONG&gt; &lt;SPAN class="L0S52"&gt;TO&lt;/SPAN&gt; &amp;lt;lt_edidd&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the anove statement, what is the use of '*' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me to understand the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 17:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216339#M1716808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-19T17:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216340#M1716809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 * actually is the namespace for some purpose. Usually It is reservation for old value.&amp;nbsp; &lt;/P&gt;&lt;P&gt;2 * is used with '-&amp;gt;*' for dereferencing pointer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 08:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216340#M1716809</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-01-20T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216341#M1716810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First case:-&lt;/P&gt;&lt;P&gt;1) AGCL_item is a structure here,&lt;/P&gt;&lt;P&gt;If you want to define the same table &amp;amp; work area twice in TABLES section, you define once normally and with an asterisk (*) for the second time.&lt;/P&gt;&lt;P&gt;second case:-&lt;/P&gt;&lt;P&gt;2)Its is using for performance improvement purpose.&lt;/P&gt;&lt;P&gt;*-&amp;gt;* is like&amp;nbsp; pointer in C,so here it is for pass by reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is little clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If U got answer.close this thread by mark it as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 08:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216341#M1716810</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-01-20T08:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216342#M1716811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clear with your answer, could you please elaborate your answer ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 * actually is the namespace for some purpose. Usually It is reservation for old value. &lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is that purpose, it gets reserved ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. is used with '-&amp;gt;*' for dereferencing pointer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are speaking about derefrencing but in my case it has been refered to field symbol and been assigned the value to the field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 18:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216342#M1716811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-20T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216343#M1716812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gourav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unclear with your answer for the 1st one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the structure AGCL_item has not been defined twice, rather the values have been reassigned to the same structure. But my question is even if we were not be using the '*' while assigning the same result could have been achieved. I might be wrong. If you can guide me it will be better for me to understand the logic behind this.&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;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 18:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216343#M1716812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-20T18:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216344#M1716813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer for your first question is very clear from Gourav. If you have experienced any programming language, you can't have both variable with same name within one program, therefore there are namespace schematic via different type of program language. ABAP simply can use '*" to differentiate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good programming habit, try to bring a good external document. Actually it is up to you to re-name another variable which might have same meaning with the variable within the program. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 02:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216344#M1716813</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-01-21T02:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216345#M1716814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer for your first question is very clear from Gourav. If you have experienced any programming language, you can't have both variable with same name within one program, therefore there are namespace schematic via different type of program language. ABAP simply can use '*" to differentiate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good programming habit, try to bring a good external document. Actually it is up to you to re-name another variable which might have same meaning with the variable within the program. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 02:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216345#M1716814</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-01-21T02:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216346#M1716815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I love Gourav's answer, his answer is quite good. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 02:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216346#M1716815</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-01-21T02:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216347#M1716816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&lt;/P&gt;&lt;P&gt;Some points regarding to query.&lt;/P&gt;&lt;P&gt;Now SAP is R/3 u know,&lt;/P&gt;&lt;P&gt;Actually it is a hangover from SAP R/2,&lt;/P&gt;&lt;P&gt; when multiple work areas for a table and 'SELECT INTO TABLE' were unavailable and should not be used. &lt;/P&gt;&lt;P&gt;Instead you should use SELECT INTO TABLE,&amp;nbsp; or 'LOOP AT Internal table into Work Area'. &lt;/P&gt;&lt;P&gt;the * just creates a workarea under that name for the same table, so that you can select &amp;lt;columns&amp;gt; from makt into *makt if you are picking up one line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Like MIRROR TABLE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:- (rough code) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*makt IS THE MIRROR TABLE FOR THE SAP TABLE makt. It is the location / container for the unchanged values after a selection from a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a module pool screen if you change a screen value, you can see in debugging mode the original and changed values in these 2 containers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * into iknvp &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;from knvp &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where kunn2 eq inhdr-saprmnumber &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and vkorg eq inhdr-salesorg .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Pickup first sold-to party for this ship to party &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select single kunnr into iknvp-kunnr &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt; from *knvp &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where kunnr eq iknvp-kunnr &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and vkorg eq iknvp-vkorg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sy-subrc = 0. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move iknvp-kunnr to inhdr-saptknumber. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so,&lt;/P&gt;&lt;P&gt;If you have a specific requirement of selecting from the same table twice, the mirror table comes into play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is clear now. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 04:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216347#M1716816</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-01-21T04:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216348#M1716817</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 have found a link (with answered mark).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/1266455" title="http://scn.sap.com/thread/1266455"&gt;http://scn.sap.com/thread/1266455&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 06:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216348#M1716817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-21T06:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216349#M1716818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much @ Hai,Gaourav and Virat. It's quite clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sherya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 07:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statments/m-p/9216349#M1716818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-24T07:15:00Z</dc:date>
    </item>
  </channel>
</rss>

