ABAP Keyword Documentation →  ABAP − Reference →  Obsolete Language Elements →  Obsolete Calls → 

PERFORM subr(prog)

Short Reference

Obsolete Syntax

PERFORM subr(prog) [IF FOUND] [parameter_list].

Effect

A variant of the external subroutine call that is not allowed in classes. The statement PERFORM calls the statically declared subroutine subr of a program prog.

Notes