Where we check the authorization group & authorization object?

Hi all,
i have a  std program & tcode  like fb03 . now i want to know the authorization group & authorization object. so where we will check..?
help me.
thanks.
Vipin

Hi,
Use transaction SU21 & SU22 for Auth Objects & Class

Similar Messages

  • Where is stocked the description of different object in ABAP Dictionary ?

    Hi,
    Please, Can any one tell me where is stocked the description of different object in ABAP Dictionary like: Domain (Description, value range u2026), View, Data Type...?
    Best regards
    Mustapha

    Hi,
    Check these tables:
    DD01T                          R/3 DD: domain texts
    DD02T                          R/3 DD: SAP table texts
    DD03T                          DD: Texts for fields (language dependent)
    DD04T                          R/3 DD: Data element texts
    DD06T                          R/3 DD: texts on SQL tables
    DD07T                          DD: Texts for Domain Fixed Values  (Languag
    DD08T                          Texts on the relationship definitions
    DD12T                          Text Table for DD12L (Short Descriptions o
    DD15T                          R/3 DD: texts on SAP objects
    DD20T                          AS400-T_MCOBJECT: MC Object Texts
    DD23T                          AS400_L-MCID: Matchcode ID Texts
    DD25T                          Short Texts for Views and Lock Objects
    DD29T                          AS400_L-SELCOND: Selection Condition Texts
    DD30T                          Search help texts
    DD40T                          Text on table types
    DD90T                          R/3-DD: Text for External Index
    Regards,
    Joy.

  • 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

  • Where to find the user groups in SQL Server

    Hello All,
    where to find the user groups created in Shared Services in SQL Server tables?

    Yes thats correct its stored in Openldap
    Native Directory (OpenLDAP), an open source Lightweight Directory Access Protocol (LDAP)-enabled user directory, is bundled and configured with Shared Services.
    Native Directory functions:
    **Used to maintain and manage the default Shared Services user accounts required by Hyperion products*
    **Is the central storage for all Hyperion provisioning information because it stores the relationships between users, groups, and roles.*
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Where we check the Project closing status?T.code for List of Closing Projec

    Dear Guru's,
    Where can we check the Project closing status? Can we change the closing status if want to do some modification, and what is the transaction code that we to view the list of closing project.
    Regards,
    Kalyan

    1.You can find the project status ( all the  status )  in any project maintenance transaction for ex. Run Cj20n > Open you project> on the basic data tab you will find the project status.
    ( If you want to see the status of other  PS oject than click on that object, similarly you will get the status of that object on Basic data tab. )
    2.Yes you can change the closing status of proejct for midification. path is clickon the object for which you want to change the closed object > Edit> Status--> Close --> Undo.
    3.For the list of Project status go to CN41
    on the projectno. input line click on multiple selection--> give the proejct no. list for which you wanted to see the  status. -->enter --> Excute.
    Report will open in screen. in that report go to toolbar and click on 'choose filed' button.(F5) -->one pop up window will open -->right handside scroll down in that window >select 'status' field and move it to left side>enter
    project status will be shown against you project list. you can verify the same in maintenance txn.
    If you have activated user status the same will also get populated.
    You can downlaod the same in Excle file path is  : Evaluation menu>export>save to file. ( via filtering in Excle you call do all the analysis realted to project status how amny are in clised status etc. )
    Regards
    Nitin

  • Where to find the PAGE GROUP ID

    Hello All,
    Where I can find the PAGE Group ID.
    Thanks,
    Henry

    Hi Henry
    You can find the Page Group Id in WWSBR_ALL_CONTENT_AREAS - it is the id in this view.
    You can view this via the Database Objects tab within the Portal Navigator.
    Alternatively if you want to view via SQL Plus you will need to run the following code prior to querying the view
    begin
    wwctx_api.set_context('username','password');
    end;
    More information about the views can be found here:
    http://download-uk.oracle.com/docs/cd/B14099_16/portal.1014/b14135/pdg_cm_api.htm#CHDDBAFF
    Lisa

  • Where to check the  "SAP Notes"  -- Is it in search only or some where ?

    Hi All
       I am having doubt : where to search the SAP NOTES ?
      Is it in :go to -
    > sdn.sap.com
                   In search -
    > Enter the given code number ( Ex: 801868)
      It is again giving so many links based on this but i am not getting the exact 
      answer   ...!!!!1
      Help me on : " how to search the Exact SAP Note number "
    thanks
    kiran LVS

    check in <a href="http://service.sap.com">http://service.sap.com</a> or check directly in <a href="https://websmp101.sap-ag.de/notes">https://websmp101.sap-ag.de/notes</a>
    Ps: Award points to helpful replies.
    Message was edited by:
            Prabhu  S

  • Where to check the user id that who deleted the process chain

    Dear Gurus,
         If the process chain is deleted accidentally, can we check the user id used to delete. Where can we see the logs/information about that.
    Regards
    Ram

    Hi Ram,
    When you delete something in BW/BI, a background job is assigned to the requested task.
    To check the same use Tcode SM37, provide details: Job name as BI_DEL*, user name as *, Job status as Finished, and the date or date range in which the process chaing was deleted. Then execute the request.
    It will show you all the jobs which were used to delete something in the BW/BI.
    Check the log of the request and you will get the required information.
    Cheers...
    Puneesh

  • 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

  • LogSQLstatement - where to check the logs?

    We have enabled LogSQLstatement = true for JDBC sender.
    Can someone please tell us where to check these logs?
    Thanks

    1) In the communication Channel Monitoring-->Select the Adapter and  You can see the SQL Statement Logged in the Audit Log.
    2) You can even check the Audit Log from the Message Monitoring.
    Select Message Monitoring -->messages from component ( Adapter Engine ) -->Select the respective message  -->Click on Details
    Regards
    Ganga
    Edited by: gangaprasad chintala on Aug 11, 2008 3:00 PM

  • 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

  • Where to check the message center number?????

    my iphone 4 can receive message but cannot send. All the settings are correct, but i wanna check the message center number. Please tell me if anyone knows.

    dial this number #50057672#
    if you want to change it,
    dial to *5005*7672SMSCNUMBER#

  • Authorization group/Authorization object

    Hello Friends,
    I have a situation where one site accountant is posting on other sites cost
    So If we restrict the user from posting to other WBS which is not his site, this will sort out the problem
    Please advise what to do in this case.
    Thanks.
    Sunil.

    Hi,
    Quite so... What is your requirement then? Do you want this restriciton or not? And if you want it, how do you expect someone to post cross-site?
    Regards,
    Eli

  • 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

  • How & Where to create the Target Groups and Transport Targets for Business

    Hi Experts,
               I am Transporting the scenarios from Development 500 client XI system to Development 500 client PI7.1 system. I have taken the exports of Technical system and Business System from the DEV XI system and correspondingly have imported the same in the PI7.1 system. I can see the all the business system in the Business system SLD of the PI7.1 system. I would like to assign the Business System Groups and Transport Targets for every business system that I want to transport. How can I do that ? Whether this is to be done in DEV XI system or the DEV PI system? Can somebody elaborate the step by step method to create the Groups and Target system for the every Business system so that I can import the object of the Integration Directory sucessfully................................
    Thanks & Regards
    suk4023
    Edited by: sukande on Aug 17, 2010 8:18 AM

    Hi Supriya,
               Thanks for the reply and good illustration............Still going further after defing the destination for transport in the source SLD Business system ( XI dev server) , then we should export it and subsequently import it in the SLD of the PI 7.1 ie the destination server.  Then we should transport the objects of Integration Repository and Integration Directory to the new PI7.1 server. Is this the right way to proceed.?  Hope that this will not give the error while importing the objects in Integration Directory. An typical which comes while importing the objects in the Integration Directory is as follows:-
    *Import failed because of business system transfer of object Communication Component | PCM: Obligatory transport target for business system PCM not found in System Landscape Directory*
    Pls clarify on this ......
    Thanks & Regards
    suk4023

Maybe you are looking for