Page 1 of 1

Giving Access to All Users of AP

Posted: Fri Mar 28, 2008 6:29 am
by musman
I have developed a new report and i want to give access to a single user
Can i have to create new responsibility and assign that report to it, or some other way

Thanks

Posted: Mon May 26, 2008 5:44 pm
by Wim van der Veer
Hello Musman,

You have to create a new responsibilty and assign the single report to it. I had the same problem and it is the only way to give a small group of people access to the reports since you need to protect the report being used by the wring users.

Regards,

Wim van der Veer
Capgemini Belgium

Posted: Wed Aug 20, 2008 11:22 pm
by wenjie
Just check it in "AFTER PARAMETER FORM"

IF USERNAME <> "ME" THEN
srw.message(1,'You have no right.');
raise no_data_found;
end if;