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

sap upgrade

Former Member
0 Likes
552

During SAP Upgrade Does the SAP Upgrade process takes care of the Data Dictionary changes?

suppose if the user is enhanced some standard tables in sap , after upgradation does these changes will come or not?

what abt the userexits after doing upgradation does these are reflected or not?

thanks,

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
533

No the changes done to the SAP tables will not be upgraded. You will have to do it.

And there comes the role ur role to identify the objects that needed to be upgraded from older to newer version.

Check the transactions SPAU SPDD

Regards

Gopi

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
534

No the changes done to the SAP tables will not be upgraded. You will have to do it.

And there comes the role ur role to identify the objects that needed to be upgraded from older to newer version.

Check the transactions SPAU SPDD

Regards

Gopi

Read only

Former Member
0 Likes
533

Hi Kiran,

For the details, u can refer to the link below:

http://help.sap.com/saphelp_45b/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm

It gives the details about the transactions SPAU and SPDD which are used for the programs(User exits etc.) and dictionary objects respectively.

Regards,

Himanshu

Read only

Former Member
0 Likes
533

Hi Kiran,

You need to execute transaction SPAU/SPDD.

This is a part of each & every upgrade.

Once the upgrade is done, execute above transactions.

it will list few report with red icon.

Modify & activate them.

SPDD will take care of data dictionary objects.

Ensure that you put these objects in a transport request & later move them to subsequent systems i.e. QA & Production.

Best regards,

Prashant

Read only

0 Likes
533

what about user exits?

will the exits are copied if not what is the procedure to do

Thanks,