2008 Dec 22 6:34 PM
I am creating a new Z** message class....when I am creating a message class It is asking me a package...I am a functional guy...and I am not very much familiar with Packages...Can anyone throw some light on package in layman terms ? and also why it is used? Any precautions I should take while creating or choosing a package from drop down list?
I am creating a new Z** message class....when I am creating a message class It is asking me a package...I am a functional guy...and I am not very much familiar with Packages...Can anyone throw some light on package in layman terms ? and also why it is used? Any precautions I should take while creating or choosing a package from drop down list?
2008 Dec 22 6:41 PM
2008 Dec 22 6:42 PM
You may probably look into this thread
http://help.sap.com/saphelp_nw70/helpdata/en/d1/8018eb454211d189710000e8322d00/content.htm
PS please use forum search before making posting your queires
a®
2008 Dec 22 6:47 PM
Hi,
Packages are logic units, which allows you to segregate your development objects. You can i.e. group all country specific (for one country) development in one package, let say ZPL package. It may be later used for searching specific objects for certain country. You can on the other hand create separate packages for i.e. Function Modules, Classes, Reports etc.
The name doesn't matter (although should follow your system naming convention), so pick one that suits you best.
Note!
Special package name is &TMP (local) which is not transportable and will be used only in the dev system.
Regards
Marcin
2008 Dec 22 7:45 PM
HI Venkta,
Packages are used in SAP development to group all development objects together. For example you want to build a functional enhacement, for this you might ask developers to create various reports, sapscripts, BDCs and so on.
You can create new package and ask developers to create there objects under your package. You can get all objects created for your functional enhancement project. You can also track issues based on program packages, so that you can identify whether issue was in your package (functional enhacement project object).
All objects in SAP are categorized under different package names.
Let me know if you need more clarification or have further questions.
Best Regards,
Krishna
2008 Dec 22 7:46 PM
HI Venkata,
Packages are used in SAP development to group all development objects together. For example you want to build a functional enhacement, for this you might ask developers to create various reports, sapscripts, BDCs and so on.
You can create new package and ask developers to create there objects under your package. You can get all objects created for your functional enhancement project. You can also track issues based on program packages, so that you can identify whether issue was in your package (functional enhacement project object).
All objects in SAP are categorized under different package names.
Let me know if you need more clarification or have further questions.
Best Regards,
Krishna
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |