Function Module and Subroutine

What is the difference between Function Module and Subroutine?

Questions by Jyoti Keshari

Showing Answers 1 - 3 of 3 Answers

Function module  stores in general repositary. That can be executed and tested seperately. We can raise expection in Function module.

In subroutine can not be executed and tested seperately. We can't rasie exception.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions