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: 

Continue execution after dump

ouhamoumustapha
Active Participant
0 Kudos

Hello everyone,

If I run a program and dump in its midst, how can I continue my execution for the second time from where my program is interrupted ?

Thanks in advance

Mustapha

11 REPLIES 11

former_member181962
Active Contributor
0 Kudos

Hi Mustapha,

YOu cannot continue from where the program got the dump.

After fixing the issue, you have to run it all over again.

Do not worry about and partial database updates.

IN case of Dumps, no database updates are made, all the database changes are rolled back.

Regards,

Ravi

Former Member
0 Kudos

Hello

You can choose the 'Debug program' or 'Debugger' (can't remember for sure) button after the dump happens. This may help to find the reason for the dump..

I am not sure that continuing normal execution would be that prudent. I would focus on

removing the cause of the dump first.

Regards

Greg Kern

0 Kudos

Hello,

I heard that we can do this, we store each time a Spool and before executing an instruction, we must do a test to know where the program was interrupted.

Does someone have heard about this ?

Best regards

Mustapha

0 Kudos

where did u heard

0 Kudos

Colleague, but he dont know the details ..

0 Kudos

Hi Mustapha,

Maybe you're thinking about watchpoint or something similair. Why don't you F1 on the ASSERT statement in ABAP, it might bring some answers.

Cheers!

Edited by: Bada Boom on Apr 24, 2009 11:54 AM

0 Kudos

Hi Bada,

I will see it, thanks.

Mustapha

Former Member
0 Kudos

Hi,

In debug mode skip the line which causing the dump, then you can execute the remaining part of the program

former_member183990
Active Contributor
0 Kudos

hey try to regenerate (some red and white cross button is there at appl tool bar)

just press it

i am not sure it will work or not it is a guess

cheers

s.janagar

0 Kudos

Just to clarify,

I have a file on the server,

==> A test: Does the file is already open?

if so I skip this instruction

if not, I open the file and I save a Spool

OPEN DATASET .....

SAVE SPOOL

==> A test: is what I have already completed my internal table

if so I skip this instruction and I get my internal table in the Spool,

.

.

.

.

What do you think about this?

Mustapha

Former Member
0 Kudos

Hi,

Analyze the dump error from ST22 T.code . After fixing it only you can continue your program.

Regards,

Himanshu