‎2007 Sep 06 2:55 PM
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???
‎2007 Sep 06 3:03 PM
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
‎2007 Sep 06 3:03 PM
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.
‎2007 Sep 06 3:03 PM
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
‎2007 Sep 06 3:14 PM
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
‎2007 Sep 06 3:17 PM
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