‎2006 Oct 10 3:22 PM
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
‎2006 Oct 10 8:53 PM
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