Application Development 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: 

In sm37 - from 'Job log' can we fingure out why program got cancelled ?

Former Member
0 Kudos

In sm37,

my job (program) has got cancelled

- from 'Job log' can we fingure out why program got cancelled ?

( I have pressed 'Job log' button and pressed the <b>ABAP/4 processor: SYSTEM_NO_ROLL</b> line )

I got dump .Can I analyse from the dump why the program got cancelled ?

OR

From sm37, background jobs , Is there any possiblity to analyze why the program got cancelled ?

THANKS

5 REPLIES 5

Former Member
0 Kudos

In the dump, it will show the code and point out the line that caused the dump.

But from the message, it looks like a memory problem.

rob

naimesh_patel
Active Contributor
0 Kudos

yes, in the dump you have the information of what, where, and when things were went wrong.

Regards,

Naimesh Patel

Former Member
0 Kudos

Yes Rob, you are right ...

it is memory problem they said...the job in production run in background mode..

How can I rectify memory problem ?

Thank a lot.

0 Kudos

If possible, run the job for lesser data with some date restriction, if you have any optoin to put the date on the selection screen.

Regards,

Naimesh Patel

0 Kudos

Can you post the portion of the dump that includes the code where it dumped.

Rob