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

SAP Versions

manubhutani
Active Contributor
0 Likes
288

Hi Guru's

Can anybody tell me the main differences between the SAP Versions specifically 4,6,4,7 and 5.0 in terms of ABAP

please Dont provide lnks,but only in brief the main points

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
265

hi,

From the ABAP perspective, i will give out a few differences.

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) For ECC 6.0 is called netweaver component here you have ABAP+JAVA stack.

ECC6.0 supports UNCODE.

For installing 4.6 you don't required solution manager key.It only having ABAP stack.

4.6C supports NONUNICODE.

(v) There is lot difference between 4.6c and 6.0

1) ecc 6.0 coming with inbuild webdynpro , BSP it is not 4.6c

2) In ecc we have interactive forms concept where it was not there in 4.6c

3) 4.6c there is no unicode concept here we have unicode and non unicode

(vi) For functional prespective follow this link

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

Hope this helps, Do reward.

1 REPLY 1
Read only

Former Member
0 Likes
266

hi,

From the ABAP perspective, i will give out a few differences.

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) For ECC 6.0 is called netweaver component here you have ABAP+JAVA stack.

ECC6.0 supports UNCODE.

For installing 4.6 you don't required solution manager key.It only having ABAP stack.

4.6C supports NONUNICODE.

(v) There is lot difference between 4.6c and 6.0

1) ecc 6.0 coming with inbuild webdynpro , BSP it is not 4.6c

2) In ecc we have interactive forms concept where it was not there in 4.6c

3) 4.6c there is no unicode concept here we have unicode and non unicode

(vi) For functional prespective follow this link

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

Hope this helps, Do reward.