‎2007 Jul 31 7:30 PM
Hello Experts .
How to create package . do we need to transport package after creating?
‎2007 Aug 01 3:13 PM
1.T-code=SE80.
2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.
3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.
4. Next screen will open here you should give create request then next page will open
5.In the next page give short description this is your package identification,then click 'SAVE ' button now one unique number will open then give 'YES' button, now your package is created.
IF USEFULL REWARD
‎2007 Aug 01 3:13 PM
1.T-code=SE80.
2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.
3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.
4. Next screen will open here you should give create request then next page will open
5.In the next page give short description this is your package identification,then click 'SAVE ' button now one unique number will open then give 'YES' button, now your package is created.
IF USEFULL REWARD
‎2007 Aug 01 3:20 PM
The following naming conventions for packages determine the packages' functions:
Package begins with A-S or U-X:
These packages are for SAP standard objects. Customer objects cannot be created in them. Changes to objects of these packages are recorded by the Transport Organizer (Request management) and can be transported (see field transport layer.
Package begins with Y or Z:
Customer objects can be created in these packages. Changes to objects in these packages are recorded by the Transport Organizer (Request management). The objects can be transported to other SAP Systems (see the field transport layer ).
Package begins with T (private test package):
When you create a package of this type, you can specify whether you want changes to be recorded. If so, objects that are edited are recorded in local requests by the Transport Organizer. This package does not belong to a transport layer. Objects can only be transported to other SAP Systems if a transport request is created.
Package begins with $ (local package):
Changes to objects are not recorded by the Transport Organizer. The package does not belong to a transport layer. The objects cannot be transported.
Package begins with a namespace prefix:
If you have reserved a namespace, then you can create packages (and other objects) whose names begin with the namespace prefix.
(Example of a namespace prefix /COMPANY/, example of a corresponding package /COMPANY/DEVCLASS)
Changes to these packages are recorded by the Transport Organizer, and can be transported.
for step by step refer,
/people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system
or
goto SE80->choose DEVELOPMENT CALSS option-->provide name for PACKAGE--->press DISPLAY--->dispaly if exisist or it display dialog screen with CREAATE option and CANCEL-->choose CREATE option-->it will display dailog screen with required information like SHORT TEXT, APPLICATION COMPONENT, SOFTWARE COMPONENT--->save---activate.
or
goto SE11-->choose TABLE object>provide V_TDEC(predefined table required for package creation> choose DISPLAY> goto UTILITY>select CREATE option or CONTENTS>here system dispalys dialog box with all required fields( package name,short text, SOFTWARE COMPONENT )-->save.
HOW TO MOVE LOCAL PACKAGE DATA TO YOUR PACKAGE
1.IN the same screen you should give program option, then open your local program ,
2.'WRITE CLICK YOUR PROGRAM NAME', then give 'COPY' option
3.Next window will open here you should give 'TARGET PROGRAM NAME'.
4. THEN you should give you 'PACKAGE NAME'.
now you can store local package program's to your package.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 01 3:29 PM
hi,
1.T-code=SE80.
2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.
3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.
4. Next screen will open here you should give create request then next page will open
5.In the next page give short description this is your package identification,then click 'SAVE ' button now one unique number will open then give 'YES' button, now your package is created.
if helpful reward some points.
with regards,
Suresh Aluri.