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

Transaction SPDD - For Data Dictionary

Former Member
0 Likes
1,145

Dear Abapers,

Please provide me some good material with detailed step-by-step procedure to use Tcode: SPDD.

Would be very gratefull to you...

Thanks in Advance!!

1 ACCEPTED SOLUTION
Read only

Former Member
7 REPLIES 7
Read only

Former Member
Read only

Former Member
0 Likes
894

hiii

check steps from following link

regards

twinkal

Read only

Former Member
0 Likes
894

Premraj,

just refer:

http://help.sap.com/erp2005_ehp_02/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm

everything is there under hyperlink.

Amit.

Read only

Former Member
0 Likes
894

Is it necessary to do SPAU resolution after SPDD?

As we can adjust data dictionary prior to changing the code... Please Clarify.

Read only

0 Likes
894

These are the activites that are performed in a sequence during an Upgrade:

1) SPDD

2) SPAU

3) Custom Objects Adjustments

It is necessary to do SPAU after SPDD, The Changes made by custom modifications are overwritten by the Upgrade, The Customer made changes to the standard code need to be carried forward in SPAU Activity.

Regards,

Sai

Read only

Former Member
0 Likes
894

All the objects which are modified, after tansporting to the current system,

will be listed in SPAU and SPDD. SPDD contains the list of all modified Data Dictionary objects, like tables, dataelements, domains,view...etc. The rest of all the modified repository objects will be listed in SPAU.

After the initial upgrade happens, we have to do adjustments from SPAU/SPDD to maintain or reset the changes. That is, from the list of objects in SPAU/SPDD, you have to either carry forward the changes to the new version, by choosing the option ADOPT CHANGES (available on right click) or RESET TO ORIGINAL (available on right click).

they will be listed in these transactions, after the BASIS updgrade activity.

And what if we apply some patches(Notes) to the system? What is the impact of these patches to the SPAU transaction?

Ans: Patches will be supported by the version upgrade. In case of notes, we have to verify whether these notes are supported by the new version (you can go into http://www.service.sap.com/notes to verify this. Also, we have to analyze whther the code in the note is already incorporated in the new version. In this case you can ignore the chanes choosing RESET TO ORIGINAL option

If you have applied any OSS notes to objects in your system, the hot package may overwrite these objects.

SPDD is used to identify dictionary objects

Read only

Former Member
0 Likes
894

Thanks a lot for your response which clarified my doubt...