2010 Jun 22 8:23 AM
Hi all,
I have a requirement to copy the entire customised report from 4.6 system to ECC 6.0 and to clear all the syntax errors. In ECC6,there are no customised objects which are in 4.6 system. So, in syntax check, I am finding only one error at a time and its panic as my report is a bigger one. I activated my program forcebly to use EPC check. Even in EPC, I am getting only one syntax error at a time .Can you suggest any other way for listing all the errors so that it'll be easy to decide the useful objects to be created in new system and the objects that can be excluded.
Thanks.
Edited by: Jaya on Jun 22, 2010 9:33 AM
Hi all,
I have a requirement to copy the entire customised report from 4.6 system to ECC 6.0 and to clear all the syntax errors. In ECC6,there are no customised objects which are in 4.6 system. So, in syntax check, I am finding only one error at a time and its panic as my report is a bigger one. I activated my program forcebly to use EPC check. Even in EPC, I am getting only one syntax error at a time .Can you suggest any other way for listing all the errors so that it'll be easy to decide the useful objects to be created in new system and the objects that can be excluded.
Thanks.
Edited by: Jaya on Jun 22, 2010 9:33 AM
2010 Jun 22 8:58 AM
hi,
jaya...
there is a setting to display all syntax error:
Goto Utilities-->>>settings
in tht ABAP Editor ->>> Editor
A check box is there to display all sntax errors.
Thanks
2010 Jun 22 9:49 AM
Hi Raj,
I made that setting and checked , still its giving only one error at a time.
2010 Jun 22 11:42 AM
Hi,
it is working for me..
the problem is for some of the syntax error like in data statement ,it is showing only that,
But if you have syntax error which is other than that it wil show u all,
Try the below code and do syntax check for it. with that check box check,
REPORT ZCM_TEST.
WRITE : / 'temp.
data : it_mara type STANDARD TABLE OF mara.
write : / 'temp'.
data : it_mara type STANDARD TABLE OF s_mara.
WRITE : / 'temp.
data : it_mara type STANDARD TABLE OF s_mara.but if you put any data statement before the Write : / 'temp. it will not work and show only one error,,,
i m checking y such strange things is happening!!!
thanks,
2010 Jun 22 12:32 PM
Hi Raj,
In my case, there are few database tables,structures refered in 4.6 system which are not available in ECC6. There are so many such objects which I can't handle the syntax errors one by one .So I need the list of all errors as a list.
2010 Jun 22 5:01 PM
Hi,
i think this program can help little bit..
RFREDSRS01 : mass syntax check
thanks..
2010 Jun 23 5:50 AM
Hi Raj,
I checked this program .It gives a message that Program has errors but it's not listing any errors.
Thanks.
2010 Oct 13 10:12 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |