‎2009 Feb 05 7:58 AM
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.
‎2009 Feb 05 8:18 AM
Hi,
U can use th tcode for code inspector ->SCID.
OR from SE38 .. in the menu select PROGRAM->CHECK->Code inspector.
Regards,
nagaraj
‎2009 Feb 05 8:18 AM
Hi,
U can use th tcode for code inspector ->SCID.
OR from SE38 .. in the menu select PROGRAM->CHECK->Code inspector.
Regards,
nagaraj
‎2009 Feb 05 8:24 AM
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
‎2009 Feb 05 8:30 AM
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.
‎2009 Feb 05 8:31 AM
‎2009 Feb 05 8:23 AM
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
‎2009 Feb 09 6:51 AM
Thank you guys for your kind help.
Points assigned.
Cheers!!
VEnk@