Posted by [IP Address: 152.163.197.57] 'John A. Jarboe' on September 20, 2001 at 10:41:28 EST:
In Reply to: Re: Not sure you can...urgent posted by [IP Address: 152.163.197.57] 'steve' on September 19, 2001 at 22:35:01 EST:
If the menu path executes (SUBMITS) another report then you control the report execution with S_PROGRAM by placing an authorizatin group on the program using RSCSAUTH and not giving that vale to the user. If the menu path only calls a function module to display something or call a transaction that is not a report you have to find a user exit. When you are in the document enter debug (/h) and on the pull down path bREAKPOINT->BREAKPOINT AT->STATEMENT enter SUBMIT then repeat and enter AUTHORITY-CHECK, you can then see if SAP can chek anything
: I have give the following authorization objects only for the VA01/02/0321/22/23 authorizations. S_PROGRAM is given to them at all.
: S_TCODE
: K_CKBS
: K_KEKO
: K_KER_TC
: K_KEA_TC
: V_VBAK_VKO
: V_VBAK_AAT
: B_USERSTAT
:
: I am not sure what to do but customer is very much interested in it to control. Please advice. Thank you.