How to choose between Web AS JAVA / ABAP /  ABAP+Java ??

Hello,
      Does any one has an idea, what should be the criteria for choosing the web AS instance for NW Enterprise portal?
let us make it simple......
<b>Can we compare (WEB AS JAVA/ABAP/ABAP+Java ADD-ON) & come up with advantages & disadvantages of the above three ?</b>
Regards
Sunil Kulkarni

Hi Sunil,
I think there is no official statement except that both is possible, it depends on your needs.
But check out these docs:
http://service.sap.com/instguides -> Netweaver 04 -> Planning -> Technical Infrastructure Guide - SAP Enterprise Portal 6.0
and
http://service.sap.com/instguides -> Netweaver 04 -> Installation -> Installation Guide - SAP EP 6.0 (SR1) on WebAS 6.40 
there you'll see that also the installation is more complex. Also patching the whole system will take more time as you have to patch also all the ABAP components of the application server.
If you can think of any need to have an ABAP stack on the same system, then make a good decision, because you can't install the ABAP stack afterwards as you can with the JAVA addin.
Regards,
Pascal

Similar Messages

  • How to check for Web Srvice Timeout in ABAP Proxy call

    I am calling a web service in my ABAP program using ABAP proxy. The code is as under:
    TRY.
          y_v_request-mt_request-yaskkey   =  y_l_matnr. 
          y_v_request-mt_request-maktx      =  y_l_maktx.
          y_v_request-mt_request-ymtart     =  y_l_mtart.
          CALL METHOD y_v_prxy->execute_synchronous
            EXPORTING
              output = y_v_request
            IMPORTING
              input  = y_v_response.
        CATCH cx_ai_system_fault INTO y_v_fault.
          y_v_message = y_v_fault->errortext.
      ENDTRY.
      y_l_ycod = y_v_response-mt_response-answer.
    1. Is there is any way to know that the called web  service has timed out ?
    2. Is it possible to check for the time spent in the  call if it is more then say 500 sec then it should be considered as timeout?
    Any help will be appreciated.
    Thanks in advance

    Hi Subbu,
    you can catch CX_AI_SYSTEM_FAULT.
      DATA:   lo_sys_exception  TYPE REF TO cx_ai_system_fault,
    l_error_text type string.
    CALL METHOD ...
    CATCH cx_ai_system_fault INTO lo_sys_exception.
    l_error_text = lo_sys_exception->errortext.
    You can configure XI timeout parameter (for shure in SMICM / Parameter and, if i remeber right, as profile parameter in XI administration).
    Regards,
    Udo
    Message was edited by: Udo Martens

  • How to choose between different audio output in different programs

    I want to choose between the audio outputs in different programs.
    For example; I want to hear spotify/iTunes with my plugged-in speakers and skype with the build-in/intern speakers.
    It is possiple to control this on Windows but can I do it on Mac?
    Does anyone know an app for this problem?
    Thanks for help!

    I'd assume you'd want to set the sequence to "slur" notes and then just calculate the notes between a top & bottom value based on a float and generate NOTE_ON messages appropriately.
    The pitch bend is designed to emulate / support the bend wheel found on sound keyboards...and it just modifies the pitch associated with a given note. A pitch bend of +2 would turn an A into B, etc...
    So, you'd want to do...
    SET_SLUR (however you do that, I'm not a MIDI expert)
    pitch = bottom_pitch + ((top_pitch-bottom_pitch) * sliderValue);
    NOTE_ON(pitch)

  • Adobe air how do links between web pages

    Hello!
    I try to use adobe air with dreamweaver : The tutorial shows how to package a web page but I can not integrate multiple pages. The html code <a href="page2.html"> test link </ a> is incorrect? Should I add something in the xml file?
    Thanks for help.

    It's just basic page for test :
    <html>
    <head>
    <title>AIRHelloWorld</title>
    <script>
    function init()
    runtime.trace("init function called");
    </script>
    </head>
    <body onload="init()">
    <div align="center">Hello World</div>
    <div><a href="page2.html">test de lien</a></div>
    </body>
    </html>

  • How do i call web services from SAP ABAP

    Hello,
    Ian working with .net team. they are using sap .net Connector to connect SAP. But my job is In SAP side when Purchase Requisition is created, I have to call web services from ABAP and i have to pass the Purchase Requisition number to web service(.net Program). Please help me how to call web services from ABAP and how to pass value. Any one help me with example.
    Thanks
    RaviKumar

    Hi Ravi,
    If you can call EJB from ABAP and from EJB call Web service which you want to call. I am giving code to write in EJB business method processFunction.
    public void processFunction(Function function) {
       IRepository repository;
       repository = new Repository("TestRepository");
       JCO.MetaData fmeta = new JCO.MetaData("ZTEST_EJB");
       fmeta.addInfo("REQUTEXT", JCO.TYPE_CHAR, 255,   0,  0,  
       JCO.IMPORT_PARAMETER, null);
       fmeta.addInfo("ECHOTEXT", JCO.TYPE_CHAR, 255,   0,  0,
       JCO.EXPORT_PARAMETER, null);
       fmeta.addInfo("RESPTEXT", JCO.TYPE_CHAR, 255,   0,  0,
       JCO.EXPORT_PARAMETER, null);
       repository.addFunctionInterfaceToCache(fmeta);
       JCO.ParameterList input  =
       function.getImportParameterList();
       JCO.ParameterList output =
       function.getExportParameterList();          
       JCO.ParameterList tables =
       function.getTableParameterList();
      if (function.getName().equals("ZTEST_EJB")) {
                        output.setValue(input.getCharArray("REQUTEXT"),"ECHOTEXT");
    output.setValue("This is a response " + table.getString("E_NAME") +" " + output.getName(1), "RESPTEXT");
      else if (function.getName().equals("STFC_STRUCTURE")) {
      JCO.Structure sin  = input.getStructure("IMPORTSTRUCT");
      JCO.Structure sout = (JCO.Structure)sin.clone();
      try {
          System.out.println(sin);
       catch (Exception ex) {
           System.out.println(ex);
                        output.setValue(sout,"ECHOSTRUCT");
    output.setValue("This is a response from Example5.java","RESPTEXT");
    }//if
    Here REQUTEXT, ECHOTEXT are import parameter and RESPTEXT is the Export parameter of Function module ZTEST_EJB in SAP.
    Here from this bisuness method you can call web service which you want and give back the result of webservice to ABAP F.M.
    Regards,
    Bhavik

  • How to deploy a web service into a WAS JAVA

    hello,
    we have  Netweaver 2004s AS Java with SP 11.  I need to know how we can deploy or start up a web services into WAS. It is possible? how? Any document to help me?
    please thanks!
    Gaby

    Hi Gabriel,
    Hi Rohini,
    How to create Web Service:
    1. Create EJB Project(Stateless session bean is recommended).
    2. Create interface according to your requirements
    3. Signature(Parameters, data type) should be same in Remote,Bean and Local interface
    4. Create EAR Project and corresponding add the EJB Project
    5. Expose EJB as Web service. Right click on EJB Project->other->web services->web service(new VI and VSD).
    6. Deploy to Application Server.
    7. Goto http://localhost:50100/index.html. click on Web service navigator you can find web service
    8. Test the web service.
    Let me know if want more details
    Regards, Suresh KB

  • How to find the Web AS Port from ABAP program

    Hi
    I have an ABAP program which passes an URL for a BSP page to the Alert Framework. While creating the URL I need to find out the Hostname and port number for the Web service for that server. Hostname comes from sy-host but I am not able to find the port number.
    Please help...
    Thanks in advance

    Hi,
    consider this little code snippet:
    data:  l_urls       type tihttpurls2.
    call method cl_http_server=>get_extension_info
       EXPORTING
        extension_class = 'cl_http_ext_bsp'                  
       IMPORTING
            urls            = l_urls.
    l_urls contains a table of configured ports. maybe that helps.
    regards, Ulli

  • How to choose between CBR and 2-Pass VBR ?

    Hi,
    I know alot of virtual ink has flowed about this topic, but I couldnt find the answer I need.
    I'm compressing an 83minute feature film to DVD. Source material is 10bit Uncompressed YUV from PAL DigiBeta, sent directly from FCP to Compressor. Compressor is at version 2.0.1, and all ProApp and QT updates are applied.
    Compressing at a CBR (ie: 1pass) with a data rate of 7.4Mbps gives a .m2v file size of about 3.3GB and takes about 3hours.
    Compressing at 2-Pass VBR with a max data rate of 7.4Mbps gives a file size of about 3.9GB and takes 12 hours+.
    Shouldnt the two pass be smaller given the same max data rate?
    When I compare the two visually, I cannot tell any difference between them. I'm looking at areas with alot of motion, or with fine detail, or camera movement, but they look about the same.
    How to decide which to use?
    Many thanks....
    G5 Dual2.0 (PCI-X), 4.5GB RAM, 23" Cinema Display, PB G4   Mac OS X (10.4.6)  

    Hi There
    CBR compression is generally better quality - especially out of Compressor 2 - but usually a higher file size that VBR - can't explain your result there. Check fades, dissolves, small text and camera movement for comparsion between the two mpegs. If you still can't tell the difference then use the bigger one if you have the room, if you don't use the smaller one. If the larger file is better but you're worried about disc space then build your disc using the lager one anyway. If after your created the VIDEO_TS file it still too big use DVD2ONE or DVD Remaster to shrink it back down - I doubt you'd see any visiual difference.
    Hope that helps
    Cheers
    B

  • Iphone 3G S: How to choose between 16 GB and 32 GB

    Can someone estimate the capacity differences? Is this mostly about music and media storage, or will 16 GB significantly limit my ability to use apps?

    The 16 or 32 Gig refers to essentially hard drive storage, not RAM in the iPhone. As far as I know all sizes of a model have the same amount of RAM (for instance all 3Gs have 128 Meg or RAM). So the size options within a model of iPhone are all equal in their ability to run applications.
    Since media tends to have the largest file sizes, which one you pick should be drive by how much music, and videos of various types (TV shows, movies, podcasts, courseware) you want available.
    While the apps do take up some of the 16 or 32 Gig, you'll find they are tiny compared to an album of songs or a video.
    I have a substantial amount of music on mine (~8 Gig), and then shuffle videos on and off as I watch them. My 3G 16 Gig model has a little over 3 Gig available, and so far I have not run into an issue running out of space.

  • How to choose between two subscriptions

    I have Office 365 World Minutes AND a 60 minute subscription to landlines in Brazil. When I call a number in Brazil, from Dallas TX, where I am now, I want to choose that subscription and use those minutes instead of the world minutes. I only want to use the World Minutes when I call a landline number here here in the States or another country. Because now, I ran out of World Minutes, but I still have 60 minutes to Brazil, and still Skype doesn't let me call a Brazil number!

    BIG DEAL getting a new status! What about the question I posted yesterday? I have a subscription with minutes I can't use because there's no way to choose which subscription minutes to consume while calling. I've been clicking all over this Skype Community looking for HELP, for an answer to what I posted yesterday, but nothing yet! What is this community for anyway? There are plenty of chats around, what I need is help, answers to a Skype issue! I'm paying for Skype service, I demand answers, I can't wait around for someone to see my posting and decide to help me!

  • How to launch a web browser from a MAC java app

    I know, this topic has been brought up over, and over, however I couldn't find info regarding MAC environments. I don't have any former experience with MAC, but now I'm getting desperate for a solution. I need to be able to pop up the default browser showing a certain URL on MAC/OS from a java application. Any clue would be appreciated.
    Thanks a lot,
    michael berdan

    I wrote libraies that will do this:
    http://ostermiller.org/utils/Browser.html
    I also keep a list of other resources to help you out:
    http://dmoz.org/Bookmarks/D/deadsea/Java_Help/Web_Browser/
    Stephen

  • Upgraded to mavericks. Is there a tutorial online to how to navigate between web sires?web

    Is there a tutorial online to help navigate the mavericks o/s
    don't see bottons on top left to minimize or close windows
    or how to close grey sidebar

    the yellow button minimize
    the green maximize
    the red close
    https://www.google.dk/search?q=os+x+mavericks+manual+pdf&oq=os+x+mavericks+man&a qs=chrome.2.69i57j0l5.5856j0j7&sourceid=chrome&es_sm=93&ie=UTF-8

  • How to choose between Exchange 2007 and Exchange IMAP if you have choice?

    I'm running a silver intel macpro at a company that is predominantly PC.
    I just installed snow leopard and have an Exchange account that I had already moved to Exchange IMAP so I could access it with Leopard (although I was never able to get it to work under Leopard).
    Ideally I'd like to use Mail/iCal as much as possible for interacting with Exchange, and only revert to XP under Fusion occasaionally.
    Given that goal, would appreciate any insights into whether I'd be better off connecting via Exchange 2007 or Exchange IMAP.
    Thanks.

    Thanks for info - I was unable to get mail to autoconfigure to my exchange account, but after I configured iCal, it correctly configured mail (and address book) to access my exchange server.
    I'm thrilled so far with what I've seen - it's so refreshing to be able to use my Mac apps for work.
    Just to clarify, if I set up my account using IMAP, would I notice any differences in functionality, or is just a matter of ease of setup?
    James

  • Difference between web dynpro java and web dynpro abap

    Hi this is watson maureen,
                 I wnat to know what is  the difference between web dynpro java and web dynpro abap?
    thank
    maureen

    Hi watson,
    Go through these links, you will get the difference between web dynpro java and web dynpro abap
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e4940c-035c-2b10-0b9d-eb8f99674f4e
    Web Dynpro: ABAP or Java?
    Regards
    Sreedhar.

  • How choose between post and get when calling a servlet from a java class ??

    Hi !!
    I have an urgent question : in fact some java programs that call servlets are published on the web, and the principle is to make an url.openconnection() to reach the servlet.
    What I don't understand is how we choose if we want to call the get or the post method on the servlet ?????
    please answer very fast.....
    thanks...

    from the URL documentation of openConnection():
    "If for the URL's protocol (such as HTTP or JAR), there exists a public, specialized URLConnection subclass belonging to one of the following packages or one of their subpackages: java.lang, java.io, java.util, java.net, the connection returned will be of that subclass. For example, for HTTP an HttpURLConnection will be returned, and for JAR a JarURLConnection will be returned."
    Obviously, in case of a http servlet, normally an instance of HttpURLConnection will be returned. If you don't change the request method, GET is the default.

Maybe you are looking for

  • How to sum the column in a table seperated by sign.

    How to sum the column in a table separate by sign. For Example: A B 10 MOHAN -15 KUMAR -25 MARCH 50 MAY

  • Different links for different forms of the same list.

    Greetings, I have a custom list created with several columns one of which is the Title column. I have created three different views for this list. Using SharePoint Designer 2013 I have created three separate forms, one is a custom new for, a custom e

  • Automatic Reservation from Maintenance Order

    Hi, I have a problem. Generally from Maintenance Order type PM01 under Order Category 30, when we give some materials requirement, SAP automatically generate reservation for those materials and take the GL as Consumable Item. But in my case, that GL

  • Dynamic PL/SQL with LIKE

    Hi everyone, I am having difficulty in creating a query that uses a LIKE keyword for an application in htmldb. eg: DECLARE q varchar2(4000); BEGIN q := 'SELECT * FROM MY_TABLE'; IF :P15_MY_ITEM IS NOT NULL THEN q:= 'WHERE MY_COLUMN LIKE ' '& ' || :P1

  • What is the use of 'Convert to Formula' in BEx Report?

    Helo BI Gurus, After refreshing the query in BI, when I right click on the query report, I am getting an option 'Convert to Formula'. Can you please tell me the use of this option, and how we can use this in our report and what the result we will be