Application Development 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: 

ECC version upgrading

Former Member
0 Kudos

Hi Friends

Can anyone describe me how function group and function module are impacted while ECC version upgrading

With Regards

Kanna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

while ECC upgarde there r so many things affected in FM. ex: in 4.6 versin having conversoinal ABAP

where in ECC its OOPs concept.

if u want to correct FM, use tcode SPAU

Regards,

Ramesh.

6 REPLIES 6

Former Member
0 Kudos

Hi Kannna,

Please check the link.

https://www.sdn.sap.com/irj/sdn

Regards

Former Member
0 Kudos

Hi,

while ECC upgarde there r so many things affected in FM. ex: in 4.6 versin having conversoinal ABAP

where in ECC its OOPs concept.

if u want to correct FM, use tcode SPAU

Regards,

Ramesh.

Former Member
0 Kudos

Hello,

As we all know ECC version mostly based for Object oriented programming concept,so most of FM are affected by that.

And most of the Function modules are obsolete in ECC 6 .0 version

Example :WS_upload or WS_download are obsolete in ECC 6.0

So we need replace it with GUI_Upload or GUI_download.

As of now you will not face problem but in near future with new releases you may face problem,that is why SAP ask to change according to upgrade.

Regards,

Vishal

Former Member
0 Kudos

>

> Hi Friends

>

> Can anyone describe me how function group and function module are impacted while ECC version upgrading

>

> With Regards

> Kanna

Hi

there is no impact on Function Group.
FM will be changed 
like: UPLOAD FM

former_member209217
Active Contributor
0 Kudos

Hi Kannan,

While upgrading from an older version to newer version some function modules become obsolete and the might not be available in ECC6.0.So ,u need to find the exact replacement of the functional module in latest version.

For example ws_upload and ws_download and ws_filename_get are obsolete in ECC6.0

They are replaced by gui_upload and gui_download and cl_gui_frontend_services (class).

U can track the changes of standard functiona modules and function group usding transaction SPAU.

Apart from that if ur facing any problem with standard SAP objects u can chk SAP notes in Service.sap.com

But for customer objects we need to check manually for unicode and syntax errors in the upgraded version.

For finding the list of FMs which are obsolete chk the table RODIR.

Hope this will help.

Regards,

Lakshman.

Former Member
0 Kudos

As part of Upgrade SAP may discontinue some of the Function module and provide the Enhanced Function modules for the same.

The program which are using the old function module will stop wokring and you will have to perform programming changes to replace OLD with NEW.

GUI_DOWNLOAD should be used instead of WS_DOWNLOAD.

Regards

Shital