‎2009 May 31 3:15 AM
Hi experts
SAP standard program is so complicated. It is difficult to understand and make me feel unpatient to read. Is there any skill, method or custom to read the sap standard program.Thanks a lot.
Please ask a specific question - thread locked
Edited by: Rob Burbank on May 31, 2009 6:13 PM
‎2009 May 31 6:42 AM
Hi,
There is no such tool to do so, To understand the logic,
First try to check the documentation
Second search the sap service market for any documentation/issues/sap notes on this std program
Finally run the program/Debug the program to understand the logic..
Hope this helps you
Regards
Shiva
‎2009 May 31 6:46 AM
Hi,
Is it a program for a Standard transaction or a Report program?
If it is a report program, execute and fill the selection screen fields
Then in Command prompt, give /H and enter, click on F8, it takes u to debugger
now u can see the flow of the program, if u don't want to see step by step,
You can set the breakpoints on
Statements
Function Modules
Exceptions ...
It can be accessed from Menu> utilities or Goto path just check it.
For Standard transactions also same logic,
Enter Tcode, then /H goes to debugger
Regards
Bala Krishna
‎2009 May 31 10:49 AM
Hi,
Sap standard program leads you to lot of includes and function modules. Just relax and try to understand the logic behind it.
Try to copy the program to your own z custom program. Try to change the logic and try to debug and see how both the programs work.
You can easliy find out the logic and things what's hapenning behind.
Debugger is the best tool for an abaper to learn and improve coding. Try to develop interest towards debugging standard program. In a short span of time, you will master it.
All the best.
Regards
Ramesh Sundaram