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

ERP 2005 syntax check

Former Member
0 Likes
409

We recently upgraded a sandbox system to ERP 2005 from 4.6C.

We have unicode turned off.

Even with unicode turned off - we are finding that there are some of our custom programs that now have syntax errors.

For example - in a function module the 'top' include cannot have any code in it

It can only have data declarations.

We are wanting to find these errors so that we can correct them before we upgrade our development box.

We have tried SGEN - but it doesn't appear to find any syntax errors.

It just regenerates what is already there.

Is there a way to find syntax errors in all of our custom written code?

Thanks

Scott

We recently upgraded a sandbox system to ERP 2005 from 4.6C.

We have unicode turned off.

Even with unicode turned off - we are finding that there are some of our custom programs that now have syntax errors.

For example - in a function module the 'top' include cannot have any code in it

It can only have data declarations.

We are wanting to find these errors so that we can correct them before we upgrade our development box.

We have tried SGEN - but it doesn't appear to find any syntax errors.

It just regenerates what is already there.

Is there a way to find syntax errors in all of our custom written code?

Thanks

Scott

1 REPLY 1
Read only

Former Member
0 Likes
375

we found that code inspector (transaction sci) will do this.

Thanks.

Scott