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 modules in a function group

Former Member
0 Likes
392

Hi

hoe many function modules can a function group contain and can we create a function module with out import parameters.

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
370

1. There isn't any limit.

But whenever you use a FM in your program, system will allocate memory for all the data definition maintained in the TOP include. So, put only relevent FM's in the FG and create another FG, if it has a different purpose.

2. Yes we can create

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
370

99 - as each function module is an INCLUDE program ending in a two digit number.

Yes.

Regards,

Nick