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

memory allocation for program and function module

Former Member
0 Likes
333

hi experts,

if we call any function module in a program.will they use same memory or different memories.

thnaking u,

1 REPLY 1
Read only

Former Member
0 Likes
280

Hi

The funciton module uses different memory. That is the reson we need to pass the value from program to function module.

Venkat.