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

avoiding dumps

Former Member
0 Likes
458

hi all,

how can I aviod dumps?

is there any way?

thanks,

AKS.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

hi,

one way is to do good coding...;)

to a large extenet, U can always perform an extended syntax check for ur prog..this can be found in the menu, edit>check>extended syntax check.

I hope this helps.

rgds,

Raghu.

3 REPLIES 3
Read only

Former Member
0 Likes
438

hi,

one way is to do good coding...;)

to a large extenet, U can always perform an extended syntax check for ur prog..this can be found in the menu, edit>check>extended syntax check.

I hope this helps.

rgds,

Raghu.

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
436

Hi AKS,

you can trap pretty much every exception in a


TRY.
.....
CATCH exception...
...
ENDTRY.

...construct.

Cheers

Graham Robbo

Read only

0 Likes
436

always check for sy-subrc value.. whenevr DDL statements are used.