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

Can a function module call another function module

Former Member
0 Likes
1,750

Can a function module call another function module:-

within the same function group

(ii) within different function groups

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,048

Hi,

We can call function from another function. If there is a function which is like a calculator and all the operations are from different functions then we have to call the functions from the calculator function for different functions.

If all the function are from same function group, Then the data is globally available to all the functions with in the group.

Otherwise we have to declare the data definitions for each of the functions if they are in different function groups.

Yes it is possible to call a function module from another function module:-

within the same function group

(ii) within different function groups

Reward.

3 REPLIES 3
Read only

Former Member
0 Likes
1,048

we can call function module with in the function module. with same and different also.

Read only

Former Member
0 Likes
1,049

Hi,

We can call function from another function. If there is a function which is like a calculator and all the operations are from different functions then we have to call the functions from the calculator function for different functions.

If all the function are from same function group, Then the data is globally available to all the functions with in the group.

Otherwise we have to declare the data definitions for each of the functions if they are in different function groups.

Yes it is possible to call a function module from another function module:-

within the same function group

(ii) within different function groups

Reward.

Read only

Former Member
0 Likes
1,048

Hi,

It is possible to call a function module within a function module it may and maynot belong same function group.

Thanks,

Sriram Ponna.