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

Code Inspector Recognizing Dead Code

Former Member
0 Likes
1,481

Hi,

when I use the code-inspector(SCI) he found mistakes:

Intern. Tests

Recognizing Dead Code

Errors

Message Code 0001

..

Message Code PROG

..

Message Code TRAN

..

It is impossible to skip with double-click into report.

Where are set the errors ?

Where can I see, what is false ?

Best regards

Hannelore Zobel

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
834

The documentation to the "intern. tests" node says

> The category Internal checks contains local tests with no further documentation.

I'd deactivate them in the check variant rather than wonder about the result.

Guess: "dead code" could be program code that cannot be reached, e.g. outside any modularization unit or program event.

Thomas

Read only

Former Member
0 Likes
834

Hi Melanie,

Its not possible to correct your error just with this information.

Please follow below link for more inforation on SCI.

[http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm]

Kindly set to resolved if it helps you.

Regards

Abhii....

Read only

former_member191735
Active Contributor
0 Likes
834

>

> Hi,

> when I use the code-inspector(SCI) he found mistakes:

>

> Intern. Tests

> Recognizing Dead Code

> Errors

> Message Code 0001

Expand the folder - this will display the line number and if you double click on it, it will take you to the actual code.

> ..

> Message Code PROG

> ..

> Message Code TRAN

> ..

>

> It is impossible to skip with double-click into report.

>

> Where are set the errors ?

> Where can I see, what is false ?

>

By the way! do you have any variants that are used in code inspector? or are you running from SE38 - check - code inspector?