‎2008 Jul 28 8:54 AM
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!!
‎2008 Jul 28 8:56 AM
Hi!
Check out this link
http://help.sap.com/saphelp_nw04/helpdata/en/2e/6d66647d9011d396b60000e82de14a/content.htm
Regards
Abhijeet
‎2008 Jul 28 8:56 AM
Hi!
Check out this link
http://help.sap.com/saphelp_nw04/helpdata/en/2e/6d66647d9011d396b60000e82de14a/content.htm
Regards
Abhijeet
‎2008 Jul 28 8:58 AM
‎2008 Jul 28 9:10 AM
Premraj,
just refer:
http://help.sap.com/erp2005_ehp_02/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm
everything is there under hyperlink.
Amit.
‎2008 Jul 28 2:28 PM
Is it necessary to do SPAU resolution after SPDD?
As we can adjust data dictionary prior to changing the code... Please Clarify.
‎2008 Jul 28 2:38 PM
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
‎2008 Jul 28 2:40 PM
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
‎2008 Jul 28 2:49 PM