cancel
Showing results for 
Search instead for 
Did you mean: 

THrough dynpro i am not able to debug backend function module

Former Member
0 Kudos

Hi,

In my scenario i am uploading one file through dynpro application and store it at backend(sap r/3). In this scenario first i copy file from ep application server to r/3 application server and then send file dms server where i store that file. I make function module which copy file from ep application server and send it r/3 application server and further it store it dms server.

I checked with function module it was working fine in backend but when i am call fm in my application it would not work,

I could not able to debugg it also.

Please provide if i miss any thing .

Regards,

Gurprit Bhatia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make sure that the remote debugging user is same as that is used to connect using JCo.

Instead of Loadbalancing try to connect to one single instance...

Regards

Ayyapparaj

Former Member
0 Kudos

I tried to make it single sine on but my application gives runtime error.

Answers (3)

Answers (3)

Former Member
0 Kudos

I have completed.

Former Member
0 Kudos

Have you fulfilled following list:

1. Enbable remote debugging(external breakpoint) on function module

2. Use same UserID that enables debugging and used in JCo Connection.

3. Keep open the SAP GUI screen

4. Run your application, it will take you to SAP GUI screen when breakpoint found.

Thats all, hope this will help.

Jawed Ali

Edited by: Jawed Ali on Aug 27, 2008 10:42 AM

Former Member
0 Kudos

Hi,

You have to Put External breakpoint to be able to debug R/3 code from Web dynpro.

Put external breakpoint in R/3 and then start debugging on NWDS. The control will stop in the r/3 code.

Hope this helps!

Harry