What is ABAP subroutine
Thursday, July 3rd, 2008A subroutine is a reusable section of code. It is like a mini-program that can be called from another point in your program. Within it you can define variables, execute statements, compute results, and write output. To define a subroutine, use the form statement to indicate the start of a subroutine, and use endform to [...]
Popularity: 19% [?]