Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function Group

0 Kudos

Why a function group is needed apart from a container to function modules?

please explain in detail.

2 REPLIES 2

Patrick_vN
Active Contributor

Have you tried help.sap.com? It contains a wealth of information.

And I can be mistaken, but I believe that this quest has already been asked/answered as well (or at least that is what my search engine makes me believe)

RiccardoEscher
Active Participant
0 Kudos

Not much detail, but the function group being a module unit contains common objects as global variables, form routines, dynpros, and so on, which can be shared by the single function modules. On one side you face the risk of side effects, on the other side you can do nice things like maintaining a buffering for example. Many SAP function modules use this technique.