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 Packages we create?!!

Former Member
556

Hi Friends,

I have a general doubt. Do the ABAPers create Packages or the Basis guys?..

If yes on which basis they create packages.....?

While creating objects(reports etc) do we save them all under only one request number or one for every object?

Sorry for the chain of questions...but i think they are related to each other!!

Please give me a detailed reply.

Thanks in advance.

Regards,

Ram

Hi Friends,

I have a general doubt. Do the ABAPers create Packages or the Basis guys?..

If yes on which basis they create packages.....?

While creating objects(reports etc) do we save them all under only one request number or one for every object?

Sorry for the chain of questions...but i think they are related to each other!!

Please give me a detailed reply.

Thanks in advance.

Regards,

Ram

2 REPLIES 2
Read only

suresh_datti
Active Contributor
478

>>>Do the ABAPers create Packages or the Basis guys?..

ABAPers.

>>>which basis they create packages.....?

It depends on the kind of project.. If it is a big implementation across diff modules, all dev objects belinging to a module could be grouped under one package..

>>While creating objects(reports etc) do we save them all under only one request number or one for every object?

Again, it is a matter of conveneience & really depends on whta the actual requirement is.. Suppose the reqt is to create two interfaces outbound & inbound with the same vendor, thye could be tied to the same Tr Req.. only thing is all the Object can be migrated at the same time only..

~Suresh

Read only

Former Member
478

Hi,

1. Creating Packages varies from project to project. In some projects packages will be created per module in the initial stage of project and you need to save your request under that module.

In some projects you need to create the package for one transport. According to the client requirement.

I have worked in both scenarios.

2. Generally we save under one request. If it is a Script then all client independent objects will be saved in one object and client dependent objects in another request. So that makes convienent in transporting between developing and testing client.

Br,

Laxmi.