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

Code inspector for unreleased FM

joao_sousa2
Active Contributor
0 Likes
669

Hello,

Is there a quick way to detect if a package or program is using an unreleased FM?

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
561

Dear Joao,

Do you mean a not activated FM ? In that case,  run the code inspector with Extended Program Check selected, it will give an error for each not activated object.

regards,

Hans

Read only

0 Likes
561

Unreleased for customers. FM that abapers shouldn't use because they haven't been released and SAP doesn't award support.

Read only

0 Likes
561

Dear Joao,

I ran some scans on objects with not released functions but unlucky, it didn't raise any message.

However, you can scan your objects with the test 'Search Functs.' --> 'Search for ABAP Statements with Regular Expressions' and FUNCTION as expression. You will get a list with all the FM calls in your search set and can then manually check if they are unreleased. Cumbersome but better then passing thru all the sources.

Hope this will help you.

regards,

Hans