‎2007 Jun 12 6:54 AM
Hi All,
Can anyone tell me what is the difference between two versions from abap point of view.
Thanks,
Vibha
‎2007 Jun 12 6:57 AM
Hi Vibha,
ECC->enterprise central component.ECC 6.0 is the advanced version.if we consider in technical point of view then i can give u one example.
In the new version we have enhancement points and enhancement sections along with enhancemnts and BADI'S.SAP has provided these ,so that without going for access keys we can write our code in the enhancement points along with Standard SAP code.So now SAP has provided more user friendly environment.Also a new DEBUGGER also arrived with the new version.Now we can see more things in the new er version of DEBUGGER.
Thanks.
‎2007 Jun 12 6:57 AM
Hi Vibha,
ECC->enterprise central component.ECC 6.0 is the advanced version.if we consider in technical point of view then i can give u one example.
In the new version we have enhancement points and enhancement sections along with enhancemnts and BADI'S.SAP has provided these ,so that without going for access keys we can write our code in the enhancement points along with Standard SAP code.So now SAP has provided more user friendly environment.Also a new DEBUGGER also arrived with the new version.Now we can see more things in the new er version of DEBUGGER.
Thanks.
‎2007 Jun 12 6:58 AM
‎2007 Jun 12 7:00 AM
Hi
From the ABAP perspective, few differences are.
The WS_* function modules used in 4.6c has become obsolete from 4.7C. All the WS_* FMs have been replaced by GUI_* FMs.
(ii) Concept of Unicode is introduced.
(iii) Few tables have been modified in ECC6.0.
Tables TVARV & TTREX have been replaced by TVARVC & TTREXN respectively.
(iv) we have enhancement points and enhancement sections along with enhancemnts and BADI'S . and we can write the part of code in those points.
For functional differences please check out the following link:
http://solutionbrowser.erp.sap.fmpmedia.com/
Reward if useful.
‎2007 Jun 12 7:00 AM
hi,
to know the differences in each release
Here is the link for the same
http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
http://service.sap.com/releasenotes
Check this link ... this link will definitely explin u clearly the difference between the two versions...
http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt
See this weblog:
/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
Rgds
Anversha
‎2007 Jun 12 7:15 AM
Thanks for the reply, Anversha.
Im not able to open the foll link:
http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt
If u hav this ppt , could u pls mail it to my e id >> vibha_vas1947@yahoo.com.
Awaiting ur reply
Thanks,
Vibha
‎2007 Jun 12 7:01 AM
hi,
to know the differences in each release
Here is the link for the same
http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
http://service.sap.com/releasenotes
Check this link ... this link will definitely explin u clearly the difference between the two versions...
http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt
See this weblog:
/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
Rgds
Anversha
‎2007 Jun 12 7:01 AM
Hi
Refer this link for ECC 5.0 & 6.0:
http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
A similar post
/message/1783778#1783778 [original link is broken]
You can go through the Release Notes for each of the versions after 4.6B (4.6C, 4.7 , ECC 5.0 & ECC 6.0)
http://help.sap.com/saphelp_erp2005/helpdata/en/43/688055b88f297ee10000000a422035/content.htm
For 4.7 SAP R/3 http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/content.htm
Release Notes on SAP Web Application Server 6.30
http://help.sap.com/saphelp_47x200/helpdata/en/2b/64fc3e9d3b6927e10000000a114084/content.htm
http://solutionbrowser.erp.sap.fmpmedia.com/
Reward points for useful Answers
Regards
Anji
‎2007 Jun 12 7:02 AM
Hi,
you can try out these links
http://solutionbrowser.erp.sap.fmpmedia.com/
http://service.sap.com/instguides
The Following forums contain the same discussion:
Regards,
Padmam.
‎2007 Jun 12 7:02 AM
Hi,
From an ABAP point of view, there are not many changes, its just the WAS(web appl server) has changed frm 6.20 to 6.40 and also the new features are in the form of classes / methods.
in other words
4.7 is based on Basis 6.20
ECC 5.00 is part of mySAP ERP 2004 which is based on Netweaver (including SAP WebAS 6.40)
Check the link...
http://solutionbrowser.erp.sap.fmpmedia.com/
reward points if it is helpful..
Regards,
Omkar.
‎2007 Jun 12 7:21 AM
Hi Vibha,
When u try to debug the standard transaction of ECC ...u can find all the programs wher written in OOPS concept....since one who is proficient in object oriented concept can do much better....
Regards..
Balaji.. (Assign points if this helps u ...)
‎2007 Jun 12 7:25 AM
Hi,
The difference from an ABAP point would be the presence of Unicode mostly. Compatibility issues arise from the MOVE statement for example. You would need to use MOVE_CORRESPONDING a LOT OFTEN.
When using OPEN DATASETS you would need to add the 'ENCODING DEFAULT' option.
MODIFY statements too pose compatibility issues.
Some Function Modules have become Obsolete. e.g. POPUP_TO_CONFIRM has replaced some of the older POPUP versions.
INCLUDE STRUCTURE used inside type declarations need to have an addition 'AS GROUPNAME'.
‎2007 Jun 12 8:10 AM
Hi Anoop ,
Pls let me the <b>tech. differences</b> b/w 4.5b and ECC6.0
as im working on upgradation project ..
pls let me know asap...
for sure points wil be rewarded..
regards,
abc xyz
‎2007 Jun 12 8:03 AM
<b>difference between 4.7 and ecc 6.0</b>
is Debugger.......................
New Debugger provides :
1. three user specific desktops, which you can customize and save as your favorite debugger environment.
2. six standard desktops, which should cover most of the sommon working conditions in the debugger :
standard : stepping through the code
structures: compare structures
tables : compare tables
Objects : compare objects
DetailDispls: compare strings, simple fields
Breakpoints : maintain your breakpoints.
<b></b>
‎2007 Jun 14 10:10 AM