cancel
Showing results for 
Search instead for 
Did you mean: 

External breakpoint in CRM FM is not triggered in ERP sales order scenario

Former Member
0 Kudos

Hi All,

We are having B2B WEBSHOP with ERP SALES ORDER SCENARIO where product catalog informations are coming from CRM. For any transaction is webshop, there are FMs (of both ERP and CRM) being called.

When we put an external breakpoint in ECC FM, the breakpoint is getting triggered. But, external breakpoint of CRM FM is not getting triggered.

Is there any configuration settings can be done to trigger external breakpoint from CRM side?

Please help.

Thanks,

Keya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Firs you check the log files created in the java server and confirm that ,this FM is getting called from the front end.

And refer the below document to understand how to do the external debugging

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0e8b21b-e1b4-2c10-49b5-fd6a95162976#rating

Thanks and Regards

shanto aloor

Former Member
0 Kudos

Hi Shanto,

We have taken the log file. These FMs are actually getting called.

Is there any way we can trigger external breakpoint in CRM?

We have mainteined User details in Utilities->Settings->Debugging->External Debugging as mentioned in the link you have sent.

Thanks,

Keya

mark_foley
Active Contributor
0 Kudos

Hello Keya,

I would do a trace (st01) to see which user is calling the FM. For this scenario I would expect that this call is been made by the Jco user. Then set the external break point for this user, you may need to assign rights depending on your user authorization.

Regards

Mark

Edited by: Mark Foley on Apr 22, 2010 4:17 PM

Edited by: Mark Foley on Apr 26, 2010 11:25 AM

Former Member
0 Kudos

Can you check if the RFC user being used for the JCO connection is set as a Dialog user?

Pradeep