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

report to find function module names

Former Member
0 Likes
610

Hi all,

My requirement is to get generate a report with the list of obsolete function modules and the SAP recommended function module equivalent to it. i have identified the table to get the obsolete function module . I m not able to get the function module equivalent to tithe obsolete function module.

Thanks

siva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

If SAP is very nice, the new FM or Class is mentioned in the online documentation.

Check for instance the function module documentation for FM WS_DOWNLOAD

If this is not there, you could search SAP notes if it is mentioned there.

If not, then you have to search it yourself.

Kind regards, Rob Dielemans

2 REPLIES 2
Read only

Former Member
0 Likes
467

If SAP is very nice, the new FM or Class is mentioned in the online documentation.

Check for instance the function module documentation for FM WS_DOWNLOAD

If this is not there, you could search SAP notes if it is mentioned there.

If not, then you have to search it yourself.

Kind regards, Rob Dielemans

Read only

former_member209217
Active Contributor
0 Likes
466

Hi Sivaprasath,

U might have referred RODIR table for finding out function modules which are obsolete.

To find the replacement of obsolete function modules check OSS notes in service.sap.com with search string as the name

of the function module.

U will get Related notes where u can get the alternative FM.

Also check the documentation of obsolete FM,Else check the short description.It might be mentioned there itself for Alternative Function Module.

Regards,

Lakshman.