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 module and sub-routine

Former Member
0 Likes
324

Hi Guys,

Could any one of you tell me how to create a sub-routine inside a function module.

I mean in which include we have to create this sub-routine so that it wil be accessed by the entire function module without any errors.

Vishnu.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
304

You can create a new include in the function group and put the subroutine in there.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
304

Hi Vishnu,

In the function pool. You have several includes. The first include in general contains

the global data. And the second include contains the function modules.

Thanks,

chaitanya.