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

Technical differences between SAP Enterprise and SAP ECC 6.0

Former Member
0 Likes
647

Hi,

Can anyone plz tell me what will change technically after the upgrade from SAP Enterprise to SAP ECC 6.0, in respect to reports, module pool programming and other technical logics?

Thx,

KK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm

http://service.sap.com/releasenotes

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

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm

http://service.sap.com/releasenotes

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

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/

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

http://service.sap.com/instguides

http://service.sap.com/erp

http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt

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/

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.

Reward points for useful Answers

Thanks

Murali Poli

Hi,

Can anyone plz tell me what will change technically after the upgrade from SAP Enterprise to SAP ECC 6.0, in respect to reports, module pool programming and other technical logics?

Thx,

KK

3 REPLIES 3
Read only

Former Member
0 Likes
617

http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm

http://service.sap.com/releasenotes

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

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm

http://service.sap.com/releasenotes

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

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/

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

http://service.sap.com/instguides

http://service.sap.com/erp

http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt

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/

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.

Reward points for useful Answers

Thanks

Murali Poli

Read only

Former Member
0 Likes
616

Hi

SAP ECC6.0 is built with complete NETWEAVER components all of same version and with some extra functional verticals

Enterprise doesn't have Netweaver components except WAS.

And Unicode also comes into picture and Unicode errors become compulsory in ECC6.0

Certain screens also changed (like debugger) as far as technical things are considered.

see the links

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/

Check these links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/790e690c-0901-0010-7894-de8b3d91...

http://help.sap.com/saphelp_nw04/helpdata/en/94/c65839bec58b27e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a8/b9623c44696069e10000000a11405a/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/c1/1253164e665b4fa635af38b66dc166/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/f5/a9673e42613f7ce10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/dc/6b7f2f43d711d1893e0000e8323c4f/frameset.htm

Regards

Anji