Application Development and Automation 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: 
Read only

function group

Former Member
0 Likes
689

Hi all

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

Thanks and regards

vijaya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
660

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
Read only

Former Member
0 Likes
661

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.

Read only

Former Member
Read only

Former Member