‎2008 Mar 22 7:35 AM
Can a function module call another function module:-
within the same function group
(ii) within different function groups
‎2008 Mar 22 8:10 AM
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.
‎2008 Mar 22 8:09 AM
we can call function module with in the function module. with same and different also.
‎2008 Mar 22 8:10 AM
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.
‎2008 Mar 22 6:33 PM
Hi,
It is possible to call a function module within a function module it may and maynot belong same function group.
Thanks,
Sriram Ponna.