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

PACKAGES

Former Member
0 Likes
658

Hi there geeks, I want to know , it is necessary have a package for every object ( or a group of objects with something in common) Z ( or Y) that you develop or you could use the same for all ?. Which one is the best practice???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

if you are working on one development which includes program creation,table creation ,function module creation,then you need assign one transport request to these development

in my company we use package for each module

let me say example :

SD Module - we use ZSD Package

MM Module - we use ZMM Package.

Best practice would be use one package for one module

Thanks

Seshu

4 REPLIES 4
Read only

Former Member
0 Likes
620

Yes .. its necessary that each and every object is associated with the package.

And it is a best practice to save all the relevant objects in a package.

If you are not interested in transporting the objects that you are creating,

then you can use $TMP (local objects) package for the same.

~ Ramanath.

Read only

Former Member
0 Likes
621

if you are working on one development which includes program creation,table creation ,function module creation,then you need assign one transport request to these development

in my company we use package for each module

let me say example :

SD Module - we use ZSD Package

MM Module - we use ZMM Package.

Best practice would be use one package for one module

Thanks

Seshu

Read only

Former Member
0 Likes
620

HI,

Normally the packges are created for each and every module... or sometimes we use one package for all the developments..

Never create a package for each object....

and also pakcages would be created for specific project also...

Thanks

Mahesh

Read only

Former Member
0 Likes
620

I would suggest use the same package for all the requests u create for the same module and this is followed in many companies.

However in some places only one package exists for the entire development.

Shreekant