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

Former Member
0 Likes
1,439

Hello All,

I was held up with a issue ..

Concept is in my ABAP code i mean in abap editor if at all there

is any keywords like ADD, SUBTRACT, MULTIPLY, DIVIDE exists then i should

display an error message.

For example -

DATA: a type i,

b type i value 2.

a = 10.

ADD a to b.

write: b.

So in the above code i should throw error message. Got known that we can

do this by Code Inspector but i have no idea. can anyone help me out with this.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
933

Hi,

U can use th tcode for code inspector ->SCID.

OR from SE38 .. in the menu select PROGRAM->CHECK->Code inspector.

Regards,

nagaraj

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
934

Hi,

U can use th tcode for code inspector ->SCID.

OR from SE38 .. in the menu select PROGRAM->CHECK->Code inspector.

Regards,

nagaraj

Read only

0 Likes
933

Hello Nagaraj,

Thanks for your quick reply.

I came to the steps that you have shown but where i should give my keywords

can it be clearly with steps where i should give my keywords.

Thanks

Read only

0 Likes
933

Hi,

i dnt think u can mention any parameters if u go directly frm prog...

Best is to goto SCII and type prog name AND change the desired parameters.

Read only

0 Likes
933

Hi ,

use SCII tcode..

Regards,

Nagaraj

Read only

agnihotro_sinha2
Active Contributor
0 Likes
933

hi,

goto SCII tcode

under temp def goto Search Functs.

Goto Find Unwanted Language Elements

click on the Green arrow beside it and options open up...

by default it is call transaction... add more options like whatever keywords you want 2 search there

regards,

ags

Read only

0 Likes
933

Thank you guys for your kind help.

Points assigned.

Cheers!!

VEnk@