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: 

What is job CODE_INSPECTOR_DELETION?

jordi_escodaruiz
Active Participant
0 Kudos

Hi all.

I use Code Inspector for searching several things in programs.

I see that every night it is run a job called CODE_INSPECTOR_DELETION. I didn't deliberately launch this job.

Does anybody knows what does this job, and how to avoid to launch every night?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi!

When you use the code inspector (in transaction SCI; to check objects in the Workbench; and, as of SAP_BASIS Release 6.40, to release transports), a "CODE_INSPECTOR_DELETION" job is scheduled automatically with a daily execution - provided that you create and execute an inspection while using the inspector. The job executes the "RS_CI_DELETE" program that deletes, for example, object sets and inspections whose deletion date has expired. This avoids that too many data is collected in the code inspector.

Best!

Jim

5 REPLIES 5

Former Member
0 Kudos

Hi!

When you use the code inspector (in transaction SCI; to check objects in the Workbench; and, as of SAP_BASIS Release 6.40, to release transports), a "CODE_INSPECTOR_DELETION" job is scheduled automatically with a daily execution - provided that you create and execute an inspection while using the inspector. The job executes the "RS_CI_DELETE" program that deletes, for example, object sets and inspections whose deletion date has expired. This avoids that too many data is collected in the code inspector.

Best!

Jim

0 Kudos

Thanks a lot, Jim.

Greetings.

0 Kudos

Hi Jim, please advise if do you have more documentation about the process runned on JOB CODE_INSPECTOR_DELETION, thanks on advance

Ario

0 Kudos

Hi Ario!

Sorry, I do not.

There are 219 notes at OSS when searching with CODE INSPECTOR.

Two notes exist for the job: 870534 and 825245.

Best!

Jim

0 Kudos

See SAP Help Code Inspector

[SAP Help - Code Inspector|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm]

Also, here is the documentation for Tran SCI - Code Inpector

CODE INSPECTOR

The Code Inspector tests single objects or object sets (programs, function groups, classes, interfaces, Dictionary objects) for performance, security, serviceability, error proneness, and statistical information.

You can call the Code Inspector for the relevant single objects directly from the ABAP Editor (SE38), the Function Builder (SE37), or the Class Builder (SE24) (Object->Check->Code Inspector). The system then checks using a default check variant.

Object sets, check variants, and inspections are created using transaction SCI.

Object Sets and Check Variants (that is, combinations of single checks to which you can assign parameters) are managed independently of one another. An Inspection connects one check variant with an object set. Inspections, object sets, and check variants are created by one user locally | | or visible to all users globally | |.

An inspection returns a Check Result, from which you can derive another object set.

For more information, see extended help Code Inspector