Is there a way to know who are accessing our SAP instances.

Hello Friends,
We have 2 servers (one for ERP and another for XI). Is there a way to know who are all accessing our servers from outside ?
Also, which are user IDs other than SAP* and j2ee_admin that has admin rights for which we have to change the password once a consultant leaves the company.
Your suggestions and recommendations will be highly appreciated.
Thanks
Ram

Hi Ram,
We have 2 servers (one for ERP and another for XI). Is there a way to know who are all accessing our servers from outside ?
SMGW --> Goto --> Logged on Clients
Also, which are user IDs other than SAP* and j2ee_admin that has admin rights for which we have to change the password once a consultant leaves the company.
SUIM --> User --> By Critical Combinations of Authorizations at Transaction Start
Hope this will help.
-Pinkle

Similar Messages

  • Is there a way to know the table linkages in SAP?

    Hello Experts,
    Suppose I want to know a particular table that can be linked to lets say, VBAK.
    For example, I want to know the material description based from the sales document.
    Is there a way to do this?Please don't give me links or files.
    Thanks a lot guys and take care!

    Well, there are some documents that I've seen which illistrates the links between tables, it was only for the sales document tables.  But really it is a matter of experience and dealing with the transactions.  Finding the pieces of data as your go.  You can also do an SQL trace on a transaction, this will show you all the tables hit during the runtime. 
    But to answer your question,  the material description on the sales order is copied form the material master.  The field on the sales document is ARKTX in table VBAP, the material master field is MAKTX in table MAKT,  you can link to this table using the MATNR from VBAP.
    Regards,
    RIch Heilman

  • Is there any way to know who is on imessenger before you message them?

    nm

    When you put in the name/number, the phone will determine if the addressee is on IOS5, and on wi-fi.  If he is, then it will display 'imessage' in the text entry panel, and the send button will be blue.  If the send button is green, it is a normal SMS text message.

  • Is there any way to know when an app is going to be discontinued?

    I purchased an app around eight months ago for $13. I forgot about it until I was reloading apps onto my new IPad. When I went to find it, it was no longer in the app store at all. I contacted the support people who told me that since it was "so long ago" there was no recourse.  So does that mean that any time you purchase an app it could disappear at any moment? Is there any way to know in advance that this will happen?  Never mind that it stinks to spend that amount of money and then have nothing to look back at.
    Additionally, I have had trouble reloading apps that I have paid for as an "in app purchase".  What is the deal with that?  Is that information not stored like buying an app outright?
    Thanks
    DTC

    Apple constantly reminds folks to backup their content. Apple warns folks all of the times that content may not always be available in the iTunes or Mac App Stores and most folks ignore the warnings or cannot be bothered to read them. No, unless the developer warns you that they are with drawing an app from one of the stores, there is no way to know in advance that an app may no longer be available.
    http://support.apple.com/kb/ht4009

  • HT2513 Is there a way to see who made an appointment and at what time/on what date they made it? Kind of like a date/time stamp for our network calendar?

    Is there a way to see who made an appointment and what time/on what date they made it? Kind of like a date/time stamp for our network version of iCal? Everyone has all rights and privledges to everyone else's calendar, and sometimes we need to know who did what to whose.

    Christine,
    You can also ask in the Typography forum,
    http://forums.adobe.com/community/design_development/typography?view=discussions&start=0
    The guy running whatfontis is a regular poster there.
    And apart from
    http://www.whatfontis.com/
    there are
    http://www.identifont.com/
    http://new.myfonts.com/WhatTheFont/
    and especially for script,
    http://www.bowfinprintworks.com/ScriptIDGuide.html

  • Is there a way to know what report is being processed ?

    In XI R2 / Webi Report Server, or XI 3.x / Webi Processing Server, is there a way to know what object is being processed ?
    For example currently, I can see thru system tool like "Process Explorer" that "wireportserver.exe" has been using a lot of CPU and increasing memory for several minutes. I feel that a report is too large or complicated, but which one ?
    In audit database, I can only see events like "document read", but no "begin of refresh process".
    So, do I have to wait for the process to be finished to find a "document refreshed" and know what was going on ?
    Moreover, at least in R2, if user cancels his refresh request (by closing his browser for example), of if request takes  too much time and reaches timeout, no audit event  corresponding to this refresh request will ever be recorded. In this case, I have no information at all about what report was making the report server taking so much CPU and RAM. It has just a "read" event, but so have a lot of other reports having been read during the same period of time.
    Ideally, I would just have to select the latest "begin of refresh" events without "end of refresh" to know which report are currently being processed. But unfortunately the first one doesn't exist.
    Has anyone an idea to get this information anyway ?
    Thanks

    Hello Seb
    Thanks for your reply.
    I was aware of this instance manager in 3.x.
    In R2, I was also able to do the same with a request thru the query manager.
    Unfortunately in both versions , I haven't found yet how to find informations on report being refreshed by users directly, and not by job server.
    I anyone has an idea...
    In R2 I have tested the -trace option of report server : it generates a big amount of lines in trace files, but that seem completely useless : no information on what report is being processed..
    I don't understant why this information is so complicated to get. It could be so helpfull...
    regards
    François

  • Is there any way to know that status of DEFINE variable?

    Hi,
    I have a list of scripts that is executed to create my baseline database. At the beginning of the script execution, we have a SET DEFINE OFF and at the end we put SET DEFINE ON. During one of the scripts, we deliberately SET DEFINE ON and we forgot to SET DEFINE OFF at the end of the script. Consequently, the following scripts started failing without error notification because they contained '&' in the INSERT query. I have the following queries:
    1. Is there any way to know the status of the DEFINE variable at the beginning of the script?
    2. Since the oracle gives a user interrupted error, the script execution process does not terminate with error. Instead, it continues executing the next scripts. Is there a general way to capture such errors and terminate the script execution. We already have WHENEVER SQLERROR and WHENEVER OSERROR in our script execution process.
    Regards
    Kunal

    Hi, Kunai,
    Welcome to the forum!
    953495 wrote:
    Hi,
    I have a list of scripts that is executed to create my baseline database. At the beginning of the script execution, we have a SET DEFINE OFF and at the end we put SET DEFINE ON. During one of the scripts, we deliberately SET DEFINE ON and we forgot to SET DEFINE OFF at the end of the script. Consequently, the following scripts started failing without error notification because they contained '&' in the INSERT query. I have the following queries:
    1. Is there any way to know the status of the DEFINE variable at the beginning of the script?Whether it's at the beginning of a script, later in the script, or not in a script at all, the SQL*Plus command
    SHOW DEFINEtells you if DEFINE is ON or OFF.
    If DEFINE is ON, it will produce something like:
    define "&" (hex 26)If DEFINE is OFF, it will produce
    define OFF
    2. Since the oracle gives a user interrupted error, the script execution process does not terminate with error. Instead, it continues executing the next scripts. Is there a general way to capture such errors and terminate the script execution. We already have WHENEVER SQLERROR and WHENEVER OSERROR in our script execution process.Do you really need to capture those errors? Why not just prevent them? It sounds like you want to make sure DEFINE is OFF at a certain point. To do that, just say
    SET  DEFINE  OFFRegardless of whether DEFINE was ON or OFF before you issue that command, you can be sure it will be OFF after that.
    I hope this answers your question.
    If not, post a complete test script (or set of scripts) that people can run to re-create the problem and test their ideas.
    Point out where the scripts you post are not doing what you want, and describe, with specific examples, what you want it to do in those places.

  • In Creative Cloud is there a way to see who you've sent links to, some sort of activity log?

    In Creative Cloud is there a way to see who you've sent links to, some sort of activity log?

    As you mentiond "so I can see who is logging into a database that I setup"
    I believe
    Logon Trigger is one which is the solution for what you are looking for.
    Thanks
    Manish
    Please click Mark as Answer if my post solved your problem and click
    Vote as Helpful if this post was useful.

  • On the 652X, is there a way to know which port/line caused the change detection w/o checking each individual line?

    On the 652X, is there a way to know which port/line caused the change detection w/o checking each individual line? This question relates to creating an interrupt handler when there are many events that cause an interrupt.

    No. Read the User Manual, CH4, Change Notification.

  • Is there a way to know the qualifier or qualifers that were applied

    Hi All,
    If I have a promotion like this Buy2 get 2 is there a way to know the qualifier or qualifiers that were applied?
    I will end up by having 4 commerce Items and two will be free with an adjustment of the promotion that was applied, but I do not know which items were the ones that make that possible
    is there a way to know that?
    Which items were used to get a BOGO or BuyXGetY?
    Regards,
    Obed

    Hi All,
    If someone needs to know this in the future
    findQualifyingItems() is the one in charge of knowing which items had promotions and it calls a method called evaluateQualifier wihch "can" contain a List of items that are the ones that were used to apply a promotion like BOGO or BuyXGetY.
    Basically the solution for me was override QualifierService and
    @Override
         public Collection findQualifyingItems(PricingContext pPricingContext,
                   Map pExtraParametersMap)
    In order to save the info in a Map I am using CommerceItemMarkers http://docs.oracle.com/cd/E35318_02/Platform.10-1-1/ATGCommStoreGuide/html/s1401usingorderandcommerceitemmarkers01.html
    And now I have my business requirement covered thanks to this.
    Regards,
    Obed
    Edited by: obedmhg on May 17, 2013 2:53 PM

  • Is there a way to know if class field is an array (reflection) ?

    Hi, everyone,
    Like subject says, is there a way to know if class field
    is an array and instance ? I suppose, reflection could
    help with that, but don't know exactly.
    I have a class:
    public class A {
    public B b[];
    //other fields
    B is another class.
    public class B {
    public C c;
    //other fields
    So, it is important for me to know if class A field b
    is an array and instance.
    Oh, and one more thing, how to initialize instance b
    through class A using reflection (i suppose), and to
    go through class B, and again get information about
    what fields and what are they (are they instances,
    arrays and so on). The same thing with class C ...
    I mean, if class (like A) has an instance b, i would
    like to get all information, if class B of this instance
    b has its own instances, and so on. And additionally,
    as mentioned above, i'd like to know if these instances
    (like b) are arrays.
    I think you got whole idea - how to go through class
    hierarchy and get information about class fields
    (instances esspecially).
    If someone knows, please reply.
    Thanks in advance.

    Thanks, that'll do for finding out if instance is
    an array.
    I know that my subject line doesn't sound quite right,
    sorry :)
    But there is more things i need information about.

  • Is there any way to know the T-code from the screen?

    Hi friemds,
    it s a general question. but I found relavant for posting here.
    I saw our group friens giving some T-codes for spro functions (eg: SNRO, M/06), bbut how to know the transaction from path. i.e. If I go to condition types screen, there I could not see any transaction. is there any way to know the T-code from the screen?

    Hi,
    Listed here are the various ways you can find the list of transaction codes and their usage:
    Use transaction SE11 - ABAP Dictionary:
    Fill in the Database table name and click the Display button.
    - TSTC   table will contain all the Tcodes and
    - TSTCT table will contain all the Tcodes with Texts.
    Once you entered the screen, click in Top Menu - Utilities - Table contents - Display
    If you want to display all the transaction code (total - 57,048) you have to change the Fields: Maximum number of hits to 99999 (default 500).
    or
    Simply goto transaction SM01, although this tcode is to Lock/Unlock any transaction code, you can also view all the tcode available in the R/3 system from here.
    or
    Goto transaction SE93
    There are two ways where you can find the list of transaction codes in SE93.
    Method 1:
    You must be familiar with the starting characters strings for each of the R/3 application modules.
    Assuming you know that most Materials Management transaction codes start with MM.
    In the Fields: Transaction code, type in MM* and press the function key F4
    The list of transaction code starting with MM will be displayed.
    Method 2:
    On the Top Menu, click Utilities - Find - Execute and the first 500 transaction will be display.
    If want to display all the tcodes, make sure you remembered to change the Fields: Maximum no. of hits right at the bottom of the screen.
    I know a particular T Code and can enter and work on it.  How do I know what is the menu path for that T Code?
    Enter Search_SAP_Menu in the command box and when the pop box appears enter, the Tcode and it will give the nodes and menu path. 
    This is helpful only in case of SAP Menu not in case of SPRO - ie IMG.....
    Reward if Helpful,
    Regards,
    Archit.

  • Is there any way to know execution time of a  c program on Xcode

    is there any way to know execution time of a  c program on Xcode ?

    If it is a command line tool and you just what the total time do as tony wrote,
    If you need to run it from Xcode or are looking for more detail you can use the Instruments package. Select Product->Profile then select Time Profiler.

  • Is there any way to know when block corruption occurred?

    In Oracle when block corruption happens; it does not write to alert.log. If one is running dbv or rman backup is being done or rman validate command is run then one knows about corruption. However, one does not know when actually corruption occurred. Is there a way to know exact time of corruption?

    I am using cooked file system, no async i/o, no asm. However, by default on HP UNIX disk_asyncio=true ib iit.ora but I had read if there is no aysnc dveice set; i/o will be sychronous i/o. I am using Oracle 11g database on HP UNIX 11.23.
    There are several other database instances on that server using oracle 11g and Oracle 10g and they do not have problem. Only one instance in QA and one in PROD has block corruption. Luns on XP are created by Storage
    group and Logical Vloumes on UNIX are set ny UNIX admins. Each instange is on separte volume group and separate ORACLE_HOME.
    I suspect somehow something was not set correctly in LUNS or in logical volmes. However, HP enginerrs cannot find naything wrong; so root cause is still unknon.

  • Hi is there any way of knowing what location my find my phone was turned off or last known location thnks

    hi is there any way of knowing where my find my phone was turned off or its last location thnks

    No. Apple can do nothing. For the future there are apps that will periodically email you the device's location (if connected to internet)

Maybe you are looking for

  • Erase data from open hub destination data service

    Hi, I'm getting an error trying to delete data from a cube, for which data are extracted using open hub service and loaded into a table. The error given is the following: Request updated in 1794 already by 1795 target DTPR_4EEX9CGGXLTU2QIPWUAIEUDZK D

  • IMovie from iLife 08' doesn't work w/SL

    I can not use iLife '08 with Snow Leopard 10.06.2. When I first tried after installing Snow Leopard I got the error code saying that I could not run the iMovie with OSX because I have version 7.0 of iMovie. I have re-installed the iLife disc and stil

  • SBO_Application_ItemEvent

    Hi, can i have SBO_application_itemEvent seperate to each class. Because i am having 50 form. If i use the item even as commn then to trace the error in each form will be difference. I need to have the SBO_application_itemEvent seperatly for each for

  • Timeout setting

    Hi all, I've made BW report in 2004s BI and I want to know timeout settings. With t-cd: RZ11, I found parameters "rdisp/plugin_auto_logout" and "icm/keep_alive_timeout". What is the difference between these parameters? Which I have to use to set time

  • RAM large swap and paging after open large video file

    Hi I'm using an i7 MBP with 4GB RAM. I have an issue, after watching a movie on the mac (file size about 4-5 GB) with vlc player, I found my RAM Swap jumped from 512MB to 3GB, and an substantial increased in paging (page in around 800k, page out arou