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 a RFC function mod in background?

Former Member
0 Likes
563

Hi all,

I am uploading a file thru a portal application & the output will go to a mail box. Everything happens in background.

First the portal application will call a XI devlopment & then the data processed will call a RFC fun mod and the output is going to a mailbox.

In the function modules, I am getting the errors. Since it is a protal application & it runs in backgrnd, I am unable debug the fun modules. I tried both external break point & internal breakpoints. But I am unable to debug the program.

can anyone help me how to keep external breakpoints & debug it in background?

Thanks,

Vijay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

HI ,

you can do Debugging , what you need to do is need not use the login as Public . there will be another group server .

i am sure you are using PUBLIC in this only the front end will work means only inside the sap objects will be stopped . for Portal other thigs you need to take other gropu server .

Your Basis Knows it well ....

Normally , in SAP You will have PUBLIC ,SPACE, MESSAGE ,dialog servers.

Take the last one which will have all facilities ,so that it will stop in the break Points which you kept.

it means the Dialog proces will take care of the screens and also takes Break Point and stops it in sap .

Reward points if it is usefull....

Girish

3 REPLIES 3
Read only

Former Member
Read only

piyush_mathur
Active Participant
0 Likes
526

Hi Vijaya,

Test the RFC function in R/3 only with the parameter passed through portal and debug in R/3.

Thanks

Piyush

Read only

Former Member
0 Likes
527

HI ,

you can do Debugging , what you need to do is need not use the login as Public . there will be another group server .

i am sure you are using PUBLIC in this only the front end will work means only inside the sap objects will be stopped . for Portal other thigs you need to take other gropu server .

Your Basis Knows it well ....

Normally , in SAP You will have PUBLIC ,SPACE, MESSAGE ,dialog servers.

Take the last one which will have all facilities ,so that it will stop in the break Points which you kept.

it means the Dialog proces will take care of the screens and also takes Break Point and stops it in sap .

Reward points if it is usefull....

Girish