sapdev logo background
sapdev logo sapdev logo
Comments

ABAP PERFORM GENERAL Statement syntax, information and example SAP source code



Return to Statement index



PERFORM - general

Short Reference

ABAP Syntax PERFORM subr_identifier [ parameter_list ].

What does it do? This statement calls the subroutine specified with the name subr_identifier and assigns the actual parameters specified in
parameter_list to the formal parameters of the subroutine.

Latest notes: Subroutines are obsolete. Do not create new subroutines in new programs. Subroutines created in existing programs for internal modularization can continue to be called. Whenever possible you should avoid externally calling subroutines of other programs.

Example ABAP Coding See parameter_list
.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




PERFORM_FORM
PERFORM_OBSOLETE




comments powered by Disqus