Enhancement Pack - Wayaround

Hey everyone,
I've got an interesting problem at my hand that I can't seem to find a reasonable answer to. The issue is as follows:
We are in the process of activating BI content ( our ERP has enhancement pack 1 ) and there are a couple of core datasources missing ( for master data ) which come with enhancement pack 2 and over. And we can't initiate an activity of updating to EP2 as that would delay our current project - however, we are currently testing a proposed solution i.e. trying to transport datasources from a demo-server ( already on EP2 ) ....
so, what do you guys think can be done for a short-term solution ..... would like any input / suggestions from your side.

Hi
This sounds good you can implement however, before proceeding check with basis that, future if they planning to implement EP2 what will be the impact whether overwrite or give any error as "Already Exists".
Regards
YuvaraajP

Similar Messages

  • PI 7.1 Enhancement pack 8: still error when referencing java class in xslt

    Hi
    I am getting an error in PI 7.1 EP 8 Repository when I try to use an xslt in which I make a reference to a java class. The error is:
    Transformer Configuration Exception occurred when loading XSLT XCBL_invoice_stylesheet.xsl; details: Could not compile stylesheet
    I use this xslt:
    <xsl:template match="/" xmlns:util="dk.dongenergy.pi.mapping.Utilities_datetime">
              <html>
    <B><xsl:text>Received: </xsl:text><xsl:value-of select="util:getCurrentDateTimeFormatted()"/>
    I have imported the java archive successfully and it is working in XI 3.0 and it is working if I comment out the reference to the java class in the xslt.
    the java class looks like this:
    package dk.dongenergy.pi.mapping;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    public class Utilities_datetime {
    *     public static String getCurrentDateTimeFormatted() {*
    *          Date now = new Date();*
    *          SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy HH:mm:ss");*
    *         return formatter.format(now);*
    We have applied enhancement pack 8 on PI 7.1 as suggewsted in this note, but that has not done the trick:
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_xi/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31333235363833%7d
    Any suggestions?
    BR
    Mikael

    Hi Raj
    That gives me this error log:
    <br/>
    <br/>
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: Bad version number in .class file java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: Bad version number in .class file at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:100) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133) at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164) at $Proxy1104.execute(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355) at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67) at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41) at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57) at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109) at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314) Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:664) at java.lang.ClassLoader.defineClass(ClassLoader.java:509) at com.sap.aii.ib.server.mapping.execution.MappingLoader.findClass(MappingLoader.java:184) at java.lang.ClassLoader.loadClass(ClassLoader.java:350) at java.lang.ClassLoader.loadClass(ClassLoader.java:295) at com.sap.engine.lib.xsl.xpath.JLBLibrary.<init>(JLBLibrary.java:33) at com.sap.engine.lib.xsl.xpath.LibraryManager.getFunction(LibraryManager.java:63) at com.sap.engine.lib.xsl.xpath.ETFunction.evaluate(ETFunction.java:99) at com.sap.engine.lib.xsl.xpath.XPathProcessor.innerProcess(XPathProcessor.java:56) at com.sap.engine.lib.xsl.xpath.XPathProcessor.process(XPathProcessor.java:43) at com.sap.engine.lib.xsl.xpath.XPathProcessor.process(XPathProcessor.java:51) at com.sap.engine.lib.xsl.xslt.XSLValueOf.process(XSLValueOf.java:77) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLTemplate.process(XSLTemplate.java:273) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:470) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:438) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:395) at com.sap.engine.lib.jaxp.TransformerImpl.transformWithStylesheet(TransformerImpl.java:397) at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:239) at com.sap.aii.ib.server.mapping.execution.AbstractMappingTransformer.transform(AbstractMappingTransformer.java:174) at com.sap.aii.ib.server.mapping.execution.XSLTMapping.executeStep(XSLTMapping.java:79) at com.sap.aii.ib.server.mapping.execution.Mapping.execute(Mapping.java:60) at com.sap.aii.ib.server.mapping.execution.MappingHandler.map(MappingHandler.java:87) at com.sap.aii.ib.server.mapping.execution.MappingHandler.map(MappingHandler.java:54) at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:139) at com.sap.aii.ibrep.server.mapping.exec.ExecuteIfMapCommand.execute(ExecuteIfMapCommand.java:33) at com.sap.aii.ib.server.mapping.exec.CommandManager.execute(CommandManager.java:43) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:40) at com.sap.aii.ibrep.server.mapping.MapServiceBean.execute(MapServiceBean.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46) ... 32 more javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: Bad version number in .class file at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:100) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133) at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164) at $Proxy1104.execute(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355) at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67) at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41) at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57) at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109) at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314) Caused by: java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: Bad version number in .class file ... 33 more Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:664) at java.lang.ClassLoader.defineClass(ClassLoader.java:509) at com.sap.aii.ib.server.mapping.execution.MappingLoader.findClass(MappingLoader.java:184) at java.lang.ClassLoader.loadClass(ClassLoader.java:350) at java.lang.ClassLoader.loadClass(ClassLoader.java:295) at com.sap.engine.lib.xsl.xpath.JLBLibrary.<init>(JLBLibrary.java:33) at com.sap.engine.lib.xsl.xpath.LibraryManager.getFunction(LibraryManager.java:63) at com.sap.engine.lib.xsl.xpath.ETFunction.evaluate(ETFunction.java:99) at com.sap.engine.lib.xsl.xpath.XPathProcessor.innerProcess(XPathProcessor.java:56) at com.sap.engine.lib.xsl.xpath.XPathProcessor.process(XPathProcessor.java:43) at com.sap.engine.lib.xsl.xpath.XPathProcessor.process(XPathProcessor.java:51) at com.sap.engine.lib.xsl.xslt.XSLValueOf.process(XSLValueOf.java:77) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:249) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLTemplate.process(XSLTemplate.java:273) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:470) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:438) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:395) at com.sap.engine.lib.jaxp.TransformerImpl.transformWithStylesheet(TransformerImpl.java:397) at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:239) at com.sap.aii.ib.server.mapping.execution.AbstractMappingTransformer.transform(AbstractMappingTransformer.java:174) at com.sap.aii.ib.server.mapping.execution.XSLTMapping.executeStep(XSLTMapping.java:79) at com.sap.aii.ib.server.mapping.execution.Mapping.execute(Mapping.java:60) at com.sap.aii.ib.server.mapping.execution.MappingHandler.map(MappingHandler.java:87) at com.sap.aii.ib.server.mapping.execution.MappingHandler.map(MappingHandler.java:54) at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:139) at com.sap.aii.ibrep.server.mapping.exec.ExecuteIfMapCommand.execute(ExecuteIfMapCommand.java:33) at com.sap.aii.ib.server.mapping.exec.CommandManager.execute(CommandManager.java:43) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:40) at com.sap.aii.ibrep.server.mapping.MapServiceBean.execute(MapServiceBean.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46) ... 32 more
    Edited by: mikael lund on Oct 26, 2009 10:51 AM

  • Purchase requisition document type change after Enhancement pack 4

    HI,
    we have recently upgraded to enhancement pack 4, after which i am not able to change purchase requisition document type.
    In change mode ME52N, the system is allowing to make change but when i goback and display the same PR again the change is not visible in change history also.
    I am able to make other changes. facing the problem with change in document type only.
    Regards,
    Raghu

    Hi,
    One thing please note that once you select the document type and draft the PR and save the PR, you will  get the doc number.
    Once you get the document number you cannot change the PR document type .
    The reason is document type is linked with number range so it cannot be changed because different seriers of document number is assined to differentdocument type. 
    And moreover document type is linked with the screen settings also. So I would request you to check the settings for each doc. type

  • How to Check Enhancement Pack of ECC system

    Hi Experts,
    I want to check enhancement pack of My SAP R/3 ECC 6.0 system.
    Where can i find this information can you please help.
    In System --> Status --> in component version i can see "SAP ECC 6.0".
    On click of the button provided below this component version , i can see following details:
    SAP_ABA             700                     0011     SAPKA70011     Cross-Application Component
    SAP_BASIS     700                     0011     SAPKB70011     SAP Basis Component
    ST-PI             2005_1_700     0005     SAPKITLQI5     SAP Solution Tools Plug-In
    PI_BASIS             2005_1_700     0011     SAPKIPYJ7B     PI_BASIS 2005_1_700
    SAP_BW             700                     0011     SAPKW70011     SAP NetWeaver BI 7.0
    SAP_AP             700                     0007     SAPKNA7007     SAP Application Platform
    LCAPPS     2005_700                     0003     SAPKIBHD03     LC Applications (LCAPPS) 2005_700
    SAP_APPL     600                     0006     SAPKH60006     Logistics and Accounting
    from this information can you please help me identify my SAp R/3 ECC 6.0 system's enhancement pack version?
    Regards,
    Ashish Shah

    SAP_APPL 600 No EHP
    SAP_APPL 601 EHP1
    SAP_APPL 602 EHP2
    SAP_APPL 603 EHP3
    SAP_APPL 604 EHP4
    SAP_APPL 605 EHP5
    SAP_APPL 616 EHP6
    SAP_APPL 617 EHP7
    Sorry if i am wrong....thats how i find it...i am an ABAPer.
    Regards,
    Vishnu

  • How to print company logo in Excel/ PDF after Enhancement Pack 1?

    Hi all,
    I realise this topic has come up time and time again but apparently this functionality has changed after Enhancement Pack 1 for BW....?
    My problem is simple.  I have a series of reports on our portal, formatted using the WAD, and there is a company logo on the reports.  When exporting to PDF or excel, the logo disappears.
    The SAP documentation states that the addition of the logo when exporting was not available previously, but it was planned, and seemed to imply that this would be possible in EHP1.
    We have just applied EHP1 to our test system however I cannot find how to switch on this functionality or how to get the logo onto the exported reports.  I can't find any documentation on how to do this.
    Is anyone else using this after applying EHP1?  Is anyone from SAP reading who can tell me where this functionality is??
    Thanks!
    Mischa

    Thanks but this doesn't work.  It works exactly as it did before the Enhancement Pack and doesn't automatically display the image.
    So I guess I am missing something - my image is a bmp. file, will this work or should I save it as something else?
    Are there any settings in the WAD (either in the Web Template itself or on the button to export) which I need to change to be able to display this logo?
    Or are there any settings I need to make in the backend of BW after the application of the Enhancement Pack?
    Any more ideas please?
    Thanks
    Mischa

  • How to find the enhance pack in my current system

    Hi,
    We have upgraded from 4.6c to ECC 6.00. How to find out the enhancement pack of my current installation.
    Thanks in advance
    Raman

    Have a look into SPAM or System-Ststus
    Any component which is be release 6.01 or 6.02 or anything higher then release 6.00 is showing or not, if it is showing then youy EHP has been installed for that components otherwise no EHP is installed.
    Regards,
    Subhash

  • RFx Response Submission Outside Firewall in SRM 7 Enhancement pack 1.

    Dear Experts,
    As you know, the bid response part has been moved to SUS in srm 7 enhancement pack 1 to enable the suppliers to respond to bid invitation from SUS system itself.
    Does it mean that the  suppliers cannot respond to bid invitation in SRM server directly or there is an option for customers to activate the customizing switch for that?
    SUS system may not be used by all suppliers of a buyer.
    Could you please throw some light on it?
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Option on if you want the bidder to create response in SRM or SUS is controlled in the transaction type with a field called Bid system
    Here choose External supplier system or  Internal SAP SRM system.
    When you create an RFX you will have a field called Bidder system where you choose External supplier system or Internal SAP SRM system. This field be already populated depending on what is set in your transaction.
    Here External supplier system will be your SUS (decoupled concept) and Internal SAP SRM system will be EBP (normal sourcing)
    Regards
    Sam

  • Has anyone gone from Netweaver 7.0 to Enhancment Pack 1 on a BW system ?

    Would like to know how the change went for you ?   Problem areas  ?
    Were you using it with Business Objects and Webi, so did you see the improvements in MDX performance ?

    Just for anyone's information.   We were told we had to use ERP Enhancement Pack 4 (containing Netweaver Enhancement Pack 1) as we also have SEM and FIN-BASIS components on our systems.  
    We had to go thru several notes and bypass error messages to get it in to our sandbox, but have it there now.  Are starting to test the functionality.   I will post another question about activation for NW Enhp 1, as that is not clear.  But I'm am considering this one closed. 
    Thank you

  • Enhancement Pack 4: Time Zone Soft Error

    We are testing Enhancement Pack 4 in ECC 6.0. We have a few ship-to customer numbers that we use where we use the same cusomer number but update the address from order to order.
    When we udpate the Region in the sales order to a region that is not in the current time zone, we get a "Time Zone EST (or whatever time zone is there) is not valid in country US (several possibilities)" soft error. This is not happening in Production or in any of our other test clients; only the client that we are testing Enhancement Pack 4 in.
    We've searched config and can't find anything that may be causing this. We've also seen references to note 1505591 that would make this warning go away, but this note appears to be being reworked and is not available.
    Does anyone have any suggestions? Thank you!

    Execute STZGC in both the clients and compare whether the Time Zone EST is maintained for country US.
    thanks
    G. Lakshmipathi

  • Query on Enhancement Pack Upgrade/ Installation-Business Functions install

    I am working on an Enhancement Pack Upgrade. I have the following questions from the Client, can you please help answer u2013
    Scenario u2013 Upgrade from ECC 6.0 to ECC 6.0 EhP4
    1 Using Business Function Prediction service, assume SAP recommends 10 Business functions to be installed. We install the 10 business functions and after 6 months the client realizes that there are some more functions which will help business.
    a.What does it take to install the additional business functions.
    b.Do we have to do the entire EhP4 Upgrade again
    c.If we have to do the entire EhP4 Upgrade again what happens to the initially installed business functions, will that be overwritten
    d.What will be the additional SPDD and SPAU effort to activate the additional business functions, will that be same as the initial SPDD/ SPAU effort.
    2 Can we install all the Business functions available in EhP4. What happens if we install all the business functions. What will be the additional effort or overhead in terms of hardware, database, ABAP effortu2026..?
    Thanks in advance.

    Hi,
    1. For installing additional business functions you need to again run the whole EHPI process. But what I feel is even you install more than 1 business function you will be able to activate only 1 business function per system.
    2. The initially installed business functions would not go anywhere. You need to select them in your solman before the stack.xml file generation.
    3. SPAU/SPDD effforts depends on your system. So no comments.
    4. If you plan to install all business functions then you will need good amount of DB space and your upgrade downtime would be high.
    Regards,
    Nirmal.K

  • Enhancement Pack 3

    Hi All,
    Has anybody implemented Enhancement Pack 3 and activated the profit center authorization?  We curious to hear about the posting and display of documents based on users' profit center authorization.
    Also, does Enhancement Pack 3 allow profit center security for report painter?  Does anybody have report painter reports that restrict users' access by profit center? 
    Thanks in advance.

    Refer service.sap.com/erp-ehp

  • ECC 6.0 Enhancement Pack 5 upgrade phase ADJUSTCHK faillure

    When I run the Enhancement Pack Installation, I get a hard failure at the MAIN_SHDCRE/ADJUSTCHK phase.  The error message says "No lines found in logfile matching "UMODPRO\.INX".  The log follows...
    1 ETQ201 Entering upgrade-phase "ADJUSTCHK" ("20111006131443")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '00', GwService = 'sapgw00'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ200 Executing actual phase 'MAIN_SHDCRE/ADJUSTCHK'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'SAP_MOD_EHP'
    2 ETQ399 Arg[1] = 'ADJUSTCK.ELG'
    2 ETQ399 Arg[2] = 'ADJUSTMT.INF'
    4 ETQ010 Date & Time: 20111006131443
    4 ETQ265 Starting report "RSUMOD01" with variant "SAP_MOD_EHP" in batch
    4 ETQ359 RFC Login to: System="INX", Nr="00", GwHost="fainx", GwService="sapgw00
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC
    4 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ311 Batch job "RSUMOD01" with job count "13144400" scheduled
    4 ETQ359 RFC Login to: System="INX", Nr="00", GwHost="fainx", GwService="sapgw00
    4 ETQ232 RFC Login succeeded
    4 ETQ010 Date & Time: 20111006131819
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    1EETQ248 Missing log file(s) of report "RSUMOD01", matching "UMODPROT\.INX"
    What does this mean? 
    Is the backslash supposed to be in the name UMODPROT.INX?

    Hi,
    Please check in SM37 if there is any job failure in the system. And also check if there is any dump.
    Thanks
    Sunny

  • Enhancement Pack 2 impact on ESS for ECC 6.0

    We are planning to upgrade one of our systems (evaluation system) from EA-HR 600 to EA-HR 602 (Enhancement Pack 2 SP2)
    There's some ongoing ESS configurations (just ESS) on this evaluation system.
    What is the impact of an Enhancement Pack 2 import/upgrade towards the existing ESS configurations ?
    Has anyone experienced extensive 'overwriting of existing ESS configuration' or does the EnhP 2 introduces new functionalities leaving the existing configurations untouched ?
    Do ESS functional folks have to redo the bulk of their config ?
    Many thanks for any replies.

    Thanks Chris
    Still confused.
    Are you able to tell me what is the latest enhancement pack for ESS, the reason for asking is that I'm looking for more details on the new iViews as contained in Note 1048386 see below
    Thanks
    WB
    In the previous ESS Business Package (BP) version, the links for starting processes were provided in the workset Life and Work Events. With EhP2, the links for starting the processes are provided in the workset that the process belongs to thematically (for example, the process 'Change of Working Time' is provided in the workset 'Working Time'). The following list provides an overview over the processes available in the standard system and the worksets they are assigned to.
    Benefits and Payment
    o Company Loans
    o Membership Fees Sports Club
    o Status Overview
    Working Time
    o Change of Working Time
    o Status Overview
    Own Data
    o Change of Address
    o Personnel File
    o Status Overview
    Life and Work Events
    o Maternity Leave
    o Birth of a Child
    o Termination
    o Status Overview
    The available processes are integrated in the navigation of the ESS Homepage Framework.

  • Enhancement Pack 2 for ESS for ECC 6.0

    Can anyone provide me with document on the new functionality of Enhancement Pack 2 impact on ESS for ECC 6.0?
    Or where I can find this documentation?
    What areas of ESS & MSS does it cover?
    Thanks
    WB

    Thanks Chris
    Still confused.
    Are you able to tell me what is the latest enhancement pack for ESS, the reason for asking is that I'm looking for more details on the new iViews as contained in Note 1048386 see below
    Thanks
    WB
    In the previous ESS Business Package (BP) version, the links for starting processes were provided in the workset Life and Work Events. With EhP2, the links for starting the processes are provided in the workset that the process belongs to thematically (for example, the process 'Change of Working Time' is provided in the workset 'Working Time'). The following list provides an overview over the processes available in the standard system and the worksets they are assigned to.
    Benefits and Payment
    o Company Loans
    o Membership Fees Sports Club
    o Status Overview
    Working Time
    o Change of Working Time
    o Status Overview
    Own Data
    o Change of Address
    o Personnel File
    o Status Overview
    Life and Work Events
    o Maternity Leave
    o Birth of a Child
    o Termination
    o Status Overview
    The available processes are integrated in the navigation of the ESS Homepage Framework.

  • Security Guide for Enhancement Pack 4 for ECC 6.0

    Hello,
    I am trying to analyse the impact of applying Enhancement pack 4 for ECC 6.0, Can someone help me find any security guides for it.
    It is an existing system and few additional modules are being implemented.
    Kind Regards.

    Hello,
    We have applied EHP4 on an exisiting(running) ECC 6.0 System. Can someone help me find answers to below queries
    a) What is  the SAP standard process to start with Security bit.
    b) Do we need to run SU25 steps. If yes, which one of them.
    c) Since the purpose of applying EHP4 was to activate few set of new business functionalities, we intend to affect the existing security design at the minimal. What is the best approach for this.
    Kind Regards,
    Abdul

Maybe you are looking for

  • Open a window in the same place EVERY time

    I have a TextEdit document in a password protected .dmg.  When I open the document, it opens in the middle of my screen, then I drag it out of the way to the far right side of the screen.  I'd like to be able to open it on the right side of my screen

  • How to determine the precision of the AD converter?

    Hello, I'm using traditional NI-DAQ, and I need to determine whether the DAQ card is 12bits or 16bits. I also need to determine how many bits the general purpose counters are. Currently I'm using a PCI-6023E, which is 12bits for the AD, and 24bits fo

  • Applications have started quitting suddenly

    Over the last couple of weeks or so a number of applications have started to frequently crash for no apparent reason, the only significant (for me at least!) thing that I changed on my Mac over that period is deleting and reinstalling the 3ivx progra

  • Can't download music from iTunes to iPad mini

    Hi, I recently bought an iPad mini and I'm having trouble downloading content from iTunes - both new music/films & from purchase history - but I can download apps just fine. It comes up with the following error "unable to download xxx at the moment.

  • IMail bug in MacBook Pro Yosemite, et al

    I have a MacBook Pro (mid 2012) which has always had bugs in the iMail program.  Things like "sent" mail showing up in "Drafts" as well as showing up in "Sent".  No matter how often I delete them from the Drafts folder they reappear. Over the years I