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

How to checking the upgrade errors

Former Member
0 Likes
1,137

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,090

Hi,

Try tcode: UCCHECK.

Regards,

subramanian

10 REPLIES 10
Read only

Former Member
0 Likes
1,091

Hi,

Try tcode: UCCHECK.

Regards,

subramanian

Read only

0 Likes
1,090

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.

Read only

Former Member
0 Likes
1,090

Aditya,

check UCCHECK and SAPU tx.

amit.

Read only

0 Likes
1,090

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.

Read only

0 Likes
1,090

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.

Read only

0 Likes
1,090

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.

Read only

0 Likes
1,090

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

Read only

0 Likes
1,090

Amit,

Basically UCCHECK is used only for checking unicode errors but not for upgrade errors.

regards.

aadi.

Read only

0 Likes
1,090

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.

Read only

0 Likes
1,090

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