How to know CC program installed on user machine?

Dear all please your help
my IT admin cutomer using CCT with 20 user and have plan to detect what kind program CC has installed on user machine? any programs to detect it?
regards
Deto

We can detect if the CC was activated but we can not detect which program of the CC app was installed & activated from the CC subscription.
The activation can be detected but not the particular product.
Regards
Rajshree

Similar Messages

  • How to know the program that a user is running.

    Hello SAPients!
    Is there a programmatic way (FM or something else) to know what program is being executed by a specific user?
    Thanks in advance.

    My full requirement is in this post:
    I need to trigger a procedure when a program ends.
    If you could take some time and read it I would really, really appreciate it.
    Thank you so much for your kind help.

  • How to know print program for SAP Script

    Hi friends,
    how to know print program for SAP Script form name ?

    Hi ,
      You can use the following code changes in the layout & see..
    You have to create a program Z_BC460_EX4_HF for that..
    /:PERFORM GET_NAME IN PROGRAM Z_BC460_EX4_HF
    /:  USING &CUST&
    /:  CHANGING &NAME&
    /:ENDPERFORM.
    Dear &NAME&
    The ABAP routine could be defined as follows:
    IMPORTANT: The structure itcsy must be used for the parameters.
    REPORT Z_HENRIKF_SCRIPT_FORM .
      tables scustom.
      form get_name tables in_tab structure itcsy
                           out_tab structure itcsy.
      read table in_tab index 1.
      select single * from scustom
        where id = in_tab-value.
      if sy-subrc = 0.
        read table out_tab index 1.
        move scustom-name to out_tab-value.
        modify out_tab index sy-tabix.
      else.
        read table out_tab index 1.
        move 'No name' to out_tab-value.
        modify out_tab index sy-tabix.
      endif.
    You could also fill the ouput parameter table this way
       READ TABLE out_par WITH KEY 'NAME1'.
       out_par-value = l_name1.
       MODIFY out_par INDEX sy-tabix.
    endform.

  • I just bought PSE 11. Serial No. accepted but Error appears, preventing me to install. What is wrong OR, how can I get program installed?  I've tried at least four times!!  Jim H.

    I just bought PSE 11. Serial No. accepted but Error appears, preventing me to install. What is wrong OR, how can I get program installed?  I've tried at least four times!!  Jim H.

    Use the instructions here to completely remove/uinstall all iTunes/Apple software and componenets and then start from scratch.
    http://support.apple.com/kb/HT1923
    B-rock

  • Generating a list of programs installed on a machine

    Hello,
    I am working on a project at the minute, and I need to find out, is it possible to create a list of all the programs installed on a machine using java?
    Thanks

    For what purpose one would ask.
    One can do a directory scan (File.listFiles).
    In java you can ask for the root drives (see FileSystemView, JFileChooser), and query whether they a removable/remote media.
    Then you simply need to collect all .exe files (on Windows).
    Windows uses the registry for software products. There are some native-code based APIs that give access to the registry. Or you might in RegEdit export a CURRENT_SOFTWARE tree from the registry and parse the text file..
    As you can execute command line programs in java (Runtime.exec) you can run RegEdit,
    see http://techsupt.winbatch.com/TS/T000001029F18.html for options.

  • How to get the program where the User exit is use

    Hi,
       Could anyone let me know how to get the program which is using the user exit
    EXIT_SAPLFMR4_002 .
    Thank you.
    Donny~

    You can do a where used on the functino module EXIT_SAPLFMR4_002 in SE37.
    In this case, you user exit is called from a function module FMRE_FI_BELEG_CHECK.  Which in my system, doesn't appear to be called directly. It could be called dynamically.
    Regards,
    RichHeilman

  • How to know to which page the user is going

    Hi! I want to know to which domain my user is going after leaving a certain page. I want to know this to differentiate if is moving to a page inside my site, if he's leaving or if he's closing the browser.
    Hope u can help me! Regards
    Raul

    If a user clicks a link on the page then you can tell that where is he/she heading,but if they type the address in the location bar,then you are out of luck.
    And this is a JavaScript/html related question( I think...*_*)
    Cheers
    Khalid

  • How to know last program user

    Hi guys!
    Is there a tcode where I can see the history of who executed a particular program, and what particular programs a user executed?
    I am not sure if this question is in the right forums. Please advise me where this will be applicable. Thanks!
    Message was edited by:
            Ricardo Caliolio Jr.

    > Hi Ricardo,
    >
    > On the lighter side,
    > I am not sure if this question is in the right
    > forums. Please advise me where this will be
    > applicable.
    >
    > <b>Till someone watching the forum knows answer to
    > your question it is in the RIGHT FORUM :).</b>
    >
    > Regards,
    > Atish
    Well, me too. I am not sure if it is supposed to be here. I am just not yet really familiar with these forums. Haha.
    Thanks anyway for the answer!

  • How to know the program type?

    Hi,
    I want to know what type of execution method a certain concurrent program has, ( e.g if it is SQL*PLUS, REPORT, SPAWN, PL/SQL etc)
    I run the following sql at apps/apps
    1* select distinct execution_method_code from fnd_concurrent_programs
    SQL> /
    E
    R
    H
    P
    I
    K
    Q
    M
    A
    J
    X
    B
    S
    L
    E
    Where do I get the corresponding meaning of this code please.
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?
    Thanks a lot

    Hi,
    Where do I get the corresponding meaning of this code please.Try the queries in the following links:
    PSP PL/SQL API for Customizations Tracking
    http://dbaanswers.blogspot.com/2007/11/psp-plsql-api-for-customizations.html
    Query 9: SQL to view all types of request Application wise
    http://knoworacle.wordpress.com/2009/01/12/oracle-application-top-useful-sql-queries/
    Display Module Wise Reports
    http://oracle-applications-rama.blogspot.com/2007/05/display-module-wise-reports.html
    Or, refer to eTRM and see if it is documented there.
    eTRM
    http://etrm.oracle.com
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?From System Administrator responsibility, navigate to Concurrent > Program > Executable, Press F11, select "SQL*Plus", Ctrl + F11
    Regards,
    Hussein

  • How to know whether the installed Oracle is 32 bits(or 64 bits)?

    I have installed Oracle 8.1.6 on HP-UX 11(64 bits OS ), But I dont know whether the oracle is 64 bits.
    How can I get to know it?
    Thanks!
    null

    Hi, This is late though, but to let you know that Oracle 8.1.6 is 64-bits
    Duronke
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by zhihui zu ([email protected]):
    I have installed Oracle 8.1.6 on HP-UX 11(64 bits OS ), But I dont know whether the oracle is 64 bits.
    How can I get to know it?
    Thanks!
    <HR></BLOCKQUOTE>
    null

  • How to know the program attached to each button ?

    Hello,
    When I press on various buttons in SAP various ABAP programs/functions are launched/executed. How can I know the name of the program/functions that is attached to these buttons? I want to debug through these programs/functions because they have functionalities similar to the ones I want to implement so I want to get access to these ABAP programs but how?

    Hi,
    You can debug and identify..
    Before pressing the button..Press /h in the command field to start the debugger..
    Then press the button..
    It will take you in the degugging mode..
    Thanks,
    Naren

  • How to Know Concurrent Program Finish

    Hello,
    We are on Oracle EBS 11i10.2 and are creating a procedure that executes a Concurrent Program, and we need to know in this procedure when the Concurrent Program finishes, does anyone know how to do this?
    Thanks

    Hi,
    Please see these threads.
    concurrent request status
    concurrent request status
    How to set the Concurrent request completed with warning?
    Re: How to set the Concurrent request completed with warning?
    Thanks,
    Hussein

  • How we know the rights for particular user..?

    in BO CMC, how we will know what are rights and authorizations he has for all groups...
    Sri

    Log in to CMC and slect the group and select properties of the group or user and to user security to see their rights.
    I don't see any other automated system telling you the rights for each group.
    Regards,
    Bashir Awan

  • How to know tablespaces, related with one user

    hi experts,
    please tell me how can i know the name of tablespaces, who are related with one user.
    thanx and regards

    I wish more people would use quota instead of the resource role and unlimited tablespace.UNLIMITED TABLESPACE is a particularly noisome privilege, because it grants quota on all tablespaces, including SYSTEM. The fact that RESOURCE used to include this privilege in its portfolio was the main reason not to grant it willynilly.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com

  • How to know the number of Active users logged in to a Essbase  Application?

    Hi,
    Is there way to capture/log the number of active users who have logged into a particular Essbase application at a given time.
    In Essbase or in Shared services?
    I know we can see the EAS-Edit Sessions shows the actively logged-in users, then we can sort on the application/database & manually count the number.
    Is there a way to capture it in a log at a given time on a regular basis. Any MAXL or Shared services feature?
    Appreciate your thoughts.
    Thanks,
    Ethan.

    You could use maxl .
    display user all;
    there will be a column called "logged in" which will display true/false for the users
    but that will just show if they are logged into the server and not the application
    You can also use use display session
    display session all;
    or
    display session on application sample;
    which should show what you are after.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Error when compiling in debug mode

    I receive an error when i try to ORA-04021 timeout occurred while waiting to lock object stringstringstringstringstring Cause: While waiting to lock a library object, a timeout is occurred. Action: Retry the operation later.

  • Problem importing Sequence from FCP 7 to Color 1.5!!!!!

    I am trying to export a Sequence from FCP 7 into Color and am experiencing problems. When I send the Sequence to Color from FCP 7 Color receives the incorrect in and out points for many of the clips in my original FCP sequence. All of the footage bei

  • Problems with SharedObjects

    I'm on a OS X 10.4 macbook, and flash player 10 works for me in most cases, but anything that involves storing SharedObjects onto my computer refuses to work, and the flash player preference panel on the adobe website won't stick when I make a change

  • Not starting. Hard drive/?

    Just the spinning spokes. I tried installing Leopard, since I had the disks here, but it couldn't find the hard drive. ASnything else I should try?

  • HELP! PSE-7 Organizer won't launch; Program blames DirectX

    I just installed PhotoShop Elements 7.  I launch the progarm and the initial program choice seen appears (Organize, Edit, Create, Share).  Whenever I choose Organize, an Adobe error box appears, stating the following: "DirectX is installed but could