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: 

Help on 4.7 ABAP Editor

Former Member
0 Kudos
229

Hi,

in my system if a program have errors.

my editor show only 1 error at a time.

sometime multiple errors are caused by 1 mistake in the code.

so my goal is to see all error at onece in the error list.

how to do that?

is there any setting in the editor to increase the bucket size???

thanks in advance

Kapil

1 ACCEPTED SOLUTION

Former Member
0 Kudos
200

Hi Kapil,

You can do an Extended Program Check to see al the errors at one time...

Click on Program -> Check -> Extended Program Analysis..

Best Regards,

Ram.

5 REPLIES 5

Former Member
0 Kudos
201

Hi Kapil,

You can do an Extended Program Check to see al the errors at one time...

Click on Program -> Check -> Extended Program Analysis..

Best Regards,

Ram.

Former Member
0 Kudos
198

Hi Kapil,

That is not possible.

The syntax check stops at the first occourance of an error.

What ever u try...code inspector.extended check... will all return

onnly one syntax error at a time

0 Kudos
198

hi

but at my work place i can see many errors at a time.

former_member194797
Active Contributor
0 Kudos
198

You should choose 'Display all syntax errors' in SE38 Utilities/Settings. With this setting, you can have more than 1 error listed at 1 time by the normal syntax check, but for some kinds of errors the systems stops checks after 1 error.

Former Member
0 Kudos
198

done