Show TOC

Background documentationCall Procedure Action

 

A Call Procedure action allows the execution of function modules as well as of methods of an ABAP OO class in the backend system. This action type is functionally equivalent to the procedure call expression, with only the following object type-related differences:

  • Like all action types, the Call Procedure action does not return any result.

  • Like all action types, you can define followup actions that are automatically triggered after the Call Procedure action has been executed.

More Information

Procedure Call Expression