2008 Aug 18 9:04 PM
Hi guys,
i have a problem when i try execute program z, this when i see by transaction ST22, show the next:
exto breve
Process terminated by signal 10.
Qué ha sucedido?
Error in the SAP kernel.
The current ABAP "ZSDSIMPRECIOS_GP" program had to be terminated because the
ABAP processor detected an internal system error.
Qué puede hacer?
Note which actions and input led to the error.
For further help in handling the problem, contact your SAP administrator
.
You can use the ABAP dump analysis transaction ST22 to view and manage
termination messages, in particular for long term reference.
nál.errores
An R/3 System process was terminated by an operating system signal.
-
Possible reasons for this are:
1. Internal system error.
2. Process was terminated externally (by the system administrator).
-
Last error logged in SAP kernel
Component............ "Taskhandler"
Place................ "SAP-Server bondev_BOD_00 on host bondev (wp 1)"
Version.............. 1
Error code........... 11
Error text........... "ThSigHandler: signal"
Description.......... " "
System call.......... " "
Module............... "thxxhead.c"
Line................. 10688
The error reported by the operating system is:
Error number..... " "
Error text....... " "
this is implemented by the transaction ST22 and when I run my program Z this is the error:
the work process has been reactivated (mode cancelled)
and then I removed the principal.
can i help me?
2008 Aug 18 9:19 PM
Hi Maria,
It does not seem to be an ABAP error, or best is you can debug the code(using F5) and see at which step the code is giving short dump. You will identify whether it is related to system hardware capabiltiy or an ABAP code issue.
Thanks,
Kartavya Kaushik.
2008 Aug 18 9:28 PM
I did debug a program to Z I have on my screen module
asi:
Modulo init_alv OUTPUT.
PERFORM init_alv.
ENDMODULE. "Init_alv OUTPUT
when ending endmodule.
Z program sends this message: the work process has been reactivated (mode cancelled)
then who will solve this? The basis? because as you say does not seem to be ABAP ...
Thank you for your response
2008 Aug 18 9:52 PM
Maria,
I haven't come across this kind of scenario before. But you can definitly contact BASIS for this. Seems basis issue to me.
Thanks,
Kartavya
2008 Aug 19 8:53 PM