Sunday, 13 May 2012

How to define an external subroutine? | SAP-ABAP

 The subroutine which resides in a different program other than the perform statement is known as an external subroutine.
Syntax:
Perform <sub> (Prog).

No comments: