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

reg UPGRADATION

Former Member
0 Likes
661

Hi Experts,

Im in to upgradation project (4.7 to ecc 6.0).

I hav foll queries.

1) Is there any procedure from which we can transport all the tables ddic structures(data element, field domains....etc) and all the rows of a table from one devlopment server to other server.? OR we have to manually create each and every table on a new server and upload the data by using bdc?

2) How to find out which all user_exits will be affected or used in the current server Ztables?

3)Except tables and bdc what other things needs to be considered before upgradation.

Thanks in advance.

Rewards Guaranteed.

Sunny

1 ACCEPTED SOLUTION
Read only

Former Member
5 REPLIES 5
Read only

Former Member
0 Likes
644

Hi Sunny,

Please go through the link below and see my post there.

If you require further help let me know.

Reward points if helpful.

Regards,

Atish

Read only

0 Likes
644

Hi Atish,

I can't find ur thread there, kindly reply the same thread again

Thanks,

Sunny

Read only

0 Likes
644

Hi Sunny,

These are the few things you should do in upgrade.

In a Upgrade an ABAPer is required to do the following task. This is the most typical list.

1. Executing the transaction SPDD and SPAU. Here he requires the help of functional consultants to clear the objects. There is lot of explanation about these transaction in help.sap.com.

2. Look at all the Z objects (programs, tables, function modules) for syntax check and if there is any issue resolve them.

3. BDC is the area of most concern as there may be change in the screen numbers and sequence so special care requires.

4. Look at the User Exits and test their functionality.

5. If SAP system is connected with other system then after upgrade check the connection and all the functionalist.

If you have further query, let me know.

Reward points if useful.

Regards,

Atish

Read only

Former Member
Read only

Former Member
0 Likes
644

Thnks all