Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.07 KB

function-routine.md

File metadata and controls

23 lines (12 loc) · 1.07 KB

code pal for ABAP > Documentation > FUNCTION Routine Check

FUNCTION Routine Usage Check

What is the intent of the check?

This check searches for the usage of function modules since non-RFC-enabled function modules became obsolete with the release of object-oriented ABAP.

How does the check work?

When a function group is checked, this check will determine the RFC status of all function modules inside it and report a finding for every function module that is not RFC-enabled.

How to solve the issue?

Use classes and methods instead as these are the intended tool for modularization in object-oriented ABAP.

What to do in case of exception?

There are no pseudo comments for this check since pseudo comments cannot be used in the definition part of a function module.

Further Readings & Knowledge