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

Extra functionalities involvedin 4.7ee over 4.6c

Former Member
0 Likes
489

Hi,

I would like to know about the extra functionalites added in 4.7ee over 4.6c.

If any docus are there please send me at [email protected]

Regards,

B.Sreenivasulu.

Hi,

I would like to know about the extra functionalites added in 4.7ee over 4.6c.

If any docus are there please send me at [email protected]

Regards,

B.Sreenivasulu.

2 REPLIES 2
Read only

Former Member
0 Likes
463

Hi bysani sreenivasulu ,

There have been plenty of changes from 4.6 to 4.7 in terms of ABAP and ABAP Objects, probably the one that will affect your code the most are the unicode changes. I would recommend you go to transaction se38 (on your 4.7 system, I hope you have one, I couldn't find a nice source online) view the online help and then read the Release notes section.

Here is a quick short list though:

- Statements for character processing have additions IN BYTE MODE and IN CHARACTER MODE, this affects statements like DESCRIBE LENGTH, OPEN DATASET

- Header lines should not longer be used for tables (in OO context this is not even possible)

- TABLES statement in reports should no longer be used

- PNPCE for concurrent employement (new logical DB for HR)

- For OO abap there a plenty of short forms for method calls that were not previously available.

- One very cool feature is that data reference's can have actual data types and van be referenced directly without field symbols.

- Additions to many abap statements, for example there is now a ALL OCCURENCES addition to the replace statement.

- Class based exceptions are now available (although it is debatable how usefull these are seeing as there is no FINALLY part to the try catch statement, very disappointing but maybe that is just me).

- Friends have been introduced for OO abap.

- Dynamic program has plenty of improvements, for example there is now a TYPE TABLE OF variant for create data which lets you dynamically create an internal table with a structure type, your can also now call a class constructor with different importing parameters dynamically.

Thanks,

Reward If Helpful.

Read only

Clemenss
Active Contributor
0 Likes
463

Hi bysani,

look you here:

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/49/8f38bae62e2d49b6b01c8c73486ab5/frameset.htm">Release Notes for SAP R/3 Enterprise 470x200</a>

Regards,

Clemens