cancel
Showing results for 
Search instead for 
Did you mean: 

abap client proxy scenario

rohit_goel
Participant
0 Kudos

i am getting an exception in my code(in function i am calling inside my report) while executing my abap report for calling client proxy .

is there any thing by which i can find out where the actual problem is?or any debugging system available or any logging available ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rohit,

We faced the similar problem and found a feasible solution to debug.

1. Write a code for an infinite loop in start of your proxy. For ex:

debug = true.

while debug = true.

//

endwhile.

2. go to sm51 and find your process in all the list of process.

3. select it and from menu, choose debug.

"Reward Point if useful"

Thanks,

Kulwant

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos
rohit_goel
Participant
0 Kudos

this page is not opening.

404 error.