‎2006 Nov 24 6:47 AM
Hello,
can anybody help me? what are the differences are there between 4.6c & ECC 5.0 versions,means their may be change in the debugger screen or else in se38 editor Etc...
‎2006 Nov 24 6:49 AM
‎2006 Nov 24 6:49 AM
‎2006 Nov 24 6:49 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
rgds
anver
‎2006 Nov 24 6:49 AM
See this weblog:
/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
‎2006 Nov 24 6:52 AM
hi,
the main difference is the look and feel.
then there is an advanced debugger available.
the other main difference as far as a programmer is concerned is that
the statement
<b>IF a IS NOT INITIAL .
ENDIF.</b>
will not work in 4.6.
you can only use
<b>IF NOT a IS INITIAL.
ENDIF.</b>
in 4.6.