How to know user id without parameter ?

Hi,
I would like to know all user ids into SAP system who are created without any parameter, like:
BUK (Company code)
CAC (Controlling area)
Is there any way to find out all ids ?
Thanks..

You can see Uers IDs in table :<b>USR02</b>.
also see table <b>USR05 : User Master Parameter ID</b>
pl..award the points and close the thead if problem solved
Thanks
Saquib
Message was edited by: Saquib Khan

Similar Messages

  • As DBA, how to know user's password without changing it?

    HI,
    a quick question,
    how do I know user's password?
    I mean I don't need to use 'alter user identified by new_password.'
    just want to know current user's password, is there a quick way???
    thanks a lot

    Not sure what the intention is but it is possible to change a users password and and then change it back to what it was originally, without knowing what it ever was.
    select username, password from dba_users;
    make note of the encrypted password.
    Now change the password to something else
    alter user <username> identified by <new_password>;
    Connect as that user, do whatever etc.
    Now, to change it back
    alter user <username> identified by values '<original_password>';
    Note the single quotes.

  • How to know user session time

    Hi,
    I want to know how to know or calculate the user session time till now from the time when user got connected
    in simple current_time-begin_time.
    thanks in advance

    Try using the logon_time of v$session
    test@>desc v$session;
    Name                                                  Null?    Type
      LOGON_TIME DATE All columns of the view have not been displayed.
    Adith

  • How to know users currently logged in Content Server ???

    Hi
    How could we know the no of users currently logged in the Content Server ???
    Any database entries....???
    please Help
    Thanks in advance
    Vishal
    Edited by: Vishal Anand on Jun 7, 2011 12:56 AM

    There's no database table that tracks currently logged in users - the users table simply tracks the users that have profiles in the system. As mentioned above, if you needed this info you'd have to use the WebLogic server API or write a component that captures the users' login and logouts and tracks that in a custom table.
    Raoul

  • UWL: How to know user selected in forward

    Hi,
    In UWL inbox,When I try to forward an item to another user, I get a separate UI to select user to Forward the item. How can i get to know (i want to know to whom it was forwarded within the code) the person who was selected.
    Regards,
    Naveen

    I get it, Tausif.
    You're saying that because SBO_SP_TransactionNotification gives me the opportunity to return an error code to roll back a transaction which has already been entered, the info I need is already in the database. I only have to use the key(s) given to me by @list_of_cols_val_tab_del to look up the new record and query it for whatever I want to know. In this case, UserSign tells me the UserID of the person attempting the change.
    Thanks!

  • How to Know User ID in SBO_SP_TransactionNotification?

    It is too easy for users who should be able to close production orders to forget to report completion first. If these steps are done in the wrong order, you cannot simply re-open the production order to fix it.
    I want to update SBO_SP_TransactionNotification to make it disallow non-superusers from closing incomplete production orders. But the logged-in user's ID isn't passed as a parameter.
    Is there any way to learn the logged-in user's UserCode or UserID during execution of SBO_SP_TransactionNotification?

    I get it, Tausif.
    You're saying that because SBO_SP_TransactionNotification gives me the opportunity to return an error code to roll back a transaction which has already been entered, the info I need is already in the database. I only have to use the key(s) given to me by @list_of_cols_val_tab_del to look up the new record and query it for whatever I want to know. In this case, UserSign tells me the UserID of the person attempting the change.
    Thanks!

  • How to know user detail

    Dear Expert,
    There are many user login with same ID,for every user there are max two session , My question is I want a query through which i may know a particular user is accessing 1 session or already two session are active
    Eg
    user name :: session activated
    abc           ::1
    manager    ::1
    xyz           ::2
    pqr           :: 2
    I know thru a license v can know activate  but could find the sessional ....
    Hope it tuff job bt nt like impossible in today world....

    Reply To Kevin Shaw:
    No data is stored in any of the tables to retrieve through query according to your exact requirement.
    So no alternate solution is present is b1
    Reply To Tien Le :
    sp_who2 is a internal procedure allows users to view current activity on the database. This command provides a view into several system tables.
    It returns following information
    Spidu2014The system process ID.
    statusu2014The status of the process (e.g., RUNNABLE, SLEEPING).
    loginameu2014Login name of the user.
    hostnameu2014Machine name of the user.
    blku2014If the process is getting blocked, this value is the SPID of the blocking process.
    dbnameu2014Name of database the process is using.
    Cmdu2014The command currently being executed (e.g., SELECT, INSERT)
    CPUTimeu2014Total CPU time the process has taken.
    DiskIOu2014Total amount of disk reads for the process.
    LastBatchu2014Last time a client called a procedure or executed a query.
    ProgramNameu2014Application that has initiated the connection

  • Captivate 6 How to validate user input without using keyboard shortcuts

    I've been using Adobe Captivate 6 for about 4 months now.  Completely new to the program.  The number one function of Captivate for me will to create many software simulations for verifiable training.  This means that I will be utilizing the training and assessment modes A LOT.  I have run into many hurdles throughout the process, but one of my biggies right now is this:
    In the training and assessment modes, I have times where the user must input data such as an address or number.  In the actual software they will be utilizing it is not always required to use TAB or ENTER in order to move to the next field.  In some instances, it will be necessary to actually click into a field after entering data.  My problem is that it seems as if Captivate will not allow this,  as a keyboard shortcut is automatically entered even if a TAB or ENTER is not required after input.  I assume this is so that the inputted information can be verified.  If you decide you do not want to use a keyboard shortcut to validate the inputted information, you must have a submit button.  Is there any way to change this??  All I want is for the user to enter information and then click into another field WITHOUT having to press ENTER, TAB, or hit a submit button.  Is this even possible if you need user input to be validated??  Any ideas or suggestions would be much appreciated!!

    Hello,
    A while ago I explained the work flow I’m using often in that case, only for the last field you need to have either a shortcut or a submit button AND the sequence has to be imposed. The idea is that you make the Submit button for the first field transparent, delete the  ‘Submit’ text and put it over the second field. So if the user clicks on the second field, he also submits the value of the first field.
    Here is the blog post I’m referring to:
    http://lilybiri.posterous.com/one-submit-button-for-multiple-text-entry-box
    Although it was written for previous versions, the idea will still be functional.
    Lilybiri

  • How to know user cancel the transaction

    Hi all,
              Anybody know how to detect whether the HTTP connection is lost before
              the transaction is complete through JSP or servlet, so that my JSP can
              rollback the transaction?
              Any answer is appreciated.
              Raymond
              

    Just a thought. You might want to check the log and see what kind of
              exception is thrown in this scenario and see if you can catch in service
              method and handle it.
              Thanks
              Raymond wrote:
              > Hi all,
              > Anybody know how to detect whether the HTTP connection is lost before
              > the transaction is complete through JSP or servlet, so that my JSP can
              > rollback the transaction?
              >
              > Any answer is appreciated.
              >
              > Raymond
              

  • How to know User pointing to specific datasource

    Dear All,
    Where do we configure the u2019Data-Sourceu2019 from the database level to the "User" at the application level. The name of the database schema (datasource) is u2018SAPDATAu2019 and the name of the user that I am logging through SAP GUI is u2018SAPUSERu2019. 
    I would like to know where this mapping is established that 'SAPUSER' is pointing to the datasource u2018SAPDATAu2019.
    Is there configuration settings done at SU01, SU03? 
    I am working SAP 4.7 version.
    Thanks & Regards
    Mahesh

    Mahesh,
    There are some environment variable like SAPDATA_HOME, SYSTEMNAME and SID. At the time of installation the Installation process (Sapintst.exe) extracts SAP Kernals for establishment connection between Presentation Layer, Application Layer and Database Layer. Some services also created like SAP<SID><Instance No>, SAPOSCOL, OracleSAP<SID>.
    For example the SAP SID is ERP then it would be SAPERP00, SAPOSCOL, OracleSAPEPR. With the Oracle lisnter the SAP connect to OracleSAPERP.
    At the time of starting the server the first Windows MMC Consol starts the connect to the database, then message server and finally disptacher.
    When a user tries to connect SAP he/she click on GUI, GUI checks the server availability. If server is available the Client, User and Password screen displayed. After supplying the login id and password the GUI sends request to SAP dispatcher and dispatcher looks for free work process. if workprocess is free then pass the request to application layer, application layer then connects to database layer. DB layer sends the dataset or record set to application layver and aplication layer sends to dispatcher, dispatcher sends to GUI.
    So nothing done at SU01 or SU03 level.  
    Hope this will help.
    Thanks

  • I deleted all my playlist by mistake from itunes. tried copying the to on the go on ipod and thought it would copy it on to my itune but it didn't. does any one know how i can do this without redoing all my playlists. thanks

    I deleted all my playlist by mistake from itunes. tried copying them to on the go on ipod and thought it would copy it on to my itune but it didn't. does any one know how i can do this without redoing all my playlists. thanks

    Are the playlists still on the iPod? If so I can probably cook up a script to read them back into iTunes, or you can check the features of the various tools listed at the end of this user tip to see if you can find one that you want to use.
    tt2

  • In Lion, how would a user REPAIR disk without a disk to boot from?

    In Lion, how would a user REPAIR Disk without a disk to boot from?  It's cool to download Lion from App Store, but I think they need to solve how they will repair disk without optical disk to boot from.  I have had to repair disk in with the disk utility around 5-10 times in the past.

    Kappy wrote:
    No doubt, but who's going to delete their installer?  That would be a tad stupid don't you think?
    Well it should be stupid, but people do it anyway not realizing it's importance later when something goes wrong.
    Kappy wrote:
    We'll need a GIF with a Bill Engvall "Here's your sign."
    Not familiar with Bill Engvall's acts I'm afraid, I know it's terrible.
    Kappy wrote:
    I guess we shouldn't forget the recovery partition.  But why confuse the issue.
    That does confuse the issue, a bootable DVD is for installing the operating system after a hard drive replacement, which also will include the recovery partition.
    Recovery parititions are a great idea for Windows as it fails often, but hard drives fail more often in Mac's than the operating system.

  • How to print a pdf without user interaction (With C#)

    My boss assigned me a task that to get the ImagePreview of 1st page of PDF.
    My thought is to print the 1st page of PDF to file(virtual print to file), and get the image source, but there comes the problem:
    How can print a pdf without user interaction(With C#),question are these:
    1. I can use the ShellExcute but cannot assign the destination of output file.
    2. User interface is unwanted, I don't want show anyone the Acrobat Reader interface who click the file just want to get a preview.
    3. No place to put those parameters in.
    This problem confused me a lot of days, I wish someone can give some hints.
    Thank you very much!
    (Maybe you will tell me to use Acrobat SDK, please don't, I'm afraid we cannot afford that)

    >I have not read the document yet
    This is the first step. There are many documents, but start with the
    introductory/getting started material.
    > with a index.pdx
    A PDX is a search database to allow you to do fast searching in
    Acrobat.
    >
    >About the relationship between Adobe Reader and Acrobat, as far as I know is that, the previous one is just the reading tool for PDF document, instead, Acrobat can modify and resave the PDF doc. Is it right?
    Effectively, yes. But the Acrobat SDK is mainly for working with
    Acrobat. It's very important to keep this clear, since you have said
    you only have the free Reader, so 95% of what is in the SDK cannot
    work for you.
    >
    >Simply my questions,
    >1. I don't know which dll to refer in the .Net project to print with. Is the ActiveX folder in product folder?
    Simply, there is no point asking these questions, yet, because you
    have not started on the documentation.
    But let's continue in the SDK forum, where I have posed what seems to
    be a very important question about why print to file at all.
    Aandi Inston

  • How to Know total users in Portal

    Hi,
    How to know the total users in Portal.I gone to User Administraion and tried to search in that with out any parameter then I got a message like "Last search Exceeded the size limit of the Server.Search result is incomplete." and "Last search returned with 1000 elements.". But I want to know the TOTAL USERS in the PORTAL.
    Can u help me in this regard. Urgent.
    Regards
    Krishna

    Hi Krishna,
    the paged search is possible by using the
    parameter "ume.ldap.access.extended_search_size" in your configuration XML.
    Just set a value blow 1000 e.g. 900 as like in this
    example and all entries above 900 will be paged:
    <ume.ldap.access.extended_search_size>900</ume.ldap.access.extended_search_size>
    Do not forget to restart and check the values "Max. Search" and "Warn. Search" set for  the Admin-UI.
    Regards
    Stefan

  • How to know login history/events of  Sap user from server

    how to know login history/events of  Sap user from server without operating users computer.
    Am using B1 2007A PL47 Forthshift(FSE version 8.5 SP03PL05)

    Hi,
    Check the thread
    Re: User login history SAP Business One
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

Maybe you are looking for

  • IChat and a D-Link DIR-655

    I've read the various support discussions on this router and using it with iChat. Lots of fixes and settings have been given. People say it works and it doesn't work. If you use iChat (especially with screen sharing) and have a DIR-655, please post h

  • Video behaving badly on macs and windows7

    I have an interactive PDF I'm working on, which I've uploaded here http://dl.dropbox.com/u/5075782/Interactive%20PDF/Sample%20ebook%20new.pdf The mp4 video was made in Premier pro at a size of 1920x1080, (I wanted to use the built-in media player in

  • Help on procedure from a code at asktom...

    hello all, i found this procedure on asktom.oracle.com... http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1352202934074 and for some reason i cant get it working..here is the script... drop table alert_log; create global temporary

  • Essbase Maxl - Log out users

    Hello All, we have the following Maxl Script that is supposed to log out all users and prepare for the new load alter system logout session all; however the commande does seem to be working. If the user is already logded in it fails to log them out a

  • AM instead of FM tu

    We don't they offer an AM tuner instead of the FM tuner? I have thousands of songs on this thing so the need to listen to an FM station isn't that great. However, I would LOVE to be able to tune in to a baseball, football, basketball, or other sports