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

How to debug R3 function moducle from portal?

Former Member
0 Likes
642

Hello All,

We have MSS application in portal and on a PCR form when we click on some buttons like, submit, check etc. it calls R3 ISR function module. I put external break point in the function module but when I open up portal, fill out the PCR form and click on any button it does not stop in the function module! I tried so many times but does not stop! Could someone please let me know how to debug FM by clicking button in portal form?

Thanks.

Mithun

Hello All,

We have MSS application in portal and on a PCR form when we click on some buttons like, submit, check etc. it calls R3 ISR function module. I put external break point in the function module but when I open up portal, fill out the PCR form and click on any button it does not stop in the function module! I tried so many times but does not stop! Could someone please let me know how to debug FM by clicking button in portal form?

Thanks.

Mithun

4 REPLIES 4
Read only

Former Member
0 Likes
616

check exteranl break point or normal break which you kept in your rfc.

and also what ever user you logged in to Portal the same user should be there in SAP, and the Break point should be kept using the same user.

check all these cases.

Read only

Former Member
0 Likes
616

Thanks Vijay. I checked your cases and that is what I am doing. Any other ideas?

Mithun.

Read only

0 Likes
616

if both the Users are same then you have to check only the external break point.

From menu

Utilities-> External Break points Activate

External Break Points -> Set / Delete

Check it once.

Is the user is used by any other person

or one person using that.

Read only

Former Member
0 Likes
616

In ur caes same use can be present in portal as well as in SAP but the user does not have debugging authorization. To confirm it pl. enter in ur SAP sys. with this portal user name and try to put the external break-point and see what happens..

Regards,

Joy.