‎2007 Nov 26 2:25 PM
Hi
hoe many function modules can a function group contain and can we create a function module with out import parameters.
‎2007 Nov 26 2:28 PM
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
‎2007 Nov 26 2:29 PM
99 - as each function module is an INCLUDE program ending in a two digit number.
Yes.
Regards,
Nick