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

Re: Difference between ABAP 4.7 and ECC 6.0

Former Member
0 Likes
1,010

Hi all ,

Can any one explain what is the difference between abap 4.7 and ecc 6.0

briefly . I will give u full points.

Thanks&regards

Bhushan

Hi all ,

Can any one explain what is the difference between abap 4.7 and ecc 6.0

briefly . I will give u full points.

Thanks&regards

Bhushan

7 REPLIES 7
Read only

Former Member
0 Likes
917

Hi,

Check this link, It will help you.

Thanks,

Read only

Former Member
0 Likes
917

in 4.7 we con not devolope web dynpro components.

in ecc 6.0 we can devolope webdynpro components in se 80

Read only

Former Member
0 Likes
917

Hi,

Go thru this Link ,U ll get multiple of Answers.

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=differencebetween4.7+ecc6&adv=false&sortby=cm_rnd_rankvalue

Regards,

Padmam.

Read only

Former Member
0 Likes
917

http://solutionbrowser.erp.sap.fmpmedia.com/

Use the above link and select the source and the target release versions.

Select the Solution area you want to look into and it will give you the delta functionality changes in the whole system, module wise.

Read only

Former Member
0 Likes
917

Hi,

The differences are as follows:

1. 4.6C supports both occurs 0 and types statement for internal table declaration. ECC6.0 is an object oriented concept, it supports only types statement for internal table declaration.

2. In 4.6C we make use of standard function modules such as “REUSE_ALV_GRID_DISPLAY” for displaying the report in grid format.In ECC6.0 we make use of “Classes” concept for the reusability purpose.

3. More of SAP scripts are used in 4.6C.In ECC6.0 more of smart forms are used since they are user friendly rather than SAP scripts.

4. In 4.6C for using currencies we need to make use of conversion routines where currencies are converted to character format.In ECC6.0 it is automatically taken care of.

5. In 4.6C we use LSMW for uploading data which is one time in use.In ECC6.0 we use new technologies like CATT and E-CATT for uploading data which are more popular.

6. In 4.6C we use more BDC’ s for posting data than BAPI’ s.In ECC6.0 the trend has changed from BDC’ s to BAPI’ s.

7. In ECC6.0 handling a table control is very easy compare to 4.6C even if resolution of the screen changes.

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

varma_narayana
Active Contributor
0 Likes
917

Hi Bhushan...

The differences between 4.7 and ECC 5.0

From Architecture point of view 4.7 runs on Web AS 6.10 or 6.20

where as ECC 6.0 runs in Web AS 6.40 Which has full fledged Netweaver Dev studio.

So Web dynpros can be created in ECC 6.0

From ABAP point of view ASSERTIONS AND CHECKPOINT (TCODE SAAB) are available from ECC 5.0 only.

Even Shared objects concepts also available from ECC 5.0 only..

Ont more important difference ..

In ECC 6.0 we have New Debugger Tool which allows the Debugging of Objects also and some more features as well.

REWARD IF HELPFUL.

Read only

Former Member
0 Likes
917

Hi Bhushan,

The main difference you will notice as a programmer is the difference in the debugger. You will find classical and advanced debugger.

Then you will find more BADIs. Most of the work is odne by BADIs and not by user exits.

Enhancement spot concept is aaded in ECC 6.0

Regards,

Reward if useful,

Supriya.