TCODE to check the edit authorization of objects ?

If suppose I am not able to edit any of the objects in BI7 and I need to check whether I have the authorization's to edit that particular object in BI7, where do I check it ? Is there any particular TCODE to check ??
And also I need to know whether do we have setup tables for the customer datsource also or only for the SD & MM ...datasource's. Please let me know what other modules do not use setup tables.
Thanks,

You can try by this way
Switch on the trace for your userid in ST01 and start editing.
Once you authorization check failed, switch off the trace and execute the log. there you will get all the details related to your authorization to the queries.
when you are editing query in query designer means, you cannot get authorization check failed in SU53.
Please try this.
Hope this would help you to analyse more.

Similar Messages

  • How to check the owner of any Object in the database.

    How to check the owner of any Object in the database.
    Thanks
    Himanshu

    What about this ?
    SELECT owner,Object_name,object_type FROM all_objects
    OR
    SELECT owner,Object_name,object_type FROM dba_objects

  • Using the edit as Smart Object option.

    I'm probably way behind the ball here, but I can't understand how the edit as smart object works. Sure I can open the file as a smart object in PS3, I can, say, apply the Distort/Lens filter to do a perspective transformation - but then how do I save and send it back to Lightroom? Using Export Smart Object just seems to send a file back to Lightroom but my transformation has disappeared. Close and save will create a file - so I still end up creating a new Tif everytime I use PS - but now manually synchronise. Where is the benefit?
    I know I need a nice Video Tutorial or instruction but can't find one!
    Anyone know of one?
    Many thanks. Peter

    > Yes, add me to the list of being in need of an explanation of how exactly this is supposed to work. I'm hoping that it might be included in the Michael Reichmann and Jeff Schewe video that I purchased recently but as yet haven't downloaded all episodes.
    There's a bunch of free videos on the NAPP site. They have an episode on Photoshop integration too. http://www.photoshopuser.com/lightroom2/
    It's pretty clear how it should work from that video, except that it doesn't. Another bug, perhaps.
    EDIT: Also it has been mentioned many times that one should have the PS CS3 10.0.1 Patch installed in order to get this going.

  • Tcode for checking the Maintenance Plan

    Hello,
    I want the transaction code for checking the list of maintenance plan for a particular plant. I went thru tcode IP03, IP16 but could not find the option of plant there..
    Kindly guide..
    Regards,
    Naren

    Naren,
    As stated above, there isn't a plant field in the maintenance plan (only maintenance item, hence the reference ot IP17)
    However, it is quite common to use the maintenance plan Sort field as a plant field by customising the table settings for each plant.
    PeteA

  • How to check the apps authorization/privilege in OS Lion?

    I recently authorized an app to read from my screen (safari, terminal) when I select some words, I want to know how could I manage this authorization and where can I check the app modified which files in my system?

    While we all have MacBooks in this forum most of us don’t have Lion. There's a Lion Support Community where everybody has Lion. You should also post this question there.  https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion

  • HELP !!! How to check the size of an object in Photoshop ?

    Hello,
    I'm using Photoshop CS 3 to design a website. I used several shapes such as rectangle, line or ellipse of different size. Probably it is a stupid question but I don't know how to check the size of an existing rectangle. I tried free transform tool that selects my rectangle but doesn't show its size. Then I made a selection with rectangular marquee tool but I see nowhere the size of the selected area.
    If you know the name of such a tool please help me !
    Have a nice day !

    Web images are all pixels. View at 100% at pixel view. that is your exact size

  • Checking the IP of network object

    Hi Everyone,
    I am trying to find the IP of network object.
    when i ran the command --
    sh run           object-group  network --- it shows
    object-group network  XYZ
    network-object Cisco_1 255.255.255.0
    Need to find the IP of this Cisco_1?
    Thanks
    Mahesh

    Hi Mahesh,
    To me it seems that "Cisco_1" is a "name" configured on the ASA itself
    So its not a name of an "object" or and "object-group"
    Try this command and see what it shows
    show run name | inc Cisco_1
    It should give you the actual IP address associated with that name. Its probably some network address since we can see from your post that there is a /24 mask associated.
    Alternatively you can just use the command
    show run name
    And find the correct name/IP pairing from the list. Depending on the environment, there might be several of these.
    If you want to disable this mapping between a "name" and an IP address you can use the following command
    no names
    After this if you issue the command "show run object-group XYZ" you should be able to see an IP address instead of an "Cisco_1"
    Personally I NEVER map an IP address to a "name". I think it just makes troubleshooting harder. It might be fine for people that use ASDM, but I use only CLI so it doesnt do me much good
    Hope this helps
    - Jouni

  • Tcode to check the Inbound BAPI

    Hi all,
    Can anyone tell me, whether there is any Tcode to check what BAPI's came into SAP system like we have WE02 to check for IDOC's (Outbound or Inbound).
    Thanks in advance.
    Manoja

    Hi,
    You can use transaction BAPI to find all BAPI function module available.
    Also you can use transaction SE37 to browse all BAPi function module by typing functino module BAPI*.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Tcode to check the event linkage for a terminating event

    Hi ,
    Can some one plzz let me know the transaction code for checking the event linkage for a terminating event
    Thanks
    Sheetal

    And yes the FM RH_GET_TASKS_OF_EVENT gives you the list of tasks for a given BO-terminating event combination. Pass the parameters for this FM as folllows,
    CLSTYP = 'BO'
    CLSNAM = '<BO name>'
    EVENT = '<terminating event name>'
    GET_START_EVENTS = ' '
    GET_TERM_EVENTS = 'X'
    you will get the task list in the table TASKS_OF_EVENTS.
    Thanks,
    Prasath N

  • How to check the values of view object?

    Hi all,
    I created a new view object by right clicking my application module. Now when I try to retrieve values
    of the attributes of the view object I am getting null pointer exception. How do I check whether the view has
    some values in it or not manually using select statement ? I try to find the view in my database at database navigator
    but it was not there. Kindly help me out in this.
    Thanks,
    Phanindra.
    Edited by: 887737 on Oct 19, 2011 12:53 AM

    Hi,
    Right click on application module(yourAM in model project) and press Run,Then you can confirm whether your ViewObject is working or not.
    Note:
    Generally create viewObject using EO based or Query based how did you create viewObject
    See:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/1012/bc4j/intro/bc_avo.html
    http://www.adftips.com/2010/09/adf-model-creating-view-object-vo.html

  • Report to check the open authorization in Roles

    Hi All,
    Is there any standard SAP report or option to find out the list of roles with open authorizations(auth data incomplete) in the R/3 system?
    We are on R/3 4.7.
    Thanx
    Balaji Srinivas

    I've found a solution on netweaver 2004 for which I think does work on 4.7 as well:
    Use SE16 to get the data from tables AGR_1251 and AGR1252 with the following selection criteria:
    For the "LOW" field open the selection subscreen, go to "exclude ranges" and in the lower limit you enter "#!" where the exclamation mark is the lowest in the ascii range (character 33) and the hash is there to escape any special meaning so SE16 will accept it. In the "upper limit" enter "ÿ", character 255. Now you've told the system not to return any row with a valid ascii character in the "LOW" field for the objects.
    You may want to filter for "DELETED" <> "X" as well in AGR_1251.
    Hope this helps
    Jurjen

  • TCode to check the recent released transports

    Hi All,
    Is there any transaction code in BW which gives us the info on the recent released transports to BWP? I mean I want all the transports that are released in the last 1 month or 2 to BWP. Can I get this info in a single Tcode?
    Thanks.

    Hi Bob ,
    You can get that informaiton from table E070 .
    For suppose if you moved the trasports to production then open this table in production and u can see the list of
    trasports moved in what sequense etc .
    Regards
    Santosh
    Edited by: santosh on Mar 18, 2010 6:52 PM

  • I am using the latest Ipod Touch but since having to get my laptop reformated my ipod is no longer bakcing up automatically. I downloaded itunes again and plugged in my ipod but have since noticed there is no automatic backup. I check the edit settings.

    Can anyone help?

    You need to do this:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Can we check the Objects modifiable " option for standard objects

    Dear Friends
                 In IR , we have imported SRM SERVER->SRM SERVER5.5
    Then we  have checked the option<u><b> "Objects are modifiable"</b></u> then we imported the IDOC from R/3 system under SRM SERVER 5.5 swcv.
    Then created the mapping.It is working fime.
    how ever i am not sure whether it is right process.Can we check the "Objects are modifiable" for standard compoents delivered by SAP????
    Regards
    chandra

    Hi Jai,
      <i> >>>Can we check the "Objects are modifiable" for standard compoents delivered by SAP????
    No. As best practise you are not supposed to do so.</i>
    In order to implement any changes in the mapping we can do it rite.
    Because recently i have applied one SAP note to my SRM swcv and one of the MM object was changed according to the requirements.
    Thanks,
    Prasanthi.

  • How to check the objects size in DBA_RECYCLEBIN

    Hi All,
    I want to purge dba_recyclebin, before that i want to check the size of all objects residing in dba_recyclebin.
    I am using below query to goup by tablespace.
    SELECT TS_NAME, SUM(SPACE*1024)/1024/1024/1024 AS "Size in GB" FROM DBA_RECYCLEBIN GROUP BY TS_NAME order by 2 desc
    Kindly inform me is the correct way to check it. for example if the 10gb space is shown from this query, will i able to see 10GB free space after purging. Kindly confirm
    Thanks
    Krishna

    I am using below query to goup by tablespace.
    SELECT TS_NAME, SUM(SPACE*1024)/1024/1024/1024 AS "Size in GB" FROM DBA_RECYCLEBIN GROUP BY TS_NAME order by 2 desc
    As I mentioned, the SPACE field is in terms of BLOCKS rather than bytes.
    First confirm your database block size using
    SQL> show parameter db_block_size
    then modify the query as
    SQL> SELECT TS_NAME, SUM(SPACE*<DB_BLOCK_SIZE>)/1024/1024/1024 AS "Size in GB" FROM DBA_RECYCLEBIN GROUP BY TS_NAME order by 2 desc;
    I am quite sure the db_block_size in your database is 8192.
    Since you have used 1024 instead 8192 as the block size, you are seeing the difference in DBA_RECYCLEBIN and DBA_SEGMENTS

Maybe you are looking for

  • Macbook cannot find airport extreme to configure it

    macbook pro cannot find airport extreme to configure it to join an existing network.

  • How to use iTunes with more than one Ipod

    I would like to know whether is possible to use iTunes with more that one ipod, because I need to have 2 differents libraries, one for my 30GB ipod and my son's ipod nano. Thanks, Felipe

  • Running queries in the background and save in a folder

    Hi, I have a requirement where I need to schedule a query in the background and save the output in a folder as a new excel file. How can I do that? Does any one have any ideas or thoughts? I appreciate your help with reward. Thanks, Regards, Rao.

  • Idoc DEBMAS06 in ECC 6.0

    Hi, I have the follow problem: i have an idoc DEBMAS06 in status 51 with mesagge BP00 022. The value of field GBDAT ( field of error)  20090701. Before the upgrade from 4.6 to 6.0 the  idocs were in status 53 (OK status). Where is the problem? Thanks

  • Ip_arp_done: init failed with iprb device

    Hi all, Solaris x86 3/05 (FCS) unpatched: After a reboot, my iprb0 network interface ends up with the same IP as the loopback interface, is marked down, has no route, and doesn't work until I manually ifconfig it. It seems to work fine after the manu