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: 

extended check

john_fitzgerald
Participant
0 Kudos

Hi all,

Normal syntax check only delivers errors one at a time.

Will extended check provide me the list of all possible errors that might occur

in one list

1 ACCEPTED SOLUTION

Former Member
0 Kudos

yes extended checks give u all types of errors, warnings in a list.

S@meer

9 REPLIES 9

Former Member
0 Kudos

yes extended checks give u all types of errors, warnings in a list.

S@meer

Former Member
0 Kudos

Hi

EC takes into acc all the performance issues as well.

If you are drafting a standard code then run a Code Inspector so that it will confirm whether your code confirms to Org Standards or not.

Regards

Preeti

Former Member
0 Kudos

Yes Extended Check ...gives a list of all possible errors...

Reward Points if useful

Reemz

Former Member
0 Kudos

hi,

Extended check use for that many check which is not include in syntax check.

PERFORM/FORM interfaces

CALL FUNCTION interfaces

External program interface

Screen Consistency

Authorizations

GUI Status and TITLEBAR

SET/GET parameter IDs

MESSAGE

Output CURR/QUAN fields

Field Attributes

Superfluous Statements

Syntax check warnings

Check load sizes

Internationalization

Problematic Statements

Structure Enhancements

Obsolete Statements

Package Check

Cross-Program Tests

Rewards points if it is useful

Former Member
0 Kudos

It will check, to all subroutines and Includes also,,

Will give list of all errors.

Tushar choksi

0 Kudos

Hi guys,

Thanks for ur replies.

However. when there are more than one SYNTAX errors.

the check stops at the first one and does not return anymore SYNTAX errors until we fix that one.

I need to see all. Is that possible. Ive tried extended check and got just 1, when there were 2.

Will reward again

John

0 Kudos

Hi

Run Code Inspector.

It will display all the errors

Regards

Ravish

0 Kudos

Hi John...

Even in Extended Checks it will only show the First syntax Error.

It is the Same case with the Code inspector also.

Bcoz it will again use Extended check tool only.

<b>Reward if Helpful</b>

john_fitzgerald
Participant
0 Kudos

just closing it.

Code inspector is not the answer