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

FMs not captured in Code Inspector tool

Former Member
0 Likes
317

Hi,

I've created a variant for certain checks in SCI(Code Inspector tool) and have added check on certain FMs in Search Functs. section(FInd unwanted Language Elements). The FMs added are as follows:

1) DB_COMMIT

2) DB_SET_ISOLATION_LEVEL

3) DB_RESET_ISOLATION_TO_DEFAULT

4) SXPG_CALL_SYSTEM

5) SXPG_COMMAND_EXECUTE

Problem 1) When I try to test the variant via. a dummy report, 4th and 5th FM are not getting caught by SCI transaction. Also, for 2nd and 3rd FM warning message is displayed rather than Error message.

Problem 2) GOTO->MANAGEMENT OF->Message Priorities does not have option to change the type of error for 'Find Unwanted Language Elements'.

Need your valuable inputs to tackle both the problems.

Thanks & Regards,

Amit

1 REPLY 1
Read only

Former Member
0 Likes
268

Closing this thread as I've resolved the issue using below mentioned pattern in configuration:

  • XXXXX * (Please note the space between * and statement)

e.g. * CALL FUNCTION 'SXPG_CALL_SYSTEM' *