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

Dump While debugging.

former_member799868
Participant
0 Likes
1,068

I have developed one report when i am running it normally it works fine.when i run the report in debuggibg mode its gives as dump.what would be the problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,046

If there is any select..endselect then dump will come when it processes through this statement.

9 REPLIES 9
Read only

Former Member
0 Likes
1,046

Hi,

This could be due to some memory issue...

Just check in ST22 transasction, it will give you the cause of dump and the ways to resolve

Regards

Shiva

Read only

Former Member
0 Likes
1,046

well we cant tell you much without some dump information.

Read only

Former Member
0 Likes
1,046

Hi,

Are you having Select..Endselect Statament.

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
1,047

If there is any select..endselect then dump will come when it processes through this statement.

Read only

0 Likes
1,046

Yes I have writen Select ..endselect..

Read only

0 Likes
1,046

Hi,

You will get the dump only if you have a break-pont set up in the Select... Endselect Statement.

Also please tell me how you are trying to Debug ? Are you using '/h' before executing or are you placing a breakpoint and executing ? Try both .. one of them may work.

Regards,

Pramod

Read only

0 Likes
1,046

Then a dump will come .. when it processes through this statement. Since the control passes between application server and database server in between this statements.

Read only

0 Likes
1,046

Is it cleared now ?

Read only

Former Member
0 Likes
1,046

Hi,

Dont put any break point between select..endselect statements.

Ramesh