ESS XSS delivered with SAP ERP 2004 compatible with SAP 4.7?

Hi,
I was wondering if anyone has sought to implement the latest version of ESS (for SAP ERP 2004) for a SAP 4.7 backend?  Is this at all compatible?
I have implemented ESS 50.4 on EP6 SR1 and this works fine with a backend SAP 4.7, but I am interested in knowing whether the newer version of ESS (non-ITS) is compatible with SAP 4.7.  I am thinking not, but any experiences of others would be useful.
Regards
John Moy

Hi John,
If you are concerned about ITS rendition of WEBGui content, then according to OSS Note# <b>197746</b> the WAS6.4 Integratred ITS should do the job.
Yet, till I get my hands wet with custom ESS 50.4 ITS templates upgraded to EP6.4 SP9, then I can assure the results.
Regards,
AAAttar
<b>OSS Note# 197746...</b>
"As of release 6.40 of SAP Web Application Server the SAP Web AS Kernel includes a subcomponent called "SAP Integrated ITS". This component is the successor of the "standalone" ITS releases up to and including release 6.20. Since this component is integrated into SAP Web AS the rules that apply to the Kernel also apply to the SAP Integrated ITS.
Information on patches and maintenance periods for SAP Web AS Kernel can be found in OSS notes 19466 and 138704.
The Integrated ITS can only be used to run SAP GUI for HTML and IACs of the SAP System it is part of. Therefore there are no longer questions in regards to downward or upward compatability. Since the Integrated ITS consists of executables being part of the Kernel and templates, MIMES, etc. being part of SAP_BASIS you can only use the Integrated ITS if you have both SAP Web AS Kernel 6.40 and SAP_BASIS 6.40 or higher installed."

Similar Messages

  • Information on SAP: ERP 2004 ECC Component

    Hi All,
    We are performing a Pilot Project for one of our client, by integrating and harnessing the functionalities of technologies like SAP: Netweaver Portal (GUI), SAP: Exchange Infrastructure (Middleware), Manufacturing Execution System (MES) along with SAP: ERP 2004 (Client's scope).
    Request all to suggest a good source (website) for collecting information on ECC component of SAP: ERP 2004.
    Thanking you all in anticipation.
    With regards,
    Deepak Pai

    Hi Deepak,
    Help.sap.com is the best. Anyways what is area of information you are looking at? is it installation and configuration of the product or is it like what the product would offer.
    You can close this thread as you have already posted the same query in the forum "Integration with mySAP ERP 2004"
    Information on SAP: ERP 2004 ECC Component
    Regards,
    Naresh
    [email protected]

  • ERP 2004 SR1 with Oracle: unable to allocate MINEXTENTS

    Hello Everybody,
    I'm trying to install SAP ERP 2004 SR1 with Oracle on Debian Sarge (I know that it is not supported). The installation was prety straight forward. But now in the step "Database Load (Post processing)" i get this Errors:
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSSEXC.log:
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "T100~001" ON "T100" ( "ARBGB" , "MSGNR"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 363889471 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 17 in tablespace PSAPIDS640
    (DB) INFO: disconnected from DB
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPAPPL2.log:
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "T512G~0" ON "T512G" ( "MANDT", "SPRSL", "MOLGA", "FORML", "WINDO", "GRPPE", "KENNZ", "LFDNR" ) TABLESPACE PSAPIDS STORAGE (INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 4 in tablespace PSAPIDS
    (DB) INFO: disconnected from DB
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSLEXC.log
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "DDFTX~1" ON "DDFTX" ( "ROLLNAME"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 52072826 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 24 in tablespace PSAPIDS640
    I think the tablespace is to small. Which commands do I need to extend them? I've alredy tried:
    su – oraids
    sqlplus /nolog
    connect / as sysdba
    SELECT * FROM DBA_TABLESPACES WHERE TABLESPACE_NAME = 'PSAPIDS';
    ALTER TABLESPACE PSAPIDS DEFAULT STORAGE
    (INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2347483645 PCTINCREASE 0);
    Hope that anybody can help me out. I will publish the installation instructions here on SDN.
    Regards
    Gregor

    Hi Gregor.  The text of the Oracle message ORA-01659 is as follows.  As you can see it recommends adding a data file first.
    01659, 00000, "unable to allocate MINEXTENTS beyond %s in tablespace %s"
    // *Cause:  Failed to find sufficient contiguous space to allocate MINEXTENTS
    //          for the segment being created.
    // *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the
    //          tablespace or retry with smaller value for MINEXTENTS, NEXT or
    //          PCTINCREASE
    The syntax for adding a datafile would be
    alter tablespace PSAPIDS add datafile '/your/path/psapids99.dbf' size 100m;

  • ESS with SAP ERP 2004 ECC 5.0

    Hello,
    with SAP R/3 we used the Employee Self Services via an external ITS. Now we are using SAP ERP 2004 ECC 5.0 with an installed Java AddIn without Enterprise Portal.
    My Question is:
    What ways are possible, so that we can use the ESS functionality?
    My Ideas are:
    1. Use the old external ITS and connect it to the new system.
    Problem: Is the connection possible?
    or
    2. Use the existing services from the internal ITS.
    Problem: It seems that some are not working - is it possible to activate them?
    or
    3. Use the WebDynpro-Technology without Enterprise Portal.
    Problem: Will it work?
    All information I could find, is, that none of the mentioned ways will work, but maybe someone tried to do the same and was successful.
    Thanks for ideas,
    André

    Hello Andre,
    I don't have experience with using ESS web dynpro applications standalone without EP but I believe that should work just fine. We use standalone web dynpro applications for our mobile ISR/PCR approvals where we access web dynpro application directly via Blackberry. You should be able to access any web dynpro application directly without EP iView - for certain services you will need to provide the correct attributes and values via URL though.
    Hope that helps you a little bit,
    Harald

  • What is the difference between mySAP2004 and SAP ERP 2004?

    Hi,
      Can anybody tell me what is the difference between mySAP2004 and SAP ERP 2004?
    If someone has the document, then please mail me at [email protected]
    With Regards
    tiffny

    Hi Tiffny,
    actually I don't see a difference as "mySAP2004" is not an official name for anything
    There is "mySAP ERP 2004" which is the marketing name for a bunch of functionality provided by several different bits of software components.
    Hth,
    Michael

  • BPS with mySAP ERP 2004 vs. BPS 3.5

    Hi all,
    Whats is the  <u>context</u> difference between Solution Consultant Financials - Strategic Enterprise Management - CPM & BPS with mySAP ERP 2004 certification exam and Solution Consultant mySAP ERP Financials – Strategic Enterprise Management –
    CPM & BPS (SEM3.5) certification exam? SAP says that the former exam's BPS section includes :
    Comparison of SAP system and SEM-BPS
    Data basis for SEM-BPS
    Integrated use of SAP system and SEM-BPS
    Integrated business planning
    Business plans
    Planning design and architecture
    Locking concept
    Layout Builder
    Interface between SEM-BPS and BW
    Structure and characteristics of planning functions
    Variables
    Key figure model and account model
    Data transfer structures and multi-planning areas
    Planning folders
    Web Interface Builder
    Comparison of planning interfaces
    Planning hierarchy in SEM-BPS
    Hierarchies and attribute assignment in BW
    Characteristic relationships in SEM-BPS
    Top-down and bottom-up modeling
    Realignment
    however the first exam includes:
    Focuses on integrating subplans for a business plan, such as planning results, overhead and personnel costs, investments, balance sheets, and liquidity.
    Overhead cost planning with primary and secondary costs
    Balance sheet planning using financial planning functions
    Personnel cost planning
    Liquidity planning and cash flow analysis
    CPM part of both exams are same, but why there is a difference in BPS part?
    I am planning to take Strategic Enterprise Management - CPM & BPS with mySAP ERP 2004 certification exam, I am wondering what you know about these 2 exams? What topics should I focus on?
    Thanks,
    Kaan

    Hello Kaan,
    the SEM 3.5 exam is simply based on an older version. You should take the mySAP ERP 2004 exam (or 2005 once this comes out). The BPS functionality has changed only marginally so it's not really a different, but it's nicer to have a recent certification of course
    Regards,
    Marc
    SAP NetWeaver RIG

  • Has anyone configured MSS in my SAP ERP 2004?

    Hi All,
      I am configuring business Package 60.1 in my sap erp 2004. Can anyone tell me the detail procedure to configure.
    Where do i find these services in SPRO( backend).
    Thanks in Advance,
    Mahesh.M.R

    Hi,
    Please refer the document.This gives the complete configurations to be done
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a">configuring ESS ERP2004</a>
    refer the blog also
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3467">blog</a>
    Hope this helps.
    Regards,
    Sharadha

  • GIS integration with mySAP ERP 2004 Jco version?

    Hi guys,
    Which version of JCO connector will connects the mySAP ERP 2004? while integrating GIS integration with mySAP ERP 2004 .
    Thanks in advance
    Regards
    Rgdasari

    Hi Rgdasari,
    SAP always recommends to use the most recent release of the frontend components, including the connectors. Hence you should get the most recent release of JCo - SAP JCo Release 2.1.6.
    You can download it from http://service.sap.com/connectors - you will need to provide your SAP Service Marketplace User/Pass.
    Regards,
    Mustafa.

  • Guidelines to Installation on SAP ERP 2004 SR1

    Hi Friends!
    This is Anand Here
    I am totally new to SAP
    I was trying to install SAP on 2003Server
    while installing the ABAP System-Central Instance
    I Got this error message
    An error occurred during the installation of component SAP ERP 2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation. Press the log View Button to get extended error information or press OK to terminate the installation. Log Files are written to SAP ERP 2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation
    The following error occured and the installation could not proceed
    ERROR 2007-12-27 20:33:33
    FSL-00001 System Call Failed. Error 5 (Access is denied.) in execution of system call 'FindFirstVolumeMountPoint' with parameter (
    ?\Volume{c682cb5b-b31d-11dc-be09-806e6f6e6963}\), line (77) in file (synxcfsmit.cpp).
    ERROR 2007-12-27 20:33:33
    MOS-01235 Module function getInfo of module CIa0sMount Failed,
    Can Somebody help me with this

    Hi Anand,
    Seems like you failed to complete the pre-installation steps...
    As far as i can see there a Mount access failure, meaning the shares or mounts necesary for the installation are either unavailable or the user <sap>sid don't have enough rights to use it.
    Check all your pre-intallation steps (included on the installation guide available at SAP Marketplace) and try it agian.
    regards
    Juan

  • Is MX 2004 compatible with Windows 7? [was: mx 2004]

    Is dw mx 2004 compatible with windows 7?
    Thanks.
    Limps
    [Subject line edited by moderator for clarity]

    I doubt it. MX2004 is several versions out of date (though it works with operating systems that are its contemporary...that were in use when it was released). But that's only my opinion. If you have it and try it, who knows?
    Remember that even CS4 was released before Windows System 7, so there may even be anomalies in that pairing.
    I personally would wait for a version of Adobe that was tested on System 7 before moving to it.
    Beth

  • Difference between R/3, mySAP ERP, SAP ERP 2004..

    Hi guys,
    I'd like to know, what's the difference between R/3, mySAP ERP, SAP ERP 2004 (or other terms). Sometimes I see R/3, sometimes ERP...  I'm a little bit confused.
    Thanx for answers!
    Peter

    Hi,
    SAP R/3 is package which is available in different versions 3.1i,4.6c,4.7. mySAP ERP 2004 i.e. ECC 5.0 and mySAP ERP 2005 i.e. ECC 6.0 are advanced versions of SAP R/3.
    Please refer one more link.
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Here you will be able to know difference in functionality for different modules.
    Regards
    Tushar A.Vhora

  • Is SAP Netweaver environment compatible with CruiseControl open source tool

    Hi All,
    Can you please let me know if
    Is SAP Netweaver environment compatible with CruiseControl open source tool?
    If yes, steps to integrate the same.
    Regards,
    Raj

    Ken,
    Few suggestions from my side.
    >>who supports the code? It's free, so there is >>no 'technical support hotline' to call. For every >>package that we install, we therefore increase our >>workload.
    This varies from package to package. If you see Hibernate which is a OR mapping library, you get support for it which is run by a altogether different company but you might not get the support for your other library codes. so..varies with what you are trying to use.
    >>testing strategy - how many hoops do we make the code >>go through before we can be assured that >>it's 'production' ready?
    This will also depend on the free source stuff you are trying to use. Say in case of Struts or log4j like packages, you wont find any flaws as the industry is heavily relying on these today. but a new library and yes, you need fair amount of testing for that.
    >>what is the SAP stance on incorporating open source >>code into the J2EE engine? Does this in any way affect >>supportability?
    SAP would be the best option to enquire with :).
    >>rapid change - Open source code can change quite >>rapidly, so how do you handle this?
    Not necessary you have to upgrade.If a current version suffices your business requirement then stick with it.
    Even if you change to a latest version,you might need to tweak with your java versions (say upgrade java also) but the existing functionality in previous versions will continue to work fine though..
    Hope this helps..
    Rgds,
    Amol

  • Install SAP ERP 6.0 with Linux and Oracle RAC

    Hi Guru,
    I want to install SAP ERP 6.0 with Linux and Oracle RAC. Is this possible?
    Where do I find information?
    Thanks,
    Hugo.

    Hello Hugo,
    You can use either RAC or dataguard. On note [105047|http://service.sap.com/sap/support/notes/105047]:
    14. Data Guard
        o  You can use "Physical Standby".
        o  You cannot use "Logical Standby".
        o  You can use Data Guard Broker.
        o  You can use Maximum Performance Mode, Maximum Availability Mode and Maximum Protection Mode.
        o  In the case of Maximum Availability and Maximum Protection, you must pay particular attention to a fast network connection in order to avoid performance problems.
        o  Maximum Protection causes the primary database to terminate if problems occur in the standby database.
    60. Real Application Cluster (RAC)
        o  You can use this feature in accordance with Note 527843.
    Regards,
    Eduardo Rezende

  • Are earphones with built-in minc compatible with EliteBook 8440p?

    I have an EliteBook 8440p.  I need to know if earphones with mic included are compatible with this laptop.
    Currently, I am trying to use one with 3.5mm jack on the earphones or microphone connector.  When connected to the earphones plug, the earphones work but the mic does not.
    The earphones w/mic work fine on my iPhone so I am trying to figure out if this is a configuration issue (driver, etc.) or simply that the hardware does not support earphones w/mic.
    Is anyone using earphones w/mic on their EliteBook 8440p?
    Thanks,

    Hello izwebusr,
    Your EliteBook is a Business model.  Your issue would be best answered on the HP Enterprise Business Community Forum
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Is the Hitachi AXM209UKR Slim Micro System with docking for iPod compatible with the iPhone 4 (Xmas present bought for me)? Need to know before I open box ����. Thanks all Merry Christmas!

    Is the Hitachi AXM209UKR Slim Micro System with docking for iPod compatible with the iPhone 4 (Xmas present bought for me)? Need to know before I open box   . Thanks all Merry Christmas!

    Not to worry took back to store and got one that works with ipad2 as well  

Maybe you are looking for

  • Is there a way to whitelist some websites that redirect me?

    I understand that I can either allow or disallow all redirects. But I only want to allow some redirects. I like the fact that Firefox stops a website from redirecting me. However, there are some websites that I want to redirect me. Clicking links in

  • Failing to update applicatio​ns?

    Hey, I've got a Tour, and have just downloaded Desktop for Mac.  I'm getting the following error when I try to manipulate/update applications: Blackberry Desktop Manager failed to validate your Blackberry device update. Validation failed because a mo

  • Import CinemaDNG (Blackmagic) into AE @ wrong FPS

    Hi There, When I import a clip (Cinema DNG sequence) After Effects interprets the footage at 30fps instead of the 23.976 that it was shot at.  I have to manually change each clip's fps.  Am I doing something wrong or is this a bug? Also, I've filed a

  • Outbound processing

    Hello All, Please help me out. Im new to IDOCS. My requirement is like this: Bank transfer files(In/Out) are exchanged between the oracle bank office system and the bank. Bank transfers to the bank of America: checks issued or voided are extracted fr

  • AVI Files over 00:01:30 are truncated.

    I'm trying to import some converted GoPro AVI files that come in at about 00:08:52 each.  When I import them Premiere truncates the files at about 1 minute 30 seconds. No where can I find the max supported AVI file size.  But I'd like to know.  There