Restrict user to see the contents of a transparent table

Hi fnds,
i want to restrict users in seeing the contents of a database table..
ithat is, when they go to se16 and hit enter.. and try to execute F8 button.. it should not show any records and no access should be available to that user...
Can this be possible with auth object - whoever is authorizeed they only shoud see the contents..
how to do this.. this table doenst not have table maintanence -- no SM30 data maintancne..
help me,
thanks
Niraja

This is part of the table definition in the data dictionary (not sure with what release that was introduced, but if you're not on an old system you should probably have it). I.e. in the data dictionary (SE11) on the Delivery and Maintenance tab for the table you have a field Data Browser/Table View Main., which you should set to N Display/Maintenance not allowed. If you check the F1 help on the field you'll get a nice long explanation.
If you don't have this option (on an old release) check out OSS note [26909 - SE16 - Security|https://service.sap.com/sap/support/notes/26909], which explains your other option via authorization object S_TABU_DIS (access control might be a bit too coarse). See also OSS note [546797 - FAQ Data Browser (SE16)|https://service.sap.com/sap/support/notes/546797].
Cheers, harald

Similar Messages

  • With XP as my OS the other users don't see the contents of the Library that I have created

    With XP as my OS the other users don't see the contents of the Library that I have created

    If you have created new users on your computer they will not be able to share or see your library unless you move the music directly under the C: drive. When you download/import music to iTunes it will always be under your User name even if you are the only User.
    If you decide to move your music directly to the C: drive be sure to change the preferences in iTunes to locate the new music and the new location.
    iTunes Preferences: Edit > Preferences > Advanced and once you're there, just change location of iTunes media.

  • How to see the content of stored prodecure in sql plus worksheet or sql.plu

    Hi
    i want to see the content of the stored procedure on sql worksheet or sql plus. is there any command for this ?
    please let me know
    thanks

    Hi Anil:
    Following is for SQL*Plus
    If you are logged on to the schema that owns the stored procedure you can issue the following query:
    select text from user_source where name = 'MY_PROG_NAME'
    ORDER BY TYPE, LINE ASC;
    Where MY_PROG_NAME could be the name of a package, procedure or function. Note that when you look at a package source you'll get the specfification and the body listing, in that case you may want to split them into two with following queries:
    spool MY_PROG_NAME.spec
    select text from user_source
    where name = 'MY_PROG_NAME'
    AND TYPE = 'PACKAGE'
    ORDER BY TYPE, LINE ASC;
    SPOOL OFF
    spool MY_PROG_NAME.body
    select text from user_source
    where name = 'MY_PROG_NAME'
    AND TYPE = 'PACKAGE BODY'
    ORDER BY TYPE, LINE ASC;
    SPOOL OFF
    If you are logged on as SYSTEm, you can substitute USER with DBA and look at code for all schemas, however you may need to add OWNER to your query.
    DESC USER_SOURCE
    Name Null? Type
    NAME NOT NULL VARCHAR2(30)
    TYPE VARCHAR2(12)
    LINE NOT NULL NUMBER
    TEXT VARCHAR2(2000)
    DESC DBA_SOURCE
    Name Null? Type
    OWNER NOT NULL VARCHAR2(30)
    NAME NOT NULL VARCHAR2(30)
    TYPE VARCHAR2(12)
    LINE NOT NULL NUMBER
    TEXT VARCHAR2(2000)
    Hope this helps,
    Thomas

  • Unauthorized User can see the aggregated result?

    Dear all,
    I got a problem that, unauthorized user can see the aggregated result.
    e.g. A user who is allowed to read data of Sales Office (0SALES_OFF) 0001 only. (It is done in the RSECADMIN already)
    Now a cube contains Sales records of Sales office 0001 & 0002 :
    Sales Office 0001  Sales Value 3000
    Sales Office 0002  Sales Value 2000
    When the user execute a query from the cube without any selection criteria, it give the aggregated Sales Value 5000.
    But if the user try to drill down for each sales office, it can then give error, because the user are not suppose to see Sales Office 0002 records.
    What I expect is an error at the very beginning when the user execute the query, saying the cube contains data that the user is not suppose to see, the user need to put in the correct Sales Office as criteria first.
    Is there anyone can help on this issue?? I have no idea how can this happened?
    Many Thanks!!!
    Chris

    Hi,
    Now I understood your concern correctly. Unfortunately, I do not have prompt answer for you. So, User should be able to view the aggregated result, but not to irrelevant sales office. If you don't have condition on Aggregated Result, restricting to individual Sales Office can be done in RSECADMIN.
    Let's wait for other's opinions.......
    Regards,
    Suman

  • Restrict user to see specific employee record

    How I can rsHow can I restricted a user to see the only those employee whose location_code(assignment form Location Code) like XX
    Edited by: user12879396 on Mar 11, 2012 6:24 AM

    Hi Dear,
    It shouldnt be much difficult. Just follow the below example steps:-
    step1. Navigate to HRMS Manager responsibility -->Security --> Profile
    Step2. Give the name and other details and select the tab "Custom Security"
    Step3. write code like below
    ASSIGNMENT.location_id in (select LOC.location_id
                             from hr_locations_all LOC
                             where LOC.location_code
                             in ('London','Paris'))
    Step4. Save your work and attach this security profile to the responsiblity where you want this restriction.
    Hope this helps.
    Thanks,
    Avinash

  • I used Time Machine to recover my Pictures folder. This created a folder called Pictures (original) but I cannot open it.  There is a do not enter roadsign, red disk and white bar on it.  How can I see the contents?

    I used Time Machine to recover my Pictures folder. This created a folder called Pictures (original) but I cannot open it.  There is a do not enter roadsign, red disk and white bar on it.  How can I see the contents?

    Repairing the permissions of a home folder in Lion is a complicated procedure. I don’t know of a simpler one that always works.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    chmod -R -N ~
    The command will take a noticeable amount of time to run. When a new line ending in a dollar sign ($) appears below what you entered, it’s done. You may see a few error messages about an “invalid argument” while the command is running. You can ignore those. If you get an error message with the words “Permission denied,” enter this:
    sudo !!
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Next, boot from your recovery partition by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the recovery desktop appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” (without the quotes) and press return. A Reset Password window opens. You’re not going to reset the password.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select  ▹ Restart from the menu bar.

  • USB port on wrt610n i can see the drive but cannot see the content

    USB port on wrt610n i can see the drive but cannot see the content
    I have followed the instructions I see the drive but when I try to acess the drive I get a empty new folder
    help I am lostwhat should i do

    winmaco wrote:
    Yes i have it is working on my PC
    One thing in setting up the usb I had to use a different password
    my router has a password and the only way I could move forward was to use the default admin admin user name and password
    I could not use my router user name and password.
    The username and password for the share on your attached drive can be anything you want them to be. I assume you set up a share on the attached drive? That's where you need to add a password for the share, although for ease of use I never did assign a password to the shares.
    You do know that the firmware for the Storage Link is buggy, right? File size limitations as well as file corruption issues? Connectivity issues also rise up, with the only workaround that I have found is a script that you have to run every time you boot up your computer. As far as I can see the Storage Link function is a poorly implemented idea. No firmware in sight to fix the issues, and no idea of when.

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • "No configured AirPort base stations have been found."  I can see the content of the TimeCapsule's drive in finder and Time Machine but it no longer is making backups. Ideas?

    Bought new TimeCapsule March 2013. Worked fine. Now get "No configured AirPort base stations have been found."  I can see the content of the TimeCapsule's drive in finder and Time Machine but it no longer is making backups. Ideas?

    Make sure that you have AirPort Utility 6.3.1 installed on your Mac.
    AirPort Utility 6.3.1 for Mac - Support - Apple
    Then, power off the entire network...all devices...in any order that you want
    Wait a minute, then start the modem first and let it run a full minute
    Start the next device connected to the modem, which may be your Time Capsule and let it run a minute
    Keep starting devices one at a time the same way until the entire network is back up
    See if AirPort Utility can "see" the Time Capsule now.
    If yes, try another backup. If you encounter an error message, post back with the exact message.

  • I dropped my ipad and I can no longer see the contents but they're there on itune

    My iPad two was dropped - not hard only from a low table to the floor and it was in a leather case - now I can no longer see the contents on the iPad. I can see the contents in Itune but no display on my pad. Please help!

    Try resetting the device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Apple appears (up to 30 seconds). Once the reset is complete the "Slide to Unlock" screen will display.
    Cheers,
    GB

  • How to find the user who deleted the contents of DSO.

    Dear friends,
    Can u please tell me ,how to find the user who deleted the contents of the DSO.
    The user has deleted the complete contents of the DSO. We need to find the user ,date and time.
    regards,
    Vijai

    Hi,
    If the user has used the manage option to delete the contents of the DSO then the changed by field will be updated by the users name. In case a program is used for the deletion then it wont be the case.
    Regards
    Govind.

  • When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    Is this any link in any page, or one particular link in a particular page?

  • Yahoo mail starts to open an email (I can see the content) but then a message comes up saying "Whoops! The page could not be found. Try giving it another chanc"

    When i am in Yahoo mail and am opening on an email to open, the email starts to open (I can see the content of the email for a second) and then I get a screen with a message that states 'Whoops! The page could not be found. Try giving it another chance below'. But the email had been there so I don't understand that is happening. This just stated happening about a week or two ago. There is a search bar in the center of the screen and at the bottom of the error page is the following.
    Contact us | Why did I get this page?
    © 2012 Conduit

    Make sure that you access the Yahoo mail page via the Yahoo home page and not via a bookmarked link to a specific page.<br />
    The latter may include POST or GET data that is no longer valid.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    You can also check for issues caused by extensions.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Not able to see the content of opened files (.jpg or .psd) in Photoshop CS6

    I recently downloaded Adobe Design and Web Premium CS6.  I am not able to see the content of any of the file I open (.psd or .jpg).  I do see the file has been opened as the file name appears on the open file tabs, I also see the preview of the file in the Navigator Window and list of layers in the layers window.  I am relatively new to this so might be missing on some option that needs to be turned on or something. 
    I am using Window 7 Professional, Service Pack 1, with 8GB RAM.
    Any suggesstion/help is greatly appreciated.

    This is going to be the weak point:
    Intel(R) HD Graphics card
    While the Intel HD chip is fine for general computer work, it is weak for programs, like Photoshop and Adobe Premiere. The driver support is usually very bad, as well. If Lenovo does not have updated drivers, that work better, about the only choice that one has with a laptop is to turn OFF graphics accleration, and wait for a new driver. That will probably be very slow in coming.
    Good luck,
    Hunt
    PS - Noel's link will list what you are missing.

  • I just reset my apple ID password and now all the imap folders in Apple Mail are greyed out. I can see the contents, but I don't get whay the folders are all greyed out. Can anyone help?

    I just reset my apple ID password and now all the imap folders in Apple Mail are greyed out. I can see the contents, but I don't get whay the folders are all greyed out. Can anyone help? Sorry for the long title on this message...

    Assuming this is an iCloud mail account, sign out of iCloud in its preference pane, then sign back in with the new password.

Maybe you are looking for