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

List out all synntax errors pf report at a go

Former Member
0 Likes
1,093

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,036

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

Read only

0 Likes
1,036

Hi Raj,

I made that setting and checked , still its giving only one error at a time.

Read only

0 Likes
1,036

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,

Read only

0 Likes
1,036

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.

Read only

0 Likes
1,036

Hi,

i think this program can help little bit..

RFREDSRS01 : mass syntax check

thanks..

Read only

0 Likes
1,036

Hi Raj,

I checked this program .It gives a message that Program has errors but it's not listing any errors.

Thanks.

Read only

Former Member
0 Likes
1,036

closing thread