‎2007 May 30 9:22 AM
Hi.
We had a problem in one of our programs. We had a dump because of a division by 0. Before this instruction we forgot to control that the number is different from '0'.
Now I have to check all programs to be sure that we don't have another case like this one. The problem is that the programmers used the character '/' for divisions instead of the instruction 'DIVIDE'.
So when i research all the sources for the char /, i have the following message
Please supply delimiter / at the end of the stringand i can't make my research on this character.
Does anyone have an idea on how i make my research ?
Thanks for your help.
‎2007 May 30 9:32 AM
Hi,
I think "/" is interpreted as a wildcard...
Maybe you'll need to write a little program to do this search...
Table TRDIR contains all abap reports and instruction "READ REPORT n INTO itab" can be used to load an abap ion an internal table.
Hope this help
Regards
Jean-Michel
‎2007 May 30 9:28 AM
Hi,
r u searching using the global search? then this error will occur. try searching using Ctrl+F (Find/Replace) option. it wont throw an error.
‎2007 May 30 9:31 AM
‎2007 May 30 9:32 AM
when you are doing global search ,
search for '/' " use single quotes while searchingMessage was edited by:
Chandrasekhar Jagarlamudi
‎2007 May 30 9:32 AM
Hi,
I think "/" is interpreted as a wildcard...
Maybe you'll need to write a little program to do this search...
Table TRDIR contains all abap reports and instruction "READ REPORT n INTO itab" can be used to load an abap ion an internal table.
Hope this help
Regards
Jean-Michel
‎2007 May 30 9:39 AM
Thanks everyone for your answers.
I'm using the program RPR_ABAP_SOURCE_SCAN.
It's very helpful.
‎2007 May 30 9:40 AM
Hi,
U can also go for the global search.
Just give / (Wild card * on either side of /) and it will search it for u
Reward if useful