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

Syntax error analysis -- Upgrade ECC6.0

Former Member
0 Likes
330

Hi,

We are working for effort estimation for upgrade from 4.6c to ECC6.0. we have run SAMT transaction and EPC and got the list of errors in each of the Z program.

But we realised after analysis only the first error of each Z program is displayed in SAMT.

1)Is there any way to get all the syntax errors of a all Z programs

2) can anyone share approach to estimate this

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
286

Hello Ramani

You can get the most detailed error log using the "code inspector" (transaction <b>SCI</b>):

(1) Create an variant using the most stringent checks

(2) Create an object set containing all your objects you want to check

(3) Create an inspection using the variant and the object set from above

(4) Run the inspection.

In addition, run transaction <b>UCCHECK</b> to check your programs for unicode-compatibility. To check your maintenance views run report <b>RSVIMT_NON_UC_VIM_AREAS</b> (analysis). To automatically generate the view (for UC enabling) run report <b>RSVIMT_UC_VIEW_MAINT_GEN</b>.

Regards

Uwe