Java Trial AND ABAP Trial

I succesfully installed the Netweaver 2004s ABAP Trial.
Now I want to also dig deeper into SAP Java, especially Web Dynpro Development.
What am I supposed to do? Can I download and install the Java Trial in parallel with the ABAP Trial? Can I run them both at the same time for example to access ABAP function modules from Java via RFC?
And what's that SAP NetWeaver Application Server, Java EE 5 Edition for? The Java Trial already comes with an app server...
Sorry for being stupid, I'm a SAP ABAP business programmer for many years now and am confused with all that system administrative wording...

Hi all
I have no success install ABAP and JAVA testdrive on same server. What versions have you installed?
I have installed the abap testdrive 04s SP11. All seems to be ok.
Now i try to install SAP NetWeaver 2004s Java Trial Version SP9 on same server, but I get some warnings and errors:
WARNING
The install parameter INSTPARA_DB is already defined (existing value IND, new value ADA ).
INFO[E] 2007-04-20 10:14:43
FSL-02077 File system export (share) saploc does not exist.
ERROR 2007-04-20 10:14:44
FJS-00003 TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
ERROR 2007-04-20 10:14:44
FCO-00011 The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
Best regards
Thomas Madsen Nielsen

Similar Messages

  • Corrupt ? : Java and ABAP Trial Version on Linux - VMware Edition

    Has anyone been successfull in downloading / running the brand new testdrive "Netweaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition" ?
    I tried downloading it twice, but it appears the second file (part2.rar) is corrupt.
    unpacking gives a CRC error on file 'SLES10SP1_Test_Drive(2)-s003.vmdk.
    Thanks & Best regards,
    Jeroen Engelen
    SAP Netweaver Technology consultant

    Hello all,
    You have to follow instruction on this side>
    http://www.novell.com/documentation/sles10/esd/ii_sap_testdrive_sles10sp1_vmware1.html
    YOu need to download
    part1 > which is soft from NOvell called
    SAP Test Drive "SLES10SP1VSAP.rar"
    Maybe this link help you "http://download.novell.com/index.jsp?product_id=&search=Search&families=2658&version=8161&date_range=&keywords=&sort_by=&x=14&y=7
    After donwload from sdn part two
    SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition
    from sdn Downloads.
    YOu need to use VMWARE soft to start up SLES 10 (part1) and after that use SLES to start up SAP.
    But here I have problem I can not login to SLES as I don't know passwrod, I was trying to found it at novell web site or SAP without any sucess.
    So at this point I am stuck
    Here is the same qeustion from Jim Jiang  and me
    what is user name  and password for SLES10 SP1 SAP Version
    Hope this give you overview what needs to be done, to start up Trial SAP version
    Peter Nechala

  • SAP NetWeaver7.0-Java and ABAP trial version on linux. login problem

    Hi all.
    The following programs SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition installation.
    Written by Mr. Gregor installation at https: / / SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition - Tips & Tricks
    Note.
    As I write programs that install the setup screen appeared normal. But username: root, password: sap123 is wrong. Ejected.
    What is the problem?
    Pls reply..
    Best regard.

    oh~ dear  it's noncense  $-(
    found it.
    username:root password:root
    have a nice day.

  • Java Maping and ABAP Mapping

    Hello,
    Pls let me know about Java Maping and ABAP Mapping
    Also pls provide good simple scenario blogs for Java Maping and ABAP Mapping.
    Regards

    Hi Ranchit,
    Check these links for Mappings
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638
    https://websmp102.sap-ag.de/~sapdownload/011000358700003604872004E/MappingXI30.pdf  (Need Service Makrket place ID)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1dba7
    JAVA Mapping BLOGS
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii
    /people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio
    ABAP Mapping Blogs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    Sachin
    Message was edited by:
            Sachin Dhingra

  • Java Stack and ABAP Stack

    Hi Experts,
    i am now confused about these two stacks: Java Stack and ABAP Stack.
    for IR objects, like DT, MT, SI, MM, SM, Action, Process Integration Scenario
    for ID objects, like profile agreements, receiver determination, interface determination,
    1. where are these objects stored in? Java or ABAP stack?
    and i know Adapter Engine is run on JAVA Stack while Integration Engine is on ABAP Stack.
    2. how do they call the objects stored in different stack during processing?

    Hi,
    1. where are these objects stored in? Java or ABAP stack?
    These objects are basically developed on the JAVA stack, when they are activated their runtime version is created on ABAP stack, which you can check in SXI_CACHE transaction.
    2. how do they call the objects stored in different stack during processing?
    Runtime versions of these objects are responsible for the execution of the interfaces.
    -Supriya.

  • How is the interface between the Java Stack and ABAP stack is achieved?

    How is the interface between the Java Stack and ABAP stack is achieved?..Please send me the answer to [email protected]

    Hi,
    By interface, I assume you mean the connection between the ABAP and the Java stacks in a double stack system.
    The connection from Java to ABAP is through JCo connections defined in the WebDynpro section of the J2EE start page. So Java to ABAP requests are processed through JCo.
    The connection from ABAP to Java is through RFC connections defined in TA SM59. The ABAP to Java requests are processed through RFC.
    Refer https://dsd.esco-salt.com/StartPage/documents/integration/3.html for detailed explanation.
    The UME can be maintained in either ABAP or in JAVA depending on the persistence.
    Refer: http://help.sap.com/saphelp_nw70/helpdata/en/5b/5d2706ebc04e4d98036f2e1dcfd47d/frameset.htm
    Check UME data source configuration.
    Some quick FAQs can be found at:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad47eb90-0201-0010-7cb2-ddfa5ed879ec
    Hope this helps.
    Best Regards,
    Srividya.R

  • Installing Java Stack and Abap Stack, same machine.

    Hi all:
    Does anybody installed Java Stack and Abap Stack on the same machine?
    I installed ABAP stack first, and am trying now to install Java stack but it seems like at the end of the process, ABAP stack. (is not working now).
    Any idea?

    Not sure about installing both as I haven't tried either!
    Anyway, in theory if the SIDs and instance numbers are completely different, then you should be OK. If you ahev the same SID or instance number, I can see possible problems,
    Portal only runs on Java, so in theory any Java system will be OK. NWDW would be a good choice.

  • Difference java stack and abap stack

    hello experts,
                          Difference between java stack and abap stack

    Hi
    ABAP Stack
    The application data in the SAP system is accessed in
    the ABAP stack via platform-independent ABAP programs.
    ABAP stack is used to run ERP applications mainly MM,SD,FICO etc
    Currently in most of the installation you can found mixed stack(ABAP+JAVA)
    JAVA Stack
    The Java side of the SAP Web AS is often referred to as SAPWeb AS Java or
    as the Java stack.
    This central SAP Web AS Java instance consists of two separate
    instances plus one special application, the Software Deployment Manager (SDM).
    These two separate instances that build the central SAP Web AS Java instance are
    a standard SAP Web As Java instance, offering a Java dispatcher process and one
    or more Java server processes and the so-called SAP Central Services instance
    (SCS). The SCS instance offers two processes, exclusively used by the Java side
    of the SAP Web AS: the enqueue services and the message service. These two
    services only work for the Java side of the SAP system.
    Java Stack is mainly used for SAP Portals and you can host Internet/Web based application written in JSP/EJB ,Java Stack uses Java Threads to run application,
    Also, Xi requires Double stack
    ABAP + JAVA Stacks
    Bcoz some components are developed on JAVA
    Some components are developed on ABAP Based.
    JAVA:
    Integration Builder
    SLD
    Adapter Engine
    Runtime Workbench
    ABAP:
    BPE
    Integration Engine
    Integration Engine and the Integration server reside on the ABAP Stack. All the Execution of the IS part will be done on ABAP Stack. we can monitor the processed XML messages also in SXMB_MONI( ABAP Stack)
    Adapter Engine will reside on the JAVA Stack. All the IR, ID, SLD, RWB Application are developed on JAVA Stack, so thats why we need JAVA Webstart to run these Applications
    All the Adapter related Errors we can see in RWB, Communication channel monitoring( Developed and sits on JAVA stack)
    Hope this clears your doubts
    Thanks
    Saiyog

  • JAVA Stack and ABAP Stack not in Sync

    Hi,
    when i logged into the MI Server(7.0) gonr thru the following navigation :
    Administration-->Mobile Infrastructure---->Mobile components
    which i click on the search button i am getting the following error
    "JAVA Stack and ABAP Stack not in Sync"
    Already i redeployed the sapjra.rar, still i find the error unchanged.
    Any help on this would be great........
    Thanks,
    vijay.

    Hi
    Refer this link
    Need to Configure MI Server 7.0
    As explained by veeraragavan in this link follow these steps
    Following are in brief the roles required, just forward the same to your BASIS administrator.
    In the ABAP Stack -Under Transaction SU01:
    End User:
    SAP_MI_SERVICE
    Administrator / Critical Developers:
    SAP_J2EE_ADMIN
    SAP_MI_ADMIN
    In the J2EE Stack - Under Identity Management:
    End User:
    No role required. You can give a role for display: SAP_JAVA_NWMOBILE_ADMIN_READONLY
    Administrator / Critical Developers:
    SAP_JAVA_NWMOBILE_ADMIN_SUPER
    regards
    Manohar
    Edited by: Gouri  Manohar Gadhamsetty on Jan 19, 2009 7:17 AM

  • JAVA API AND ABAP API SIMPLE SCENARIO

    Hello MDM gurus
    I have never used any Java API or ABAP API to leverage and present MDM functionalities on front end systems like portal,etc...
    Could you please give me all the required to play around with JAVA api and ABAP api's.
    Points will be given to every valuable answer.
    Thanks

    Hi Nazeer,
    In order to use Portal you need Java APIs and to start with refer the MDM Java docs to get the basic idea of various classes and methods to be used in developing the simple java application and access it using portal.
    http://help.sap.com/saphelp_mdm550/helpdata/en/47/9f23e5cf9e3c5ce10000000a421937/frameset.htm
    Sample code for Duplicating Repository
    public class TestDuplicateRepository
               public static ConnectionPool simpleConnection;
               public static RepositoryIdentifier repIdentifier,repIdentifier1;
         public static String session;
         public static String connection = "MDMServer_Test";
         public static String repository1 = "Test_Repository";
         public static String repository2 = "Test_Duplicate";
              public static DBMSType dbmsType = DBMSType.MS_SQL;
         public static void main(String[] args)throws CommandException, ConnectionException
                   //Creating Connection.
                   simpleConnection = ConnectionPoolFactory.getInstance(connection);     
                   //Establishing connection with Repository.
                   repIdentifier = new RepositoryIdentifier(repository1, connection, dbmsType);
                   repIdentifier1 = new RepositoryIdentifier(repository2, connection, dbmsType);
                   //Creation Sever Session.
                   CreateServerSessionCommand createServerSessionCmd = new CreateServerSessionCommand(simpleConnection);
                   createServerSessionCmd.execute();
                   session = createServerSessionCmd.getSession();
                   //Authenticating Server Session.                    
                   AuthenticateServerSessionCommand auth= new AuthenticateServerSessionCommand(simpleConnection);
                   auth.setSession(session);
                   auth.setUserName("Admin");
                   auth.setUserPassword("Admin");
                   auth.execute();
                   session = auth.getSession();     
                   //Duplicate Repository Command
                   DuplicateRepositoryCommand duplRepCmd = new DuplicateRepositoryCommand(simpleConnection);
                   duplRepCmd.setDBMSUserName("sa");
                   duplRepCmd.setDBMSUserPassword("abc");
                   duplRepCmd.setSession(session);
                   duplRepCmd.setSourceRepositoryIdentifier(repIdentifier);
                   duplRepCmd.setTargetRepositoryIdentifier(repIdentifier1);
                   duplRepCmd.execute();
    Similarly you can try with Getting server version, Archive repository and then move on to adding,modifying records etc.
    For ABAP APIs refer the below link
    http://help.sap.com/saphelp_mdm550/helpdata/en/44/93aa6e31381053e10000000a422035/frameset.htm
    Regards,
    Jitesh Talreja

  • How could JAVA API and ABAP API useful to MDM.

    Hi Experts,
    How could JAVA API and ABAP API useful to MDM, and any coding in Java or ABAP is required in MDM.

    Hi Reema,
    Java API and ABAP API are verry usefull to MDM to integrate MDM with other SAP componants like SAP R\3, EP etc. :
    It dose not required any coding in MDM infact in JAVA API coding can be done on NWDS(Netweaver Developer Studio).And for ABAP API coding is done on SAP R\3 System in ABAP editor.
    JAVA API:
    By using Java API MDM client operations can be performed.For one need to install NWDS and to deploy some .jar files and with the help of standard classes and interfaces it can be connected to MDM server and various operations like create repository ,connect to repository ,Data mainuplation etc.
    ABAP API:
    Suppose you have an Expert abaper and you want him to perform MDM operations.In that case he need not to learn MDM basic Data types infact by doing some settings on R\3 and MDM server side an ABAPer  can perform
    MDM Cnsole and MDM Data Manager level operations.
    you can go through these links
    http://help.sap.com/javadocs/MDM/SP06/overview-summary.html
    /people/bv.pillai/blog/2006/11/28/installing-mdmtech-add-on-and-configuring-the-mdm4a-mdm-for-abap-api
    Here the coding is done on SAP R\3 system.
    hope it will give you some idea about Java API and ABAP API
    Reward if helpful
    Thanks ,
    Vinay Yadav

  • CRC failed in Java and ABAP Trial Version on Linux - VMware Edition part02

    I download SAP NetWeaver 70 - Java and ABAP VMware Trial and I couldn't install it because part02 rar file has reported a checksum error.
    -  SAP NetWeaver 70 - Java and ABAP VMware Trial.part02.rar: CRC failed in SLES10SP1_Test_Drive(2)-s003.vmdk. The file is corrupt
    Also, I think file SLES10SP1_Test_Drive.vmdk is missing from the archive files.
    Could you please, confirm that the archives in the sdn downloads are correct!

    I also have the same problem, CRC error:
    X:SAPSAP NetWeaver 70 - Java and ABAP VMware Trial.part02.rar: CRC hiba a SLES10SP1_Test_Drive(2)-s003.vmdk-ban. A fájl sérült

  • Is it possible to install JAVA and ABAP trial ??????

    Hi
    i have read some posts in this forum which say that it is possivel  to install a full stack ABAP + JAVA with EP. But some of this are from 2006, and the versions that they installed are not the same anymore.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">sdn Downloads</a>
    my question is, Can I install ? :
    Java Full Edition trial - SAP NetWeaver 04 SP16
                           +++
    SAP NetWeaver 2004s ABAP Trial Version (incl. Web Dynpro ABAP) - SAP NetWeaver 04s SP11
                            = ???????
    by the way, thank very much for you support to the newbies in the forum

    Hi Pedro Vieira,
    At May/24/07 I finished the ABAP + JAVA installation with success (see versions below):
    From  "Downloads" / "SAP NetWeaver Trial and Preview Versions"
    1) SAP NetWeaver 2004s ABAP Trial Version (incl. Web Dynpro ABAP) - SAP NetWeaver 04s SP11
    2) SAP NetWeaver 2004s Java Trial Version - SAP NetWeaver 04s SP9
    As Mr. Heilman said, FIRST ABAP THEN JAVA, I tried JAVA + ABAP install (3 times) with no success, JAVA worked but ABAP not.
    My config: Windows XP PRO SP2 (last updates); Cpu Intel Dual Core 3.0GH; RAM *** 2GB ***; 2 HD's with Dual Boot (C: and D:).
    The installation was done on "D:" with a NEW AND CLEAN WinXP installation, only the basic (drivers, WinXPPRO updates). "D:" is my test "machine"/driver.
    Note1: To keep the previous successfull installation saved (WinPro, ABAP , JAVA), I used Mr. Petra Schmeil Tip (See link01 below) "...for instance with
    Norton Ghost or something like that. Just keep in mind!..." and allways keep a IMAGE COPY from my D: driver before and after a succesful installation. (See link 01)
    Install:
    1) ABAP stack installed with no problems, just follow the instructions.
    2) JAVA stack; that was hard to me. I tried at least 3 or 4 times. If I got a problem, I recovered previous IMAGE COPY (ABAP install succesfull) and started again.
    Some tips for JAVA stack:
    a) Use "j2sdk1.4.2_09" as recommended in documentation.
    b) Before start installation, set your clock to "GMT +1" (see Mr. Erin Richason Tip, see link02 below)
    c) If in step 2 you get the error:
    INFO[E] 2006-11-22 21:29:36
    FSL-02077  File system export (share) saploc does not exist.
    ERROR 2006-11-22 21:29:36
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    ERROR 2006-11-22 21:29:37
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
    INFO 2006-11-22 21:31:23
    An error occured and the user decide to stop.\n Current step "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    Folow Mr. Curd Abstoss  tip "In line 23234 stands this._name = name; . I changed it to this._name = "L013"; where L013 is the name of my laptop" (See link03 below)
    d) After ABAP and before JAVA install, stop all SAP* services
    e) If port 3601 or 3201 (don't remeber wich) is in use (by ABAP), exclude it from .../drivers/etc/services (see System Requirements at JAVA).
    e) After JAVA sucessfull install, if port 50100 dont work use 50200 (instead "http://localhost:50100/" use http://localhost:50200/).
    That was MY recently experience, I hope it is useful for you.
    PS. Sugestion, before start, read the topics (links below) and the documentation (***Trial\DOC\html\index.htm) for ABAP and JAVA.
    link01 - ABAP and JAVA version of NW2004s sneak on the same system - Posted: Jun 22, 2006 2:32 AM.
    link02 - NWDS can't install - Posted: Jun 7, 2006 5:23 PM.
    link03 - Inst. SAP NW 2004s Java SP9 - Error FJS-00003 this._name has no properties - Posted: Mar 7, 2007 11:18 AM
    Best regards,

  • Regarding Java mapping and ABAP Mapping

    Hello,
         If I suppose to do Java mapping or ABAP mapping, Is there any pre requisite to perform these two mappings?
    If exist what they are?
    How to perform them?
    Thank you

    Hello jyotsna,
    Java mapping can be used when you have complex mapping structures.
    We can do most of the times for our requirements through Graphical mapping.
    When the structures are very complex to build you can go for SAX (Simple API for XML) or DOM (Document Object Model) parsers.
    Message mapping internally generates DOM parser.
    Java Mapping in XI
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java+mapping&adv=false&sortby=cm_rnd_rankvalue#
    SAP Network Blog: Implementing a Java Mapping in SAP PI
    /people/carlosivan.prietorubio/blog/2007/12/21/implementing-a-java-mapping-in-sap-pi
    Java Mapping (SAP Library - Partner Connectivity Kit)
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm
    SAP Network Blog: XI Java Mapping Helper (DOM)
    /people/alessandro.guarneri/blog/2007/03/25/xi-java-mapping-helper-dom
    SAP Network Blog: Testing and Debugging Java Mapping
    /people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio
    Binary Conversion in XI - Java Mapping - Code Gallery - Wiki
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/binary%2bconversion%2bin%2bxi%2b-%2bjava%2bmapping
    SAP Network Blog: "JAVA MAPPING", an alternate way of reading a CSV file
    /people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file
    ABAP mappings run on ABAP Stack and are developed in the ABAP workbench of the Integration Server.
    You normally do not need to use the ABAP mappings and is preferable for someone with ABAP programming background. I should say JAVA functions would suffice any complex scenarios.
    refer step by step guides for ABAP Mapping
    ABAP Mapping
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=abap+mapping&adv=false&sortby=cm_rnd_rankvalue#
    How to Use ABAP Mapping in Exchange Infrastructure 3.0 (NW2004)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    SAP Network Blog: Testing ABAP Mapping
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    SAP Network Blog: How to call XI ABAP Mapping via RFC
    /people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc
    SAP Network Blog: XI: ABAP mapping logs - more standard = better visibility
    /people/michal.krawczyk2/blog/2006/09/20/xi-abap-mapping-logs--more-standard-better-visibility
    SAP Network Blog: Dynamically sending a mail to the PO creator using XSLT- ABAP Mapping
    /people/rahul.nawale2/blog/2006/11/01/dynamically-sending-a-mail-to-the-po-creator-using-xslt-abap-mapping
    You need to provide the name of your mapping program maually , you see it is an input box.
    just provide the name of abap mapping program it will work.
    and one more thing you cannot test abap mapping program in integration builer you need to test in abap only.
    use tcode: SXI_MAPPING_TEST for testing abap mapping
    Thanks,
    Satya
    Reward points if it is useful..

  • Doubt about JAVA stack and ABAP Stack

    Good day!
    Hope can help me with my next doubt. I understood that BI JAVA or JAVA has been embedded in the Java support package stack for portal. But for BI7 the installation for JAVA is by sps. We only use pure support package for BI7, we don't use support package stacks and we don't use JAVA. I'm not sure because i don't made the sap installation in our enterprise, how can i be sure if we have installed java in BI7 and if we don´t have installed, should I install Java in our sap system? what are the benefits and consequences if I decide install it? and what is the difference about BI java (portals) and JAVA stack for BI7?
    I try to find some information but I found some information  about bi Java for portals, but not for BI.
    Ramón Sánchez

    Hai,
    BI-7.0,JAVA:BI-Java is used to provide the Java runtime for scenarios such as Enterprise Reporting, Query, and Analysis as well as Business Planning and Analytical Services.BI-Java requires AS Java and Enterprise Portal Core and EP in the same system. Optionally, you can combin with other usage types in one system. Usually, scenarios running on usage type BI-Java also require usage types BI and AS ABAP. While installing BI-Java, AS Java, EPC and EP get installed automatically. Usually, when running on usage type BI-Java also require usage types BI and AS ABAP, you should be aware that no matter if you run BI and BI-Java in the same or in separate systems, both BI and BI -JAVA should be kept in sync in terms of Support Package Stacks.
    BW 7.0 is now called as BI 7.0. There are many differences between them in areas like extraction, EDW, reporting, analysis administration,etc.,
    http://www.ittestpapers.com/articles/987/2/SAP-BI-70-Features/Page2.html
    Advantage of having Double stack Instance: Where AS ABAP provides the complete technology and infrastructure to run ABAP applications and AS JAVA provides Java Enterprise Edition environment for developing and running Java programs.
    Regards,
    Yoganand.V

Maybe you are looking for

  • Interest calculation on secured loans

    Hi guys, I have a customer invoice at 1000 rs after that i have been paid to customer for 5000 rs. The difference amount of 4000 rs (5000 - 1000 ) we have considered as a secured loan. So how can i calculated the interest on the 4000 rs only. Please

  • Command Line Parameters for Run Application.vi in the LVWUtil

    I am trying to use the "Run Application.vi" located in the LVWUtil.llb.  I am sending a command line similiar to this: "C:\WINXP\system32\msiexec.exe" /i "C:\qc data\ZVMS Program Updates\Application Installer\install.msi" this command line works from

  • Embedding pictures in Yahoo email does not work using firefox 3.6.8

    I am using firefox 3.6.8. I cannot embed pictures using my yahoo email. Why? Embedding pics with IE works fine with yahoo, but firefox doesn't. Can firefox even embed pics in yahoo email or is this a known bug?

  • Motion 3 Crashes despite Reinstall

    Process: Motion [3091] Path: /Applications/Motion.app/Contents/MacOS/Motion Identifier: com.apple.motion Version: 3.0 (3.0) Build Info: Motion-2001400~2 Code Type: X86 (Native) Parent Process: launchd [493] Date/Time: 2009-06-24 15:55:44.614 -0400 OS

  • How to stop the activity clipboard linkage between two transactions?

    Hi Experts, We are using CRM 2007. In CRM, since there is no check that the agent needs to work on transactions related to once customer at a time, our agents are able to work on different different transactions belonging to different customers one a