‎2008 Jun 27 8:33 AM
Hi Experts,
I need the source code for checking the upgrade errors of other programs. Basically my tool is to check the upgarde errors in 4.7 version of other programs means here i provide the other program name on my selection-screen and check for upgrade errors for that particular program. Here i used function module 'Extended_Program_Check' but its not retriving the actuall upgarde errors in 4.7 version.
Please can any one send the code for checking the upgrade errors.
regards,
aadi.
‎2008 Jun 27 8:35 AM
‎2008 Jun 27 8:35 AM
‎2008 Jun 27 8:41 AM
Hi subramanian,
Basically UCCHECK is used for unicode checking but not for upgrade error check.
Please if you know the code written manually please post me.
Regards,
aadi.
‎2008 Jun 27 8:37 AM
‎2008 Jun 27 8:43 AM
Hi Amit,
Can you please explain me what is this SAPU tx in detail.
Here UCCHECK is used for unicode error checking but not for upgrade errors checking.
please if you know how to write the code for checking upgrade errors please post code.
regards,
aadi.
‎2008 Jun 27 8:49 AM
Aditya,
what kind of errors you are expecting?
there is no such code for you are looking.
you have to check from UCCHECK and correct from SAPU only.
Amit.
‎2008 Jun 27 9:06 AM
Amit,
Here i want to check for the upgrade like a program declared with occurs 0 or table declared with header line or if append,select, insert,update statements are not using work area or ranges used in the program then i want to show that as an error.
regards,
aadi.
‎2008 Jun 27 9:08 AM
Aditya,
these all kind of info you can find in UCCHECK only.
there is no other std code for that.
dont forget reward.
Amit.
Edited by: Amit on Jun 27, 2008 10:08 AM
‎2008 Jun 27 9:12 AM
Amit,
Basically UCCHECK is used only for checking unicode errors but not for upgrade errors.
regards.
aadi.
‎2008 Jun 27 9:15 AM
Aditya,
most of the time we only look at the unicode error.
even we had upgrade our system but i didnt gone thru any upgrade error.
Amit.
‎2008 Jun 27 7:55 PM
Hi
Few errors you are talking about:
"Here i want to check for the upgrade like a program declared with occurs 0 or table declared with header line or if append,select, insert"
For this kindaa.. run code inspector or atleast extended program check.you can see all this regular errors.this are not called as upgrade errors.these are only syntactical based on the versions.
And errors like:
update statements are not using work area or ranges" etc..
UCCHECK shall pull out all this.
Normally during upgrades UCCHECK is a powerful tool you must use it.With out that there is no upgrade project.
There is no explicit code to showup anything like upgrade errorsthough you can write one and share to the community.
All the best.
Kiran