‎2008 Jan 22 4:25 AM
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.
‎2008 Jan 22 4:37 AM
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
‎2008 Jan 22 4:29 AM
Check the link below:
http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801f36454211d189710000e8322d00/content.htm
Regards.
‎2008 Jan 22 4:31 AM
Hi Vijaya,
Test the RFC function in R/3 only with the parameter passed through portal and debug in R/3.
Thanks
Piyush
‎2008 Jan 22 4:37 AM
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