cancel
Showing results for 
Search instead for 
Did you mean: 

Debug CRM_ORDER_READ FM

Former Member
0 Kudos

Hi Experts,

I am new to SAP Technical ,

Can I know how to debug CRM_ORDER_READ function module step by step.

Help in this regard much appreciated.

Thanks

Anil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi anil,

As you are new to CRM Tech, I advice you let us know in which business process you want to use this FM and reason behind your debug this FM.

This not only brings a clear thought to you , and also get lot of inputs form many gurus.

This doc will fetch you to your requirement.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e8b21b-e1b4-2c10-49b5-fd6a95162...

Regards,

Sap Adherent.

prasenjit_sharma
Active Contributor
0 Kudos

You may use the report CRM_ORDER_READ that lists all the objects under the order. It might be something you are looking for. Otherwise if you know how to set a break-point you would be able to debug the function. Let us know.

kamran_farooqui
Contributor
0 Kudos

Hi Anil,

Firstly You need to Set a breakpoint just before the FM.

Second when in debug mode select the 'update debugging' flag in the settings section then continue with your debugging.

Third while debugging  use F5 key to  debug line by line. It will take you to source of that FM.

You can follow below thread also;

Regards,

Kamfrk.