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

Continue execution after dump

MusAbaper
Active Participant
0 Likes
1,539

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
Read only

Former Member
0 Likes
1,377

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

Read only

Former Member
0 Likes
1,377

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

Read only

0 Likes
1,377

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

Read only

0 Likes
1,377

where did u heard

Read only

0 Likes
1,377

Colleague, but he dont know the details ..

Read only

0 Likes
1,377

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

Read only

0 Likes
1,377

Hi Bada,

I will see it, thanks.

Mustapha

Read only

Former Member
0 Likes
1,377

Hi,

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

Read only

Former Member
0 Likes
1,377

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

Read only

0 Likes
1,377

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

Read only

Former Member
0 Likes
1,377

Hi,

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

Regards,

Himanshu