cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging in APO

Former Member
0 Kudos

Hi SAP Gurus,

A very good day to all,

If any one let me know how to start Debugging in SAP APO,How to find the functional module,How to setup the break point. If any thing added to know the debugging please update me.

Thanks in Advance

Regards

Arun Prasath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Arun Prasanth,

<b>If any one let me know how to start Debugging in SAP APO</b>

Debugging is checking the flow of the program at runtime. Enter /H command in the command line (where you enter the transaction code) and press enter or set a break point in the program.

You can debug both standard and custom programs. It is a job of technical consultant.

<b>How to find the functional module</b>

Go to transaction SE37 -> enter keywords and search like prodcreate* for product creation function module

loccreate* for location creation function module etc.

<b>Debugging:</b>

http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

Regards,

Naveen.

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Mr.Naveen Bathini & Siva,

Thanks for your earlier reply,I will go through that site.

Thanks & Regards

Arun Prasath

Former Member
0 Kudos

Hi Arun,

Debugging in APO is same as debugging in R/3. There is no difference. Type '/h' and start debugging.

You can refer our WIKI for important function modules.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/scm/main&; (APO Technical Information)

Regards,

Siva.

Reward points if helpful.