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

PROGRAM UNDER PACKAGES

Former Member
0 Likes
921

Hi,

I am creating ABAP programs and i wnat to store that abap

program under one package so that i can see all the program under one package.

can anybody tell me how to do this using SE80

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
860

right click program name in se80.

goto OtherFunctions- change package assignment.

G@urav

7 REPLIES 7
Read only

Former Member
0 Likes
861

right click program name in se80.

goto OtherFunctions- change package assignment.

G@urav

Read only

0 Likes
860

Hi gurav,

Thanks for ur reply.but i want to know how to see all

program under single package so i can use it in the future

thanks

Read only

0 Likes
860

Hi,

Once you have assigned all of your programs under same package, you can open that package in SE80 and you can see programs under program node of package hierarchy.

G@urav.

Read only

Former Member
0 Likes
860

Hi Pankesh,

Goto the T code SE80 --> Choose your pack age assignment of your program ($TMP) if its local

Then right click the program --> other function --> change package assignment. Give your own package..

Thanks

Yogesh

Read only

Former Member
0 Likes
860

Hi,

Create a package of your choice by selecting 'Package' from the drop down list.

Give all the necessary details like short description, Application Component like in which module you want it to appear etc....Specify all necessary parameters..

once package is created, you can assign all you programs to this package.

Reward poinst if useful.

thanks,

Asha

Read only

Former Member
0 Likes
860

Hi

When you try to save a abap report it will ask you which package you want to assign it to another way is in abap editor Goto -> Object directory entry.

For seeing all the programs in a package t-code se80 and choose packages in the dropdown and then fill the input field below with the package name it will show all the programs under it.

Regards,

Venkat

Edited by: venkat lakshmikanth tumu on Mar 20, 2008 7:56 PM

Read only

Former Member
0 Likes
860

Hi,

Go to Se80 --> Select Package from the drop down list --> Enter the package name --> Press Enter --> Under Object name --> Select the Programs tree --> Under this you can see the all the programs assigned to the package.

Thanks,

Sriram Ponna.