<?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: Tips for a new ABAP programmer... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229740#M139017</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;No Problem dont worry SDN will help you a lot.&lt;/P&gt;&lt;P&gt;Actually every one is new for the new technologies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually here as an ABAPer 1st try to learn DE-BUGGING as much as you can.&lt;/P&gt;&lt;P&gt;Try to do it from START-OF-SELECTION event 1st line on wards.&lt;/P&gt;&lt;P&gt;Put a break point on start of selection line event and execute it.&lt;/P&gt;&lt;P&gt;Here in debugging you need to carefully observe the behaviour of the program, logic etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next understand the FORMS when they are triging and their reusability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under stand the Events sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later try to obsorbe the Syntax of the commands as much as you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 13:43:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-02T13:43:20Z</dc:date>
    <item>
      <title>Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229737#M139014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a fairly new ABAP programmer that usually modifies existing reports. I am really having a hard time on understanding all those synatx. Can you guys give me tips on how to better understand reports/programs?how do you analyze reports? any tips and suggestions would really helpful to me.Thanks a lot guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229737#M139014</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-03-02T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229738#M139015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to debug the programs to know the actual functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the loops and sort/read statements for better performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229738#M139015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229739#M139016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP's Intro to ABAP - BC400 is a wonderful place to start.  It is a five-day class.  I would suggest that you attend it.  It covers a great deal of the basics/framework that you will need to understand more complex programs/concepts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229739#M139016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229740#M139017</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;No Problem dont worry SDN will help you a lot.&lt;/P&gt;&lt;P&gt;Actually every one is new for the new technologies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually here as an ABAPer 1st try to learn DE-BUGGING as much as you can.&lt;/P&gt;&lt;P&gt;Try to do it from START-OF-SELECTION event 1st line on wards.&lt;/P&gt;&lt;P&gt;Put a break point on start of selection line event and execute it.&lt;/P&gt;&lt;P&gt;Here in debugging you need to carefully observe the behaviour of the program, logic etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next understand the FORMS when they are triging and their reusability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under stand the Events sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later try to obsorbe the Syntax of the commands as much as you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229740#M139017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229741#M139018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the breakpoint on INITIALIZATION or START-OF-SELECTION and start debugging the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check out how the flow goes on from one event to other as reports are event driven programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have any doubt with sysntax , u can take F1 help of that and analyze that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229741#M139018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229742#M139019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot guys!you are a really big help to me. btw, I've seen my boss play around with the debugger and it seems to me that he puts a lot of breakpoint in certain parts of the program. How do breakpoints really work? Also, without debugging and assuming you first open a program/report what do you usually do first? do you try to analyze the flow of the program?Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229742#M139019</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-03-02T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a new ABAP programmer...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229743#M139020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you are new to programming in general not just ABAP programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should definitely speak to your boss about attending BC400.  Formal training is a "must" for new coders.  Learning from debugging will not teach you the basics that you will need... or even worse, it may lead you to incorrect conclusions/assumptions about certain commands/syntaxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 13:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tips-for-a-new-abap-programmer/m-p/1229743#M139020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T13:54:35Z</dc:date>
    </item>
  </channel>
</rss>

