2006 Mar 02 1:33 PM
Hello experts,
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!
2006 Mar 02 1:43 PM
Hi,
No Problem dont worry SDN will help you a lot.
Actually every one is new for the new technologies.
Actually here as an ABAPer 1st try to learn DE-BUGGING as much as you can.
Try to do it from START-OF-SELECTION event 1st line on wards.
Put a break point on start of selection line event and execute it.
Here in debugging you need to carefully observe the behaviour of the program, logic etc etc.
Next understand the FORMS when they are triging and their reusability.
Under stand the Events sequence.
Later try to obsorbe the Syntax of the commands as much as you can.
Thanks.
If this helps you reward with points.
Hi,
No Problem dont worry SDN will help you a lot.
Actually every one is new for the new technologies.
Actually here as an ABAPer 1st try to learn DE-BUGGING as much as you can.
Try to do it from START-OF-SELECTION event 1st line on wards.
Put a break point on start of selection line event and execute it.
Here in debugging you need to carefully observe the behaviour of the program, logic etc etc.
Next understand the FORMS when they are triging and their reusability.
Under stand the Events sequence.
Later try to obsorbe the Syntax of the commands as much as you can.
Thanks.
If this helps you reward with points.
2006 Mar 02 1:36 PM
Try to debug the programs to know the actual functionality.
Check the loops and sort/read statements for better performance.
2006 Mar 02 1:40 PM
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.
2006 Mar 02 1:43 PM
Hi,
No Problem dont worry SDN will help you a lot.
Actually every one is new for the new technologies.
Actually here as an ABAPer 1st try to learn DE-BUGGING as much as you can.
Try to do it from START-OF-SELECTION event 1st line on wards.
Put a break point on start of selection line event and execute it.
Here in debugging you need to carefully observe the behaviour of the program, logic etc etc.
Next understand the FORMS when they are triging and their reusability.
Under stand the Events sequence.
Later try to obsorbe the Syntax of the commands as much as you can.
Thanks.
If this helps you reward with points.
2006 Mar 02 1:49 PM
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!
2006 Mar 02 1:54 PM
Sounds like you are new to programming in general not just ABAP programming.
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.
2006 Mar 02 1:48 PM
Put the breakpoint on INITIALIZATION or START-OF-SELECTION and start debugging the report
And check out how the flow goes on from one event to other as reports are event driven programs
if u have any doubt with sysntax , u can take F1 help of that and analyze that
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |