‎2008 Mar 28 6:58 AM
hi all,
just a little doubt.
can we debug a system call?
while debugging i reached a point of statement ..
"system-call ict "
i couldnt debug this call and directly got the output.
plz tell me how to debug a sys-call , if at all we can.
‎2008 Mar 29 11:29 PM
System call is calling code written in C Language at Kernel level.. You can not debug that using ABAP debugger.
G@urav.
‎2008 Mar 28 8:43 PM
The only thing you can try is to switch on system debugging, but I don't think this will work for these kind of calls. On that level debugging is normally forbidden.
System debugging is only set for debugging ABAP system programs, while SYSTEM-CALLS are processed on Kernel level.
P.S. Switch on system debugging: While debugging, go menu->settings (I believe)->switch system debugging on / off.
‎2008 Mar 29 11:29 PM
System call is calling code written in C Language at Kernel level.. You can not debug that using ABAP debugger.
G@urav.