‎2005 Jul 08 8:16 AM
Hi all,
I have just been assigned to limit access to menu path <i>List->Save->File</i> from the output of an ABAP report. Tcode has also been assigned for this report. I was able to access PFCG but I'm not too familiar as to how I could limit access to a menu using activity groups and profiles.
Any enlightenment is very much appreciated. Thanks.
Sheila
‎2005 Jul 08 10:55 AM
Hi,
If it is a custom code, you can restrict it by using command SET PF-STATUS ... EXCLUDING <menufunc> where 'menufunc' is the function-code (what you get in the sy-ucomm field when you choose this menu option eg %PC is what you get for 'Save to file').
If you are using standard PF-STATUS (ie no explicit PF-STATUS assigned to the report), you may wish to copy and apply the standard interface (STLI of program SAPMSSY0) to this program. Then you can use this option (or change the PF-STATUS itself to exclude this option in SE41).
I do not think that with PFCG you can disable menu options from the output screen of a report.
cheers,