<?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: My first ABAP Programme - error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268751#M1722622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Phillip &amp;amp; Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am getting the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181048" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should I declare C just below b type i. as c type i. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 16:19:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-01T16:19:20Z</dc:date>
    <item>
      <title>My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268747#M1722618</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 just started ABAP programming.&lt;/P&gt;&lt;P&gt;I am trying to learn by reading some notes got it from my mate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my first ever code in ABAP is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;REPORT&amp;nbsp; Z95.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;parameter&lt;/SPAN&gt;: a &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt;=a+b.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;I am getting output as 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;why this programme is not adding up the value?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Please help me to move forward.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Kid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: Very basic, removed points and marking as assumed answered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268747#M1722618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268748#M1722619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCN is a good place to start.&lt;/P&gt;&lt;P&gt;Do not forget help.sap.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your code, you may want to define the variable C before using it. Sure it runs that way? no syntax error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268748#M1722619</guid>
      <dc:creator>Phillip_Morgan</dc:creator>
      <dc:date>2013-02-01T16:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268749#M1722620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP KID ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare C before adding them.&lt;/P&gt;&lt;P&gt;In the space provided blank there. see below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181047" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268749#M1722620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268750#M1722621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCN is a good place to start.&lt;/P&gt;&lt;P&gt;Do not forget help.sap.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your code, you may want to define the variable C before using it. Sure it runs that way? no syntax error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268750#M1722621</guid>
      <dc:creator>Phillip_Morgan</dc:creator>
      <dc:date>2013-02-01T16:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268751#M1722622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Phillip &amp;amp; Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am getting the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181048" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should I declare C just below b type i. as c type i. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268751#M1722622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268752#M1722623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the screen shot which I have given u .... and declare there itself.&lt;/P&gt;&lt;P&gt;After the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268752#M1722623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268753#M1722624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give proper spacing. Write your code as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c = a + b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the answer dont forget to close the thread. &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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Purnand Dhingra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268753#M1722624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268754#M1722625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Purnand ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think U have answered to the wrong person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268754#M1722625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268755#M1722626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit and Purnand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done it! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon 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;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181082" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181083" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/181084" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268755#M1722626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268756#M1722627</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You should declare a variable before using it. Here You have used 'C' before declaring.&lt;/P&gt;&lt;P&gt;Here its giving you zero because when you declare a variable using 'DATA' it is initialized to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it a practice to write all your declarations at TOP of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Day &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 05:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268756#M1722627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-04T05:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268757#M1722628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Tcode: ABAPDOCU aswell for more real time inputs&lt;/P&gt;&lt;P&gt; about programming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 05:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268757#M1722628</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2013-02-04T05:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268758#M1722629</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;You should declare a variable before using it.&lt;/P&gt;&lt;P&gt;So correct the code as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;parameter&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;: a &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;c&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;c &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;= a + b.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;c&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268758#M1722629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-04T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268759#M1722630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 00:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268759#M1722630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T00:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: My first ABAP Programme - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268760#M1722631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS CODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZFIRST_PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: C TYPE I.&lt;/P&gt;&lt;P&gt;PARAMETERS: A TYPE I,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B TYPE I.&lt;/P&gt;&lt;P&gt;*---Enter your Inputs on Selection-screen parameters&lt;/P&gt;&lt;P&gt;*--- A as 10 and B as 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----CALCULATION&lt;/P&gt;&lt;P&gt;C = A + B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Display C variable Data&lt;/P&gt;&lt;P&gt;WRTE: C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/my-first-abap-programme-error/m-p/9268760#M1722631</guid>
      <dc:creator>ramesh_kumar89</dc:creator>
      <dc:date>2015-04-23T09:48:18Z</dc:date>
    </item>
  </channel>
</rss>

