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

regarding Upgrade differences.

Former Member
0 Likes
498

hi Experts,

we are planning for Upgrade from 46C to ECC. and do Delta Customizing/Transaction report for old and new system.

Could you please suggest us what are all the factors to be considered for Delta Report(either with respect to transaction/System).

Appreciate your reply in advance.

Thanks

Ambichan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

Hi,

You have to consider All the dictionary object, Programing objects for the delta report. First fetch the data from the Source and using RFC fetch the data from Target system and compare the data for the following objects

Tables

Views

Domains

Data Elements

Match Codes

Search Helps

Lock Objects

Message Class/

Function Groups

Programs

Logical Databases

Transactions

Menus

Script/Smartfo

Styles

Business Objects

Queries

Infosets

User Groups

Idocs

eCATTs

sCATTs

reward points if useful

regards,

ANJI

3 REPLIES 3
Read only

Former Member
0 Likes
474

Hi,

You have to consider All the dictionary object, Programing objects for the delta report. First fetch the data from the Source and using RFC fetch the data from Target system and compare the data for the following objects

Tables

Views

Domains

Data Elements

Match Codes

Search Helps

Lock Objects

Message Class/

Function Groups

Programs

Logical Databases

Transactions

Menus

Script/Smartfo

Styles

Business Objects

Queries

Infosets

User Groups

Idocs

eCATTs

sCATTs

reward points if useful

regards,

ANJI

Read only

Former Member
0 Likes
473

Hi ,

in case of Upgrade , apart from ANji's list u have to check smooth move of User exits , BADIs ,Validations , Transaction Variants , Screeen Variants , etc.

in newer version , some of the above u may not get.

Regards

Prabhu

Read only

Former Member
0 Likes
473

Hi,

1.Internal table with header line will not support in ECC 6.0 for that u need to create internal table and work area using TYPES.

2.Mostly u need to do some PATCH WORK for the STANDARD programmes.

Patch work in the sense for SPAU objects in Mysap is there any code written by client(INSERT {....END INSERT....}) this type of code u need to add in ECC 6.0 code....

3.Mostly u have to resolve EPC(Extended program check) errors.

In that u will find so many type of errors...Field attribute errors,Perform interface errors,Obsolete stetement errors,....etc.

4.First thing u need to what r the SCOPE and OUT OF SCOPE in your upgradation.

5.If u find any Fmodules obsolete...U just press F1 on that Fmodule it will show which function module can useful instead of that obsolete one...

6.If they want UNI CODE compatiable .....

EX Report...

Go to the attributes of the report...

There u can c a check box to check UNI CODE Errors...

U have to resolve these errors also...

After doing all these things u have to show 0 errors on CODE INSPECTOR fro each n every object...

Thats t as per my knowledge...

Regards,

Kishore Reddy.