How to count the existing license from SAP B1

Dear All,
Does anyone how to count......how many licenses such as CRM or Professional have been used?
Is it possible to use SQL to get the result?
From Samson

Hi Samson,
You can check the number of available licenses in the License Administration in Business One:
Administration -> Licence -> Licence Administration -> Components tab
You can select each component in your license file, and see the total number of licenses along with the total number available. I'm not aware of any way to do this through SQL.
Regards,
Niall

Similar Messages

  • HT1688 does anyone know how to transfer the existing music from my itunes account that i had with an ipod to my iphone?  I had my last download on my laptop which crashed and now we have a new computer.  I had to download a new version of itunes.

    I had my itunes account on my laptop which has since crashed.   I had to buy a new computer and iinstall the new version of itunes.  It did not pull up any of my information with music library, etc.  Does anyone know how to transfer existing music from my itunes account for my ipod to my iphone?
    thanks

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • How to load the existing data from the databse in the CMP entity bean?

    hello
    my problem is as follows--
    i am creating a CMP entity bean.in these beans client create the data instances using create() function.
    now a entity bean will be created for the newly created data and it's EJBObject will also be formed.
    now we will be able to perform finder methods over them.
    remember these data has been newly created in the database.
    but now if i want to perform the finder methods on the
    existing data in the database( i don't need to use create() fn as i am not "creating" the data.). how will i perform the query over the existing data.
    basically i have to make a CMP bean to extract the data corresponding to a particular condition , from the database table. i don't want to create the data in the database but just find out what data satisfies my condition.
    thanking you
    Prashant

    you have to use findByXXX methods. depending on your appserver you may have to declare them (and eventually the query you want to be used) in the vendor specific deploiement descriptor.
    (e.g. using jboss i don't remember having explicitly declare the findBySomeField method - where someField is a persistent field - in the dd, whereas with bas all finder methods have to be explicitly declared)
    [note that obviously these methods have to be present in your home interface]

  • How to check the Idocs sent from SAP system

    How to check the outbound Idocs sent from SAP system to target systems.
    How to know the message types and target systems.

    Hi,
    In Addition with the above mentioned transaction code(WE02), u can check out idocs in these table - EDIDC, EDID4, EDIDS.  Depending on different status you can differentiate them as Inbound or Outbound Idocs...
    Cheers...
    Santosh.
    <i><b>Mark All Usefull Answers...</b></i>

  • How to generate the ARE-1 from SAP?

    Hi,
    Please suggest how to generate the ARE-1 form from SAP and what are the settings we have to do for it. Please suggest the settings and T. codes
    Thanks in advance...
    Regards
    NItin

    Hi,
    You need to do the complete customization of
    SPRO>Logistics General> Tax on goods Movements>India for processing CIN relevant transactions.
    Check this link:
    http://wiki.sdn.sap.com/wiki/display/ERPLO/CIN+Configuration
    CIN Version - ARE1 & ARE3 Configuration
    This is the transaction where we define which series group belongs to exports.
    SPRO>Logistics General> Tax on goods Movements>India> Business Transactions> Out going excise invoices> Maintain Default excise groups and series groups.
    VA01 - Order
    VL01n - outbound delivery
    VF01 - Export Billing
    J1iin - excise invoice for exports
    J1ibn01 - Create Bond
    J1ia101 - create/post/ update/Change/Display ARE1.
    J1iBn05 u2013 Close bond
    Hope this helps.
    Regards,
    Sharan

  • How to remove the Tcode SU01 from sap menu for a role

    I want to create a role to assign to the users who are prohibited to change their own user data.So I want to give it all authorizations but su01,how to achieve it?
    Message was edited by: begue long

    Hi Manohar,
    You do not need to give them authorizations for <dummy>, unless the user group realy is "<dummy>" without ". Very unlikely and hardly appropriate...
    Here, <dummy> is coming from the abap language element
    DUMMY
    From the ABAP keyword documentation: "The authorization check is successful if one or several authorizations are created for the authorization object in the user master record and if - for at least one of the authorizations - each of the value sets defined there for the authorization fields specified using FIELD includes the value val1 ... val10 to be checked. Authorization fields that are not included in the statement or that have DUMMY specified for them are not checked. If the check is successful, sy-subrc is set to 0. Otherwise, it is set to a value not equal to 0."
    Be carefull of ST01. It is a great tool, but does have it's technical limitations.
    Kind regards,
    Julius
    Message was edited by: jbussche

  • How to delete G/L account from Sap?

    Hello gurus,
    Can any one please suggest me the procedure how to delete the gl account from SAP?
    Regards
    K.srinivasrao

    Dear K.srinivasrao
    If there are any Transactions posted in GL Account you cannot delete the GL Account unless the balnce of the GL Account
    Go to OBR2 and delete the GL Account
    In FS00 U can Mark the GL Account for deletion
    hope this will help
    Regards
    CA.Prasad

  • How can we prepare the PDC Cheques from SAP?

    Hi,
    How can we prepare the PDC Cheques from SAP?
    tx
    Bharat

    Dear:
                For catering PDCs in SAP there is a standard procedure. First you book PDC down payment request through F-37 which is mostly done with reference to invoice( A request is a notional entry having no financial impact). After realizing the check at due date you post it through F-29 and clear the customer afterwords through F-32. For configuration you must define Special GL indicator in FBKP for customers and mark it as noted item.
    Regards

  • How to edit the existing data in the XML file from java programming.

    Hi all
    i am able to create XML file with the sample data as below from java programming.
    i need sample code on how to edit the existing data in the XML file?
    for example
    <?xml version="1.0"?>
       <mydata>
               <data1>
                         <key1>467</key1>
                        <name1>Paul</name1>
                        <id1>123</id1>
              </data1>
              <data2>
                         <key2>467</key2>
                        <name2>Paul</name2>
                        <id2>123</id2>
              </data2>
        </mydata>
    i am able to insert the data in the XML.
    now i need sample code on how to modify the data in the above XML file from the java programming for only key2,name2,id2 tags only. the remaining tags data in the XML file i want to keep same data except for key2,name2,id2 which are i want to modify from java code
    Regards
    Sunil
    [points will be always rewardable]

    hi
    u need a parser or validate the xml file for to read the xml file from java coding u need for this
    xml4j.jar u can download this file  from here
    http://www.alphaworks.ibm.com/tech/xml4j
    or we can use the SAX(simple API for XML)
    some sample applications for this
    http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html
    http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611/page1.html
    http://www.xml-training-guide.com/e-xml44.html
    let me know u need any other info
    bvr

  • How to upload the master data from legacy to SAP

    Hi Frends,
    how to upload the master data from legacy system to SAP System once the configuration is over.how to carry forward the open items of vendors and customers while uploading.who will upload functional consultantsor ABAPER.
    please clarify me
    Regards
    Sap Guru

    Hi ,
    use LSMW  or BDC for uploading Master & transaction data.
    This work is done by the Respective Functional team.
    Chandra

  • Do we need to buy the license from SAP for EACH 'Z'form

    Hello
    I heard that, we (company) have to take license for the development of EACH adobe interactive form (even though its totally custom brand-new interactive form created from scratch), on individual form basis, is it true? (i know, its free of cost to play around with interactive forms in DEV and QA, but, if we want to move them to PROD, in that case do we need to buy the license from SAP for EACH form individually?)
    Thank you

    Thats true...license based on end user usage is required for SAP interactive forms. For more information read SAP note number 750784. The license comes in package like per 1000 users one time payment.
    Regards,
    Vaibhav

  • How can i autoforward that mail from SAP INBOX to the outlook

    Hi ,
    My Requirement is that,
    I have to send an email to outlook, whenever PO Created in SRM System
    I have created  custom workflow, i have added a sendmailtask step, i given the SAP userid to send SAP Mail to the user.
    It is sending SAP Mail to the User to his inbox perfectly.
    Now, how can i autoforward that mail from SAP INBOX to the outlook. This is has to work for all users.
    Please give some suggestions. ot it can be achived any other way.
    Note: This is Email Message not a workitem.
    I have doubt that RSWW program will work only for workitems.*
    Thanks & Regards,
    Suresh.

    Hi ST,
    what I understand from your requirement is that you are able to send messages using SendMail Step to SAP Inbox and now you want it to be sent to users Outlook.
    Here you need to create a container which would store users email address of Outlook (which would be stored in SU01 or in a ztable), use this container in your Send Mail step and in the Recepient Type as email.
    Hope it helps.
    Aditya

  • HT201317 i have enabled photostream on my imac but only a small selection of old photos from my iphone have streamed through.  How do i get all the existing photos from both my iphone and ipad onto my iMac?

    I have enabled photostream on my imac but only a small selection of old photos from my iphone have streamed through.  How do i get all the existing photos from both my iphone and ipad onto my iMac?

    This usually happens because iCloud only keeps photo stream photos for 30 days (even though your last 1000 photos will remain on your phone until deleted).  When you enabled photo stream on your Mac you only received photo stream photos from the last 30 days.
    To get older photos to your Mac, create a shared photo stream containing them and invite yourself as a subscriber (see http://help.apple.com/icloud/#mmc0cd7e99).  The be sure you check Shared Photo Streams in iPhoto>Preferences>Photo Stream.  You can then import them to your iPhoto library by opening the shared photo stream album in iPhoto, then going to Edit>Select All, Control-clicking on any of the selected photos and selecting Import.

  • How to get the job logs from sm35 by using the queue id and session name?

    hi all,
    can any one please let me know how to read the job log from sm35 by using the session name and queue id. i have the job name and job count but is it possible to download the job log by using the queue id and session name.
    FYI..
    i want to read this job log and i want to send it to an email id.
    -> i am using the job_open and submitting the zreport via job name and job count and then i am using the function module  job_close.
    but this is not working in my scenario i have the queue id and session name by using this two i want to get the job log is there any function module available or code please provide me some inputs.
    thanks in advance,
    koushik

    Hi Bharath,
    If you want to download it to the local file then you can follow the instructions in the below link.
    How to download Batch Input Session Log?
    Regards,
    Sachin

  • How to count the number of rows in a resultser object?

    hi there
    how to count the number of rows in a resultser object which may contains millions of rows? besides using a while loop? thanks

    You don't, you execute a query whose result is the record count of those records that match the search and then you execute the actual query to create your record set. Typically you do
    select count(id) from YourTable where [filter]
    from the resulting ResultSet do
    int res.getInt(1);
    which gives you the count and then
    select id from YourTable where [filter]
    to produce the actual result set.
    in the second query the id part can be substituted with the actual fields you want.

Maybe you are looking for

  • Old style editor in new debugger?

    I recently started working with an older system (older than I'm used to anyway) and I noticed that in the debugger the first two desktop tabs show the code in the old style (grey background and all black text) yet desktop 3 is in full color, as it sh

  • Can I have a conditional javascript:apex.confirm when column is null

    Hi All, I am relatively new to the product but am picking up things all the time. I was recently asked to create a confirmation on submit dialog which I did quite easily using javascript:apex.confirm. I was then asked to only display the confirmation

  • Installation of Microsoft Visual C++ 2010 Redistributable Package (x86) appears to have failed

    When installing the PowerDesigner client we receive the message below that a Microsoft Visual C++ package is required.  When we select INSTALL, the operation fails due to a higher version already being present on the machine.  We continue with the in

  • Phone unstable since Jellybean update

    Immediately following the Jellybean update to my GS3, my phone began to randomly restarts multiple times, even when  I'm not touching it.  This is occurring several times within a day. My phone also freezes up at least a couple times a day.  The only

  • Call manager tool

    i was looking for a cisco tool for completing a callmanager 5.1 design. something that will tell me what licenses are required if i add subsequent servers and phones and the likes. ive gone thru the configuration tool but it couldnt help at all. anyo