Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

debug the system-call

Former Member
0 Likes
2,930

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,151

System call is calling code written in C Language at Kernel level.. You can not debug that using ABAP debugger.

G@urav.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
1,151

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.

Read only

Former Member
0 Likes
1,152

System call is calling code written in C Language at Kernel level.. You can not debug that using ABAP debugger.

G@urav.