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

Restriction in menu path access

Former Member
0 Likes
336

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

1 REPLY 1
Read only

Former Member
0 Likes
261

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,