How many licenses my comapny has and how many number of users logged in.

Hi All,
Can any one tell,
before login into the SAP B1,
I want to know
how many licenses my comapny has and how many number of users(Licenced) logged in using Query Analyzer or any other way.
Thanks
Chakrapani
Edited by: chakrapani bandaru on Feb 17, 2010 12:58 PM

Hi Sunderraj,
Can u eloberate the answer,
I want to take a report of that count.
Thanks
Edited by: chakrapani bandaru on Feb 17, 2010 2:14 PM

Similar Messages

  • How do I find the number of users logged on another server?

    I'm trying to ping other servers and find the number of users logged on that server. Any leads?

    Do you need maybe something like this?
    FINGER(1) UNIX Reference Manual
    NAME
    finger - user information lookup program
    SYNOPSIS
    finger [-lmMspho] [user ...] [user@host ...]
    DESCRIPTION
    The finger utility displays information about the system users.

  • How to avoid the event has been repeated many times in the background

    Application, the main screen is divided into two containers:left and  right container,
    The right side of the container is divided into two containers:top and  bottom container,
    There is a button in the left container.
    Click the button, the container at lower right will using ModuleManager  load Module,  The following container load of the right of the screen  has been monitoring the container above the action.
    Problem:
    When you click the button repeatedly to load the container in the lower  right, it will create multiple instances, and can not be freed  immediately. When the above container do an action or event, there are  multiple instances of monitoring exist.
    The background will be repeat the action or event many times.
    How to avoid the event has been repeated many times in the background?
    Thanks

    Flex harUI
    multiple instances of a mxml, maybe ?

  • My iphone 4 screen has been smashed how can i get it replaced and how much

    hi my iphone 4 screen has got smashed how do i get it fixed and how much i can get it changed december because i have had it 24 months but i am finding it hard to see screen as i use it for work so staff can get intouch.

    In the U.S :
    Out-of-Warranty Service
    If you own an iPhone that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone model
    Out-of-Warranty Service
    iPhone 5
    $229
    iPhone 4S
    $199
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $149
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in U.S. dollars and are subject to local tax. "

  • Hello my iphone 3gs just been stolen how can i block the iphone and how could i track it i don't know for sure if i have find my iphone? please help i got many accounts on it and i don't have a passcode :((

    hello my iphone 3gs just been stolen how can i block the iphone and how could i track it i don't know for sure if i have find my iphone? please help i got many accounts on it and i don't have a passcode :((

    It was never free for the 3GS.
    It is if the initial sign-up is done on an iPhone 4, iPad or iPod touch 4th gen.
    From http://support.apple.com/kb/HT4436:
    After I sign up for Find My iPhone for free, can I use it on other iOS devices?
    Yes, if your devices are running iOS 4.2. For example, you can sign up for Find My iPhone for free on your iPad and use the same account information to sign in to MobileMe on your iPhone 3GS and turn on Find My iPhone.

  • How many types of Queues exists and how to identify them.

    Hello
    can anyone say How many types of Queues exists and how to identify them.
    What does R3R* and CSA* stands for.
    Regards,
    divya

    Hi Divya,
        The queues R3* and CSA* that you have specified are qRFC queues. qRFC queues are data queues which transport data to and fro different systems.
    There are also the tRFC queues which are triggered whenever you make RFC calls to connect to another system.
    Queues with prefix R3AD* - for delta download from R3->CRM
    Queues with prefix R3AU* - for data upload from CRM->R3
    Queues with prefix R3AR* - used to transfer data during request load from R3->CRM
    Queues with prefix R3AI* - for initial load from R3->CRM
    Queues with prefix CSA* - these are validation object specific queues used for processing/persisting data in CRM tables in a serialized manner. E.g. CSABUPA* for business partner,CSA_ORDER* for sales order etc.
    You can administer and monitor the queues in trax. SMQR,SMQS.
    Hope this helps you! Pls. do not forget to reward me some points.
    Regards,
    Sudipta.

  • How old licenses migration during basic and advanced cisco ise?

    Hello,
    How old licenses migration during basic and advanced cisco ise?
    Regards,
    Alvaro

    Hi,
    What do you mean by migration? you are migrating to another hardware? or you are upgrading from basic to advanced license?
    here is the install/upgrade process:
    http://www.cisco.com/en/US/docs/security/ise/1.1/user_guide/ise_man_license.html#wp1059946
    If you are migrating from one device to another I think you need to use this link:
    https://tools.cisco.com/SWIFT/LicensingUI/Home
    HTH
    Amjad

  • How to create a job card and how to add waranty card in sales order

    I have one scenario for CS.the scenario is realted to automotive industry. Basically its a trading industry of HCV,MCV,LCV apart from that they will do servicing also. First the customer comes for a service.he is having free services. he will have waranty for spare parts of the vehicle. once he comes for servicing first the executive will take complains from the customer after that a Job card will be issued to the customer. there his chasis no ,engine no and registration no will be there. once enter the chasis no entire customer details has to come. how many free services he is having for how many kilo meters.then job card will go to the spare parts dept.that dept will issue the spare parts.then they will invoice the customer. he will pay the payment.and finally the gate pass will be given to the customer to deliver the vehicle.
    painful area is how to create a job card and how to add waranty in sales order.
    Regards,
    Venkat

    Hi,
    Have u resolved it then Please let me know !!! It is a very interesting problem and owuld like to know the solution...
    Regards
    Krishna

  • How to create a Custom UIView and How to instantiate that ?

    How to create a Custom UIView and How to instantiate that ?
    In Flash, all we need to do is create a MovieClip and assign it a class name in the library.
    Instantiation is a simple matter of:
    var newclass:CustomClass = new CustomClass({initialization_data:1652});
    addChild(newclass);
    At this current point in time, my understanding of creating custom UIView in xcode is limited to the understanding that you have to:
    1: Forward declare the class in the header.
    2:
    ]newclass *CustomClass in @interface's {}
    and THEN
    @property (nonatomic, retain) newclass *CustomClass;
    in the header file also.
    3: Nib initialization in the implementation file in viewDidLoad and do "addSubview".
    ==============================
    Based on my limited understanding at this point, I find the need to
    @property (nonatomic, retain) newclass *CustomClass;
    at the header somewhat limiting...as it denotes you must know how many instance you will create in the application before hand.
    I believe I am wrong here, hence, my question is, how do I add custom UIViews with initialization codes in real time ?

    hi,
    one workaround i could think of is using the CM views to search for content that belongs to a category and display it in a custom way.
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc904/wwsbr_api_view.html
    this only allows you to search for the meta-data available in the CM views but not the content of an item that is available when doing a search.
    in the next major portal release we will have a publich search API that can be used for these type of requirements. you can execute your search and format the results in the way you want.
    regards,
    christian

  • How to enable workflow notification mailer and how can it help me?

    Hello
    I am on 12.0.6
    I want to know how to enablke workflow notification mailer and how it can help me?
    Do i need to seperately license it?
    is there any patch that i have to apply in order to use it
    Please advice and help me with my query

    Hi,
    I want to know how to enablke workflow notification mailer and how it can help me?See the documents referenced in this thread.
    Workflow Configuration and Troubleshoot
    Workflow Configuration and Troubleshoot
    Do i need to seperately license it?No.
    is there any patch that i have to apply in order to use itSee the thread referenced above.
    Regards,
    Hussein

  • How to handling ecxeptions on alv and how to write subrotiens on scripts

    Hi abapers..
    tell me how to handle ecxeptions on ALV, and how many exceptions are there ,which exception i have to use.
    AND is it possible to write subrotiens on script, if it is possible tell to me how to write

    There are already enough Exceptions provided for ALV .
    yes you can write sub-routines in scripts , search SDN and you will get answer for the same

  • HT5527 I don't have iCloud in my system preferences, I am using 10.6.8 how do I see how much storage I am using and how do I purchase more?

    I don't have iCloud in my system preferences, I am using 10.6.8 how do I see how much storage I am using and how do I purchase more?

    You can't check your usage on the iCloud website - you have to do this from the iCloud prefs pane, which you don't have. If you are only using it for email you would have to be storing an awful lot of messages to exceed 5GB. If you are concerned about this you can download some of them to your Mac and off iCloud.
    To do this simply create a folder under 'On My Mac', go to the iCloud mailbox, select some of the messages and drag them to the folder you created. Don't try to do too many at once (say more than 100) and allow time for them to download.
    If you haven't yet set Mail up to access iCloud, but are simply using the website, you can set it up as detailed here:
    Entering iCloud email settings manually in Snow Leopard or Leopard
    If you do decide to upgrade, the latest version of iPhoto is only £10.49, though MS Office is more of a problem. But you can go on as you are as long as your Mac holds out - Snow Leopard is a good solid system.

  • When ever I reboot my device, I get an error message that says, "runtime error info.plist not found". What is this, how does it effect my ipod and how do I correct this error?

    I have an ipod touch 64gb. Lately, I discovered an error message on the lockscreen that says "Runtime Error Info.plist not found". What is this, will it effect my ipod, how does it effect my ipod and how do I correct the error? (I see the error message when I power up my ipod and when I reboot).

    Follow  this article:
    How to restart the Apple Mobile Device Service (AMDS) on Windows

  • I have created a table on pages.  Somehow I have set something so a blue dot appears every time I press he space bar.  How did I do it? and how do I get rid of it?

    two questions-- I have created a table on pages.  Somehow every time I press the space bar, I get a blue dot between words--How did I do it? and How do I get rid of it.  Also, I created a template on pages--How do I "save as" for a new file using that template?

    All you are seeing is the word space (from the spacebar).
    Menu > View > Hide Invisibles you had Show Invisibles on.
    When you are using a template it should be named "Untitled" and it will ask you to save when you go to close or you simply go to Save under the File menu.
    Peter

  • Help iPhone 4 "Power Button doesn't work", how can I get repair it and how much will cost, want to keep same phone everything works fine not power button. :(

    My iPhone 4 power button doesn't work, how can I get repair it and how much will cost, want to keep same phone everything works fine not power button not working unable used my phone. My warranty is Expired how much will cost to put it on my phone plan? Thanks!

    Hi Julio,
    Here's a link for your question:
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    Cheers,
    GB

Maybe you are looking for

  • How to read JCO Table parameter

    Hello I am calling Java function from ABAP side (JCO outbound call). Right now, in the java program I can get the import parameter data, but not the table parameter data. I am using the famous example5.java and the ABAP code is like below: PARAMETERS

  • Imovie event library

    Hey Apple users out there. Years ago I started out with a Steve Wozniac signed Apple IIGS. Switched to PCs due to software and finally am back in the Apple fold. I am learning with the imovie after using Ulead for a while. When I do a project, then c

  • Audio-out quality

    hello, i am a car audiophile that got an iPhone for christmas. i am looking for a way to deliver line-level audio output to the aux input in my stereo. right now, i am using the headphone jack on the iphone, and the sound quality is absolute garbage.

  • How to Use Same Asset Number with Different Sub-number

    Hi We want to sell some assets and buy them back on lease. We want to use same Asset number with different sub-number under the same company code. This new asset will be under different Depreciation Area (Statistical). We use external numbes for asse

  • How to create tables for using in SQL/php website

    Sorry for asking basic question because I 'm knew. i was building a dw site for listing multiple products. i was following DW, the Missing Manual book tutorials. The tutorial offers downloadable data tabels in a folder with .sql extension. I just can