2005 Dec 29 10:14 PM
hi folks,
can anyone help me in understanding the upgradation tasks or process in SAP ABAP with some examples.
thanks
Vinu
2005 Dec 29 10:19 PM
Are you talking about what the r/3 upgrade process is?
http://www.thespot4sap.com/upgrade_guide_v2.pdf
Regards,
Rich Heilman
2005 Dec 29 10:24 PM
Rich,
I am talking about upgrade process related to the development work like in reports, conversions or related to screens something like that
Thanks
Vinu
2005 Dec 29 10:27 PM
2005 Dec 29 10:36 PM
Thanks Rich. can you elaborate on the first part you mentioned that the custom programs being unicode complaint?
Also in some cases the dialog screens might differ with the earlier versions. Are there any major upgradations from 4.5B to 4.6C?
Vinu
2005 Dec 29 10:43 PM
About differences between 4.5b and 46c, you will see major differences in some business processes. 46c is th enjoy release of r/3 where there are a lot of transactions that use frontend gui controls, like trees, text containers, docking containers, etc. Some transactions like Me21 have been redesigned in transaction Me21N. You can still use ME21, but the new version has a lot more stuff to it. The business object is still the same, just a different front end.
As for unicode, I would suggest doing a search on SDN for "unicode". There should be a lot of info.
Regards,
Rich Heilman
2005 Dec 29 11:39 PM
Thanks Rich. Your onputs really helped to understand the upgradation process.
Vinu
2005 Dec 30 4:22 AM
Release notes of the version typically gives you information as to what changed. With your custom developments, what you need to worry about are those programs where you used some SAP function modules that are not for everyones use. SAP may have changed the functionality of some of those function modules and that may effect your code.
Also watch out for all those modifications/repairs you did to the system. All those will have to be monitored. They may be wiped out and you may have to reapply them after upgrade.
Srinivas