‎2015 Feb 19 8:33 AM
Hello,
Is there a quick way to detect if a package or program is using an unreleased FM?
Thank you
‎2015 Apr 28 2:07 PM
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
‎2015 Apr 28 2:19 PM
Unreleased for customers. FM that abapers shouldn't use because they haven't been released and SAP doesn't award support.
‎2015 Apr 28 3:01 PM
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