Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What is the difference between the function module and a normal ABAP/4 subroutine?

Go down

What is the difference between the function module and a normal ABAP/4 subroutine? Empty What is the difference between the function module and a normal ABAP/4 subroutine?

Post  Admin Sat Apr 07, 2012 12:03 am


In contrast to normal subroutines function modules have uniquely defined interface.
Sub routines do not return values.
Sub routines do not return exceptions.
Sub routines cannot be tested independently.
Declaring data as common parts is not possible for function modules. Function modules are stored in a central library.

Admin
Admin

Posts : 92
Join date : 2012-01-26

https://mysaplab.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum