Interview Questions

What are Function Modules?

SAP Reports,SAP DB,ALE, SAP Tables questions and answers


(Continued from previous question...)

What are Function Modules?

Answer1:
Function modules is a extranal subroutine.we can call it to outside the program.its a mini program. its used for redues the coding,easy to find error.

Answer2:
Function modules is like a small program (is not a suboutine because sub-routines are not standalone objects-i.e we cannot execute them alone) which are similar to 'functions' in C.

We can pass the varible and get the return values even with out knowing what is happening in its code.

They are standalone programs-i.e.we can debug and execute them alone unlike subroutines and macros and includes.

(Continued on next question...)

Other Interview Questions