Application Development 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: 

Can not into external break point

kaka_zhou
Explorer
0 Kudos

Hi experts,

When external system S1 call remote FM F1 in SAP product system, I have set external break point ,and the user is same as interface user, and user type is dialog. But can not debug into FM, and database table has been updated.

When using the same user ID, external system S2 call remote FM F2, external break point is work well.

I am using ECC6.0.

This question nagged me for a long time, can someone tell me why?

Thanks!

Regards

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Maybe function module F1 belongs to a "system program"? (cf function group attribute "program type") Then you need to activate external debug with mode "system debug" in transaction SICF (option in the menu bar of the detail screen).

Please tell us what are the real names of F1 and F2, so that we can help more efficiently.

kaka_zhou
Explorer
0 Kudos

FM F1 and F2 all custom function modules. F1 is Z_H_SD_INVOICE_DETAIL, and F2 is Z_H_SD_SALEORDER.

I have compared all attribute about two FM and service definition, there is no difference. In SOAMANAGER there is no difference neither.