hello guys,
if you check the class cl_abap_classdescr
you will see that there are some methods which is called by the kernel.
get_class_name is one of them!!
method GET_CLASS_NAME by kernel module abKm_RTTI_GetClassName fail.
endmethod.
Check the report named
RSKMETH
it lists the methods that are calle dby kernel
so how do you create a kernel method guys, any one of you tried it....?