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

Former Member
0 Kudos

Hi all

Can anybody please explain function module and function groups with examples...

Thanks and regards

vijaya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It is basically a generic code which can be called within any other program with the facility to import/export parameters and tables. The function module is assigned to a function group. Hence Function group consists of FMs related to a specific group.

FM can be created using SE37 while FG can be created using SE80.

Example :

Create a Function group called ZDATE.

Within that group we can create FM lets say for Date Calculation.

FM - CALCULATE_DATE.

4 REPLIES 4

Former Member
0 Kudos

It is basically a generic code which can be called within any other program with the facility to import/export parameters and tables. The function module is assigned to a function group. Hence Function group consists of FMs related to a specific group.

FM can be created using SE37 while FG can be created using SE80.

Example :

Create a Function group called ZDATE.

Within that group we can create FM lets say for Date Calculation.

FM - CALCULATE_DATE.

Former Member

Former Member