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

C Function in ABAP

Former Member
0 Likes
1,144

Hi,

Is there a way to debug a C function in ABAP.

How can I view it's source code from the system ?

BR,

Rotem.

2 REPLIES 2
Read only

Former Member
0 Likes
645

Hi Rotem,

You cannot debug a C function (kernel function) from ABAP. Also, there's no source code available. So at best you could attach a debugger to the work process on OS level, but this most likely would be pretty awkward, since you'd be looking at compiled code...

Cheers, harald

Read only

Former Member
0 Likes
645

Hi,

These functions are for internal use by SAP - therefore there is no

documentation.

It is not recommended that they are used (unless absolutely no other

option exists) since SAP don't support them for customer use.

Regards

Hiren K.Chitalia