‎2008 Nov 17 2:17 PM
Hi,
I have a RFC function which will be given a huge table for processing. At the end of the process a table which contains errors of the processing should be returned to the external caller.
Now I need to debug the part which generates the error table. Since I can't execute the RFC locally (the input table is very huge), how can I call from a external environment and debug in R/3 where in RFC errors are generated.
Cheers
Kami
Edited by: Matt on Nov 17, 2008 3:32 PM - corrected the subject title
‎2008 Nov 17 2:18 PM
which SAP version are you using. In ECC you can use external debugging for RFC calls
‎2008 Nov 17 2:18 PM
which SAP version are you using. In ECC you can use external debugging for RFC calls
‎2008 Nov 17 2:26 PM
‎2008 Nov 17 2:31 PM
is it a custom RFC, then you can set an endless loop in there with an exit point for a condition. Then from SM50 you can debug the RFC
‎2008 Nov 17 2:46 PM
Yes it is custom maid. Can you please confirm the step bellow to debug the coding.
1. implement an endless loop with an exit in the RFC
2. call the RFC from the external environment
3. call the transaction SE50
4. Go to the menu Program/Mode -> Program-> Debugging
‎2008 Nov 17 3:06 PM
‎2008 Nov 17 3:46 PM
‎2008 Nov 17 4:13 PM
it always respond "The number of debugging mode users reached " What am I suppose to do ?
‎2008 Nov 17 4:17 PM
‎2008 Nov 17 4:19 PM