‎2008 Mar 20 2:12 PM
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
‎2008 Mar 20 2:15 PM
right click program name in se80.
goto OtherFunctions- change package assignment.
G@urav
‎2008 Mar 20 2:15 PM
right click program name in se80.
goto OtherFunctions- change package assignment.
G@urav
‎2008 Mar 20 2:22 PM
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
‎2008 Mar 20 2:26 PM
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.
‎2008 Mar 20 2:21 PM
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
‎2008 Mar 20 2:24 PM
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
‎2008 Mar 20 2:25 PM
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
‎2008 Mar 20 2:42 PM
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.