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

difference between 4.6c & ECC 5.0 version

Former Member
0 Likes
455

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...

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
Read only

anversha_s
Active Contributor
0 Likes
432

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

Read only

Former Member
0 Likes
432

See this weblog:

/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training

http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000497320&_SCENARIO=01100035870000000112&_O...

Read only

Former Member
0 Likes
432

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.