Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Standard program logic

Former Member
0 Likes
1,636

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,016

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

Read only

former_member585060
Active Contributor
0 Likes
1,016

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

Read only

Former Member
0 Likes
1,016

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