‎2009 Feb 14 7:05 AM
Hi All,
I have a requirement like this,
I want to store all dev-objects which starts with ZMM* into a package ZPACK_MM , likewise all ZHR* programs into ZPACK_HR .
system has to check the above condition, even if I am trying to save a ZMM object in HR package system should not allow that operation.
Experts, guide me hw to ach've this ..
With Regards,
S.Bharanidaran
‎2009 Feb 14 7:10 AM
The program you want to move in new package....right click on it...then click on "other functions"....then click on "Change Package Assignment"...now give the new package name......now proceed...
‎2009 Feb 14 7:15 AM
Hi Arunima Rudra ,
my requirement is to , when u create any object (program/table) based on the name of the object, sysytem has to validate the package.
Ex : ZMM001 - if I selct the package as ZPACK_HR, system shouldnt allow to store in that...
With Rgds,
S.Bharani
‎2009 Feb 14 8:01 AM
so first you have to create the package by going se80 before creation of ZMM001 and give name ZPACK_HR
Arunima
Edited by: Arunima Rudra on Feb 14, 2009 1:32 PM
‎2009 Feb 14 10:28 AM
Hi Arunima,
My requirement is , i have already created 2 packages namely ZPACK_HR , ZPACK_MM.
now , i am creating a program ZMM_RPT1, at the time of saving system will prompt for the package, that time,
system has to check, if the program name starts with ZMM , it has to be stored only in ZPACK_MM.
With Rgds,
Bharani