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

how many objects we can keep in a package

Former Member
0 Likes
868

hi

how many objects we can keep in a package while developing a project?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
816

hey jyothsna

there is no such limit as far as i know from my experience.Package is nothing but grouping of similar objects . In any project you will have many packages and when you develop objects with similar functionality then you will have to group them under a common package. There should not be a restriction on this .If this is restricted then just imagine where would you assign your new objects with similar functionality

cheers

shivika

hi

how many objects we can keep in a package while developing a project?

4 REPLIES 4
Read only

Former Member
0 Likes
816

There is no defined limit on no. of objects in a package.

Reward points if it answers ur question.

Darshil

Read only

Former Member
0 Likes
817

hey jyothsna

there is no such limit as far as i know from my experience.Package is nothing but grouping of similar objects . In any project you will have many packages and when you develop objects with similar functionality then you will have to group them under a common package. There should not be a restriction on this .If this is restricted then just imagine where would you assign your new objects with similar functionality

cheers

shivika

Read only

uwe_schieferstein
Active Contributor
0 Likes
816

Hello Jyothsna

If you already working on SAP releases >= 6.20 then you should consider to build up a <b>package hierarchy</b> if you feel you have too many objects within a package.

The problem is not the number of objects but to group objects having similar functions together into a package. A very nice example of a package hierarchy can be seen for package <b>RE </b>(<i>Real Estate Enterprise Add-On</i>):

RE
  --> RE_AJ
         --> RE_AJ_BD
...
  --> RE_AR
...

Regards

Uwe

Read only

Former Member
0 Likes
816

Hi,

There isn't anything like that regarding how many objects you van have in a package....There is no limit u can have any no: of them...but the only thing is just check that it doesn't have the same names to get conflicts.....

if useful reward with points,

with regards,

madhuri.