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

limitation of function mudule under one function group

Former Member
0 Likes
1,466

Hi All,

Is there any limitation of creating function module under one function group.

I am trying to create a function module under a function group which already contains 99 function module. While attempting to create 100th function module i says 99 function module created. Is it the limitation of a function group or we can add more function module by changing function group properties??? If yes, please tell me how to do that!!!

regards

sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
837

Hi

Generally we will not be creating so many fun modules in the same group

We will be using different fun groups based on the module, application and logic/usage of the fun module. You said You created already 99 and trying to create 100..ofcouse we never tried so many in each group

It is better to use once own group so that afterwards if any problem comes in a single fun module also all other will get effected and create a probelm while transporting.

So I advise that better to use different fun groups for different fun modules atleas based on Module(SD,MM etc) and to create? and in real time we will not be creating hundreds of fun modules...

<b>Reward points for useful Answers</b>

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
838

Hi

Generally we will not be creating so many fun modules in the same group

We will be using different fun groups based on the module, application and logic/usage of the fun module. You said You created already 99 and trying to create 100..ofcouse we never tried so many in each group

It is better to use once own group so that afterwards if any problem comes in a single fun module also all other will get effected and create a probelm while transporting.

So I advise that better to use different fun groups for different fun modules atleas based on Module(SD,MM etc) and to create? and in real time we will not be creating hundreds of fun modules...

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
837

Hi,

Its the maximum that you can create. you can create only 99 FMs in a Function group. There is no way to create more than that.

What you can do is Create a new Function group in the same package and then use this one to create new FM's.

Regards,

Sesh

Read only

Former Member
0 Likes
837

This is the limitation... u can crate max 99 FM in a Function Group..

<b>An ABAP program, which is the only program to contain function modules, and is usually loaded through the use of a function module. A function group can currently contain a maximum of 99 function modules. It supports its own screens.

</b>

You can check in abap help Glossary for more info.

Reward if useful

regards

Prax