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 to create package

Former Member
0 Likes
2,852

can any one heip me i am new to abap

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,318

Hi Nani,

Package is nothing but 'Development class', normally it will be created by Basis team. We can use SE21 transaction for that.

If you satisfy with the solutions, please close the thread and reward.

Regards

*DJ

can any one heip me i am new to abap

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,318
Read only

Former Member
0 Likes
1,318

Hi Nani,

Use<b> SE21</b>.

Also SE80 can be used for creating a package, but its easier if you use SE21.

Regards

Aneesh.

Read only

Former Member
0 Likes
1,318

hi,

follow this link for creating package.

/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

<b>or</b>

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.

<b>or</b>

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.

regards,

Ashokreddy.

Message was edited by:

Ashok Reddy

Read only

Former Member
0 Likes
1,318

you can create package in se80.

Read only

Former Member
0 Likes
1,319

Hi Nani,

Package is nothing but 'Development class', normally it will be created by Basis team. We can use SE21 transaction for that.

If you satisfy with the solutions, please close the thread and reward.

Regards

*DJ

Read only

Former Member
0 Likes
1,318

hi thre

go to se21 or spackage

give the name of ur mesage zXXXX

click on create give shot description

fill the rest as given in the reqiurement

regrads

anuj

Read only

Former Member
0 Likes
1,318

Hi Nani,

This Document will help you to create Package.

Package Creation:

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