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

Reg : Package Validation

Former Member
0 Likes
682

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

4 REPLIES 4
Read only

Former Member
0 Likes
633

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...

Read only

0 Likes
633

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

Read only

0 Likes
633

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

Read only

0 Likes
633

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