How to find repository patch level

Hi everyone. I'm wondering if the lh version command gives the patch level of the repository or the file system. I can't find any difinative information that says it is the patch level of the repository. If it is not, how can I find the patch level of the repository?
Thanks.

This works the same for IDM 7 or 8.
while in lh console
issue the installed command
Configurator> installed
Installed Releases
Identity Manager 7.1 (20070523)
Installed Service Packs
Installed Hotfixes
Identity Manager 7.1 HF 13
Identity Manager 7.1 HF 2

Similar Messages

  • How to find the patch level of a BI 7 system.

    Hi Experts,
    I am not able to add navigation attributes to an info cube in BI 7 system ....does the patch level applied to the system effect this functionality ? if so how can we upgrade the system?
    How can we find the patch level details of a SAP BI 7 system ? The release notes doesnt give any information in regard to the patches. Is there any direct way of getting this information by ourselves without contacting the basis team.
    Kindly let me know your valuable suggestions.
    Thank you and much appreciated.
    Regards,
    Sharanya.

    Hi Bala and Teja,
    Part of my question was answered , Thank you for your help.
    I see that the patch level is 17 on our BI 7 system..........but does it effect the functionality to add a navigational  attribute to an info cube?
    Can you suggest me any possible reasons for this issue, and also any solutions if you have please.
    Thank you and much appreciated.
    Regards,
    Sharanya.

  • How to find the patches for perticular concurrent program

    HI
    How to find the patches for perticular concurrent program. suppose for one concurrent program we create the patch and applied now i want know the which patch applied for perticular concurrent program through back end.
    Thank's

    Query the concurrent program in Sysadmin responsibility.
    Note the concurrent executable.
    Query the concurrent executable in Sysadmin.
    Note the file name.
    If it is a package, open the package in TOAD and note down the file name.
    If it is a report/form, open it in form developer and note down the file name.
    Go to patch find screen in metalink. In the advanced search screen, enter the file name and you will see patches that contain it.
    Hope this answers your question
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • How to find the patch & version of directory server

    How to find version & patch of Sun JES Directory Server.
    What does 2005Q4 mean to?

    Just look at your errors log file after you start up the directory server. If you are running Directory Server 6.0 you will find a line that looks like this:
    Sun-Java(tm)-System-Directory/6.0 B2007.030.1546 (32-bit) starting up
    Depending on the version you have it will show something slightly differently.

  • How to find out SR level in SAP system

    Hi Guys,
      How to find out the SR level of our system in Windows. And can any one tell me, what are the necessary CD's required for ECC 6.0 installation. I can found all the informations but I can't found for specific installation on windows -- mssql .
    Thanks
    Regards,
    Ral

    An SR (Service Release) is simply a base release + a certain amount of SPs(Support Packs).
    So, the question you really want is what SP level is the system at.  If it's an ABAP system, you can find that in the SYSTEM menu-->STATUS.  Then click the magnifying glass under the "system data" section to see the individual SPs  for the various components.
    If it's a Java system, you need to log into the URL for the system information screen.  That is:
    http://<host>:5xx00
    (where xx is the system number)
    click "system information" and login with an administrative user.  The component listing on that screen will tell you what level your java components are on.
    You can download all needed software from
    http://service.sap.com/swdc
    You will need an OSS account, and proper authorizations given to you by an admin by the customer.  Further, you will need your downlaods to be approved via the SolMan Maintenance Optimizer by an admin at the customer.

  • How to determine J2EE patch level

    If I go to the CMD prompt running the Dispatcher, I can enter "version" and the > prompt and get the following:
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20
    How does this patch level translate to patch levels 6 throuch 32 on service.sap.com/patches?
    Thanks in advance.

    Hi Gary,
    you can mark your question as self solved to show other users that this toppic has been solved.
    Regards
    Gregor

  • How to find ARU Patch 7993184

    I am trying to install the Oracle Metadata Repository 10.1.2.0.3 into a 10gR2 RAC database. Note 260554.1 gives some information on this. It also says:
    3.1.18 Patch Required Prior to Running the Metadata Repository Creation Assistant on a 10.2 Real Application Cluster Database
    You must install ARU patch 7993184 before running the Metadata Repository Creation Assistant on a 10.2 Real Application Cluster Database. If you do not apply the patch, you will receive an error message during Oracle Ultra Search configuration.
    I cannot find this patch ANYWHERE. Can someone help? Thanks.

    Did you ever get an answer to where to find ARU Patch 7993184?
    I am also trying to install the Metadata Repository into a Standard Edition RAC database.
    Or did you find a way to make it work without the patch?
    Thanks!
    -Diane

  • Newbie: how to find wich patches are needed?

    I have a number or Oracle DB's (previously installed by someone) from 10.1 to 11.1.
    I would like to patch some of them if needed, but I don't know how to find patches are needed?
    tnx

    Hi,
    The following methods will help to know what are the patches installed at your ORACLE HOME
    1) opatch lsinv -bugs_fixed
    This option will give description of installed patches as below, but the opatch version should be higher than
    10.2.0.4.5 for version 10.2 ORACLE_HOMEs
    $ opatch lsinv -bugs_fixed
    8576156 8833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.3 (INCLUDES CPUJUL2009)
    8833280 8833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.4 (INCLUDES CPUOCT2009)
    2) select substr(action_time,1,30) action_time,
    substr(id,1,10) id,
    substr(action,1,10) action,
    substr(version,1,8) version,
    substr(BUNDLE_SERIES,1,6) bundle,
    substr(comments,1,20) comments
    from registry$history;
    This option will work when post installation has been performed for that patch
    thanks,
    Krishna

  • Find SAPGui patch level from Appl Server

    Hi,
    I have requirement to write a program to find what will be patch level applied in the each presentation server that login into server.
    This will be my requirement. We have around 6000 terminals, some of terminals giving short  dump in server due to non applying of latest GUI patch in the presentation server, requirement is to find what will be patch level of presentation server from application server.
    I like to know whether it is possible to find what will be patch level applied in the
    presentation server from Application server.
    Thanks
    aRs

    Hi,
    Please try this FM RFC_GET_SYSTEM_INFO.
    Also you can use class CL_GUI_FRONTEND_SERVICES=>GET_GUI_VERSION.
    data: v_tab type  filetable,
          v_info type file_table,
          rc type i.
    call method cl_gui_frontend_services=>get_gui_version
      changing
        version_table            = v_tab
        rc                       = rc
      exceptions
        get_gui_version_failed   = 1
        cant_write_version_table = 2
        gui_no_version           = 3
        cntl_error               = 4
        error_no_gui             = 5
        not_supported_by_gui     = 6
        others                   = 7.
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
                 with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    else.
      read table v_tab into v_info index 3.
      write:/ 'Patch level:', v_info(2).
    endif.
    Regards,
    Ferry Lianto

  • How to find CPU patch applied on database server

    Hello Gurus,
    Is there any way to find out which cpu patch is applied on database server ?
    Output of select from registry$history :*
    sql> select * from registry$history;
    ACTION_TIME
    ACTION NAMESPACE VERSION
    ID
    COMMENTS
    22-AUG-07 02.18.53.701711 PM
    UPGRADE SERVER 10.2.0.3.0
    Upgraded from 10.2.0.2.0
    Output of opatch lsinventory
    Invoking OPatch 10.2.0.3.0
    Oracle interim Patch Installer version 10.2.0.3.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /u01/app/oracle/product/10.2.0
    Central Inventory : /u01/app/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.3.0
    OUI location : /u01/app/oracle/product/10.2.0/oui
    Log file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/opatch2009-04-21_09-24-53AM.log
    Lsinventory Output file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/lsinv/lsinventory2009-04-21_09-24-53AM.txt
    Installed Top-level Products (2):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 2 10.2.0.3.0
    There are 2 products installed in this Oracle Home.
    Interim patches (22) :
    Patch 6375952 : applied on Mon Mar 17 18:28:31 GMT+01:00 2008
    Created on 28 Sep 2007, 15:37:38 hrs PST8PDT
    Bugs fixed:
    6375952
    Patch 6069085 : applied on Sun Mar 02 18:13:16 GMT+01:00 2008
    Created on 25 Oct 2007, 22:54:52 hrs US/Pacific
    Bugs fixed:
    4684070, 6069085, 5190392
    Patch 6069074 : applied on Sun Mar 02 18:13:10 GMT+01:00 2008
    Created on 14 Jun 2007, 06:11:35 hrs US/Pacific
    Bugs fixed:
    6069074, 5677680, 5584790, 5770059
    Patch 5744428 : applied on Sun Mar 02 18:12:56 GMT+01:00 2008
    Created on 14 Jun 2007, 06:07:38 hrs US/Pacific
    Bugs fixed:
    5744428
    Patch 5472702 : applied on Sun Mar 02 18:12:51 GMT+01:00 2008
    Created on 14 Jun 2007, 06:07:00 hrs US/Pacific
    Bugs fixed:
    5472702
    Patch 5287523 : applied on Sun Mar 02 18:12:45 GMT+01:00 2008
    Created on 14 Jun 2007, 06:05:20 hrs US/Pacific
    Bugs fixed:
    5287523
    Patch 6010833 : applied on Sun Mar 02 18:09:03 GMT+01:00 2008
    Created on 22 Jun 2007, 02:29:22 hrs US/Pacific
    Bugs fixed:
    6010833
    Patch 5998544 : applied on Sun Mar 02 18:08:57 GMT+01:00 2008
    Created on 22 Jun 2007, 02:25:59 hrs US/Pacific
    Bugs fixed:
    5238386, 5934150, 4690705, 4538727, 5998544, 5399901, 5951587, 5089522
    Patch 5844945 : applied on Sun Mar 02 18:08:45 GMT+01:00 2008
    Created on 22 Jun 2007, 02:28:39 hrs US/Pacific
    Bugs fixed:
    5844945
    Patch 5209867 : applied on Sun Mar 02 18:08:38 GMT+01:00 2008
    Created on 22 Jun 2007, 02:27:14 hrs US/Pacific
    Bugs fixed:
    5209867
    Patch 6607968 : applied on Sun Mar 02 17:45:29 GMT+01:00 2008
    Created on 14 Nov 2007, 03:22:55 hrs PST8PDT
    Bugs fixed:
    5640593, 5093060, 6607968
    Patch 6500033 : applied on Sun Mar 02 17:42:03 GMT+01:00 2008
    Created on 13 Nov 2007, 10:19:47 hrs PST8PDT
    Bugs fixed:
    6500033
    Patch 6267873 : applied on Sun Mar 02 17:35:48 GMT+01:00 2008
    Created on 7 Feb 2008, 04:26:52 hrs PST8PDT
    Bugs fixed:
    5723260, 6067600, 6267873, 5575674, 5370578, 5883622, 6017440, 6064864
    5087369, 5865842, 5602452, 5581472, 5206649, 5225733, 5170394, 5512840
    5515703, 5867943
    Patch 6043052 : applied on Sun Mar 02 17:33:28 GMT+01:00 2008
    Created on 24 Sep 2007, 21:04:29 hrs PST8PDT
    Bugs fixed:
    6043052
    Patch 5857313 : applied on Sun Mar 02 17:10:49 GMT+01:00 2008
    Created on 5 Nov 2007, 05:25:04 hrs PST8PDT
    Bugs fixed:
    5857313
    Patch 5623403 : applied on Sun Mar 02 17:05:36 GMT+01:00 2008
    Created on 28 Sep 2007, 15:30:46 hrs PST8PDT
    Bugs fixed:
    5623403
    Patch 5201883 : applied on Sun Mar 02 17:00:06 GMT+01:00 2008
    Created on 23 Apr 2007, 23:28:22 hrs PST8PDT
    Bugs fixed:
    5201883
    Patch 5029334 : applied on Sun Mar 02 16:54:20 GMT+01:00 2008
    Created on 13 Jul 2007, 05:37:35 hrs US/Pacific
    Bugs fixed:
    5029334
    Patch 4475206 : applied on Sun Mar 02 16:44:04 GMT+01:00 2008
    Created on 6 Nov 2007, 09:02:16 hrs PST8PDT,M3.2.0,M11.1.0
    Bugs fixed:
    4475206
    Patch 5728380 : applied on Fri Sep 21 13:56:57 GMT+01:00 2007
    Created on 25 Jul 2007, 02:24:32 hrs PST8PDT
    Bugs fixed:
    5728380
    Patch 5556081 : applied on Wed Aug 22 15:21:54 GMT+01:00 2007
    Created on 9 Nov 2006, 22:20:50 hrs PST8PDT
    Bugs fixed:
    5556081
    Patch 5557962 : applied on Wed Aug 22 15:17:01 GMT+01:00 2007
    Created on 9 Nov 2006, 23:23:06 hrs PST8PDT
    Bugs fixed:
    4269423, 5557962, 5528974
    I am confused with output of registry$history and opatch lsinventory.
    Any kind of help is very beneficial for me.
    Thanks in advance.
    Edited by: user7632087 on Apr 21, 2009 2:07 AM

    Please read if it helps:
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=629696

  • How to find the toner level for HP LaserJet 1500L Drum and Toner set

    You may have lost the original 1500L CD that came with the printer, or bought it second hand.
    So how do you find out how much toner or drum fixer remains!
    Actually this is a dumb question. The legacy 1500 and 1500L use dumb toner and drum cartages. They have a chip which simply counts the number of pages printed, and when a preset number (as per cartridge size) have been printed, it sends a signal to the printer to replace it. This is ok if you print the average amount of ink per page, but if you print a lot of photos, the cartage will be exhausted before the indicator flashes, and if like the rest of us you print the usual selection of documents etc, then probably about 50 to 25 percent of the toner remains - what a waste!.
    Ok - but its kind of nice to know how many pages have been printed.
    Do exactly the following:
    1) Press the (green) GO and (orange) CANCEL button simultaneously.
    This will then print a status and configuration page. The top left hand column will give the number of pages printed. However if you reset the NVRAM to allow you to use up the supplies, then this will be the count of pages printed since this was reset!.

    Hello tmsmatt, 
    Please try the below step...
    On the product control panel, press and hold the Resume button ( ) for 2 to 3 seconds.
    The printer would print a configuration page and you'd find the info you required in it.
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How to upgrade IGS patch level

    Hi,
    Can anyone help in how to upgrade the igs patchs.
    Regards,
    SM

    Hello,
    Kindly download the igsexe_10-10003070.sar from http://service.sap.com/swdc Support Packages and Patches-> SAP Frontend Components->SAP IGS
    Stop the SAP instance backup the run existing run folder. Use the same run folder where in you need to place the uncarred files of IGS.
    Then restart the system. IGS will be upgraded to latest...
    Thanks & Regards
    Vivek

  • How to find kernel level

    hi guys
    can anyone tel me how to find the kernel level with out going to os.. i hav to check the kernel level in my portal screen..
    regards
    kamal..

    open the url
    http://<yourportal FQDN>:<portno>/index.html
    click system information
    There you find all the information of the Kernal and many others
    You can find Kernal version and patch level under  Server0.
    Raghu

  • How to find what is the patch no for my BI java  ?

    Note 1330884 recommends to apply the BI Java patch Support Package 18 Patch 50 for SAP NetWeaver 7.0 BI Java to your BI system.
    Two questions
    1) I want to know how to find the patch no for my installation ?
    2) where is the information for bi java ?  Below is the component info from my BI system. I dont see any BI JAVA component here ?
    thank you.
    I got the below from : http://<system>:<port>/monitoring/ComponentInfo
    Software Components 
    Vendor  Name  Version  Provider  Location  Applied 
    sap.com  ADSSAP  7.00 SP18 (1000.7.00.18.0.20081123153837)  SAP AG  SAP AG  20090515173903 
    sap.com  BASETABLES  7.00 SP18 (1000.7.00.18.0.20081123154558)  SAP AG  SAP AG  20090515171425 
    sap.com  BI-BASE-S  7.00 SP18 (1000.7.00.18.12.20090129073318)  SAP AG  SAP AG  20090518112357 
    sap.com  BI-IBC  7.00 SP18 (1000.7.00.18.0.20081124051700)  SAP AG  SAP AG  20090515180641 
    sap.com  BI-REPPLAN  7.00 SP18 (1000.7.00.18.0.20081125103147)  SAP AG  MAIN_APL70P18_C  20090515180729 
    sap.com  BI-WDALV  7.00 SP18 (1000.7.00.18.0.20081125103146)  SAP AG  MAIN_APL70P18_C  20090515180651 
    sap.com  BI_MMR  7.00 SP18 (1000.7.00.18.0.20081123154631)  SAP AG  SAP AG  20090515173946 
    sap.com  BI_UDI  7.00 SP18 (1000.7.00.18.0.20081123154646)  SAP AG  SAP AG  20090515174042 
    sap.com  BIWEBAPP  7.00 SP18 (1000.7.00.18.12.20090129073354)  SAP AG  SAP AG  20090518112351 
    sap.com  BP_BIADMIN  60.1 SP5 (1000.60.1.5.0.20060118134900)  SAP AG  SAP AG  20090720155956 
    sap.com  CAF  7.00 SP18 (1000.7.00.18.0.20081125143229)  SAP AG  MAIN_APL70P18_C  20090515174948 
    sap.com  CAF-KM  7.00 SP18 (1000.7.00.18.0.20081125132429)  SAP AG  MAIN_APL70P18_C  20090515181229 
    sap.com  CAF-UM  7.00 SP18 (1000.7.00.18.0.20081125143246)  SAP AG  MAIN_APL70P18_C  20090515174049 
    sap.com  CORE-TOOLS  7.00 SP18 (1000.7.00.18.0.20081123154839)  SAP AG  SAP AG  20090515171444 
    sap.com  EP-PSERV  7.00 SP18 (1000.7.00.18.0.20081217162400)  SAP AG  SAP AG  20090515180804 
    sap.com  EP-WDC  7.00 SP18 (1000.7.00.18.0.20081113110900)  SAP AG  SAP AG  20090515180833 
    sap.com  EPBC  7.00 SP18 (1000.7.00.18.0.20081123205100)  SAP AG  SAP AG  20090515174158 
    sap.com  EPBC2  7.00 SP18 (1000.7.00.18.0.20081123205100)  SAP AG  SAP AG  20090515180835 
    sap.com  JLOGVIEW  7.00 SP18 (1000.7.00.18.0.20081123152100)  SAP AG  SAP AG  20090515171508 
    sap.com  JSPM  7.00 SP18 (1000.7.00.18.0.20081123152100)  SAP AG  SAP AG  20090515110509 
    sap.com  KM-KW_JIKS  7.00 SP18 (1000.7.00.18.0.20081123155108)  SAP AG  SAP AG  20090515174202 
    sap.com  KMC-BC  7.00 SP18 (1000.7.00.18.0.20081124023400)  SAP AG  SAP AG  20090515180855 
    sap.com  KMC-CM  7.00 SP18 (1000.7.00.18.0.20081124045000)  SAP AG  SAP AG  20090515180911 
    sap.com  KMC-COLL  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180926 
    sap.com  LM-PORTAL  7.00 SP18 (1000.7.00.18.0.20081125133231)  SAP AG  MAIN_APL70P18_C  20090515180928 
    sap.com  LM-TOOLS  7.00 SP18 (1000.7.00.18.0.20081218100553)  SAP AG  MAIN_APL70P18_C  20090515175236 
    sap.com  NET-PDK  7.00 SP18 (1000.7.00.18.0.20081124003300)  SAP AG  SAP AG  20090515180432 
    sap.com  RTC  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180434 
    sap.com  RTC-STREAM  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180930 
    sap.com  SAP-EU  7.00 SP18 (1000.7.00.18.0.20081125133807)  SAP AG  MAIN_APL70P18_C  20090515181146 
    sap.com  SAP-JEE  7.00 SP18 (1000.7.00.18.0.20081123155510)  SAP AG  SAP AG  20090515171540 
    sap.com  SAP-JEECOR  7.00 SP18 (1000.7.00.18.1.20090120111509)  SAP AG  SAP AG  20090518112033 
    sap.com  SAP_JTECHF  7.00 SP18 (1000.7.00.18.1.20090120111547)  SAP AG  SAP AG  20090518112036 
    sap.com  SAP_JTECHS  7.00 SP18 (1000.7.00.18.1.20090120111716)  SAP AG  SAP AG  20090518112429 
    sap.com  UMEADMIN  7.00 SP18 (1000.7.00.18.0.20081125103148)  SAP AG  MAIN_APL70P18_C  20090515175248 
    sap.com  UWLJWF  7.00 SP18 (1000.7.00.18.0.20081124030000)  SAP AG  SAP AG  20090515180944 
    sap.com  VCBASE  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181246 
    sap.com  VCFLEX  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181231 
    sap.com  VCFRAMEWORK  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181234 
    sap.com  VCKITBI  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181248 
    sap.com  VCKITGP  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181250 
    sap.com  VCKITXX  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181252 
    sap.com  WDEXTENSIONS  7.00 SP18 (1000.7.00.18.0.20081125134217)  SAP AG  MAIN_APL70P18_C  20090515181322

    Manoj,
    Thank you. I can see in jspm (release.splevel.PATCHlevel). But which component is the BI JAVA ? I done see any component by that name in jspm !!!
    I can see a sap.com/SAP_JAVASL. Is this the one ?
    Anil , Royi,
    I know I am on netweaver 7 and sp 18. I want to know PATCH NO. Pasted above is the component info. Where is the java PATCH information ?
    Does   ADSSAP  7.00 SP18 (1000.7.00.18.0.20081123153837  mean
    release 7
    sp 18
    patch 0
    thank you.

  • How to find the level of an n-ary tree

    I have a n-ary tree. I traverse this tree using Breadth First and using queues to store the nodes that I encounter.
    Can anyone tell me how to find the current level I am in this n-ary tree

    How do I do that...My mind is drawing a blank totally
    This code does a breadth first traversal
    private void processTree(Node node) {
    LinkedList queue = new LinkedList();
    queue.addLast(node);
    while (queue.size() > 0) {
         Node node1 =(Node)queue.removeFirst();
         if (node1 != null) {
              processNode(node1);//Do some processing on this node
              NodeList nodeList = node1.getChildNodes();
              for (int i = 0; i < nodeList.getLength(); i++) {
                        queue.addLast(nodeList.item(i));
    Using this how can I determine the level. Since Im visiting each node of a particular level how do I know that a level is over and Im now visitng the next level?

Maybe you are looking for

  • Remote and Home Interfaces

    Why do we need a home interface and remote interface for a ejb. Must these interfaces be there for each ejb?

  • WD (1TB) external hard drive unmounts and remounts over and over

    Never happened before but in the last week or 2 my 1 TB WD external HD keeps unmounting and remounting.  Says that the disk wasn't unmounted properly.  I then click ok, then it remounts (All 3 partitions, one being time machine).  This goes on over a

  • Purchase order as an e-mail

    Dear All Our customer's requirement is to send PO through Email for some specific vendors I am referring  the SAP Note 191470. But unable to get anything Plz suggest Regards Arun

  • Javascript error 'EPCM is not identified'

    I am having an issue on one desktop that when the associate logs on to EP7.0 all they see if the branding image on top and rest of the screen is blank, the content is not loading.   I saw in the bottom left hand corner that there was javascript error

  • Program Compatibility Assistant popping up after running and closing .EXE flash created by adobe cap

    Hi, I am using windows 7. I have a .Exe flash file created using Adobe Captivate. I have closed the file after running it successfully.  Then this message popped up. Why this message is coming even after successful playing of flash? Is there any way