ABAP and J2EE-Stacks in SAP WEB AS

Hi,
I have two questions about the technical architecture of SAP WebAS, particularly about the ABAP- and J2EE-Server.
Can someone recommend detailed papers/guides (besides help.sap.com)describing:
1) the management of processes and resources in two parts (ABAP and Java)
and
2) The communication mechanisms between J2EE- and ABAP-server.
What are the problems with JCo?
Is there other possibilities to communicate between  2EE- and ABAP-server.(besides JCO), what is the performance in this case compares with JCO?
Thank you!
Peter Hneke

Hi
please have a look in to this Pdf Doc .   might be of soem help to you .
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b52456bd-0a01-0010-6d9b-f153bf15a82f
Apart from JCO communication between JAVA and ABAP can also be handled using ESA services .
please have a llok at these blogs
/people/scott.campbell/blog/2005/05/16/the-esa-is-coming-the-esa-is-coming
/people/kevin.liu/blog/2005/10/17/esa-soa-es
/people/harsh.chauhan/blog/2005/08/27/building-esa-and-delivering-it-through-caf
/people/sap.user72/blog/2005/10/28/the-fundamental-problem-solved-by-esa
Hope this helps . pelase do not forget to reward points , if helpful
regards
rajeshkr

Similar Messages

  • Separating ABAP and J2EE stack after an Add-in installation

    Hi All,
    While I need to migrate an Add-in installation (ABAP + J2EE) to a new machine, there is also a requirement to separate these stacks into two separate instances. Can you please suggest the approach for this? Any suggestions are greatly appreciated.
    Regards.

    Hi Vincent,
    if you want to have a two stack system you better install it that way, meaning two different installation for both.
    Unfortunately then you might have some trouble with security after this I cannot foresee.
    Regards,
    Benny

  • DB-API in ABAP and J2EE

    Hello!
    I have two questions regarding the communication mechanisms between ABAP- and J2EE-Stack.
    1)Is Jco the only one solution to communicate between ABAP- and J2EE, or exist other possibilities (if Yes, is there some comparison papers: performance, advantages/disadvantages).
    2) Which similarities/differences are in the DB-communication in both Server? (e.g. each Workprocess in ABAP/Serverprocess in J2EE<--> DB-Process)
    Which DB-API is used in both stacks?
    Thank You!
    Regards

    Hi, Peter!
    For both languages - ABAP and Java - SAP offers a Dictionary (for definition of database objects) and Open SQL (for database independency), you may also in both languages embed static SQL scripts into you code (via SQL/J in Java).
    For Java there' s the Persistence-Framework offering three support levels, Vendor-JDBC, Native and Open SQL the last one guaranteeing the maximum support. You may in Java access data - via JDBC and SQLJ - in a relational or - via EJB/CMP or JDO - in a object-relational way.
    Performance-Features like Table-Buffering exist also in both stacks.
    Please have a look at <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/61/fdbc3d16f39e33e10000000a11405a/frameset.htm">Developing Java Persistence</a> for more information regarding the Java-Part.
    Regards,
    Thomas

  • Web as ABAP and J2EE Documentation

    Hi!
    Guys, I dont find documentation for installation web as ABAP and J2EE with Remote Database (ORACLE 10G)
    My OS is based Windows 64 bit x86.
    Somebody Help-me ??
    regards.
    HMattos.

    Hi,
    All installation info should be in service.sap.com/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=01100035870000659894&
    Eddy

  • ABAP aND Java Stack

    Whats the use of an ABAP and Java Stacks in XI? What exactly they are doing for XI?
    Thanks.

    Hi,
    Tha ABAP stack consists of the Integration Server which in turn contains your Integration Engine and Business Process Engine.
    The J2EE stack contains the Adapter Engine and your IR and ID run on the J2EE engine.
    Ever wondered how and where the XI pipeline gets executed? It happens in the ABAP stack.
    All messsages picked by the Adapter Framework running on the J2EE engine are passed to the Integration Engine, which does the routing. The mapping program again gets executed on the Java stack and the rest of the pipeline servies are executed again on the ABAP stack and so  on.
    Take a look at the XI overview doc to understand this better,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a3d3c390-0201-0010-c490-bd85917138c8
    Regards,
    Bhavesh

  • DB-Communication  in ABAP and J2EE

    Hello!
    I would like to know the similarities and differences in ABAP and J2EE regarding their DB-Connectivity.
    Which <b>DB-API</b> is used in <b>ABAP-</b> and <b>J2EE</b>?
    What is about the management of the resources and processes, performance in both parts?
    Thank You!
    P. Henke

    Hi, Peter!
    For both languages - ABAP and Java - SAP offers a Dictionary (for definition of database objects) and Open SQL (for database independency), you may also in both languages embed static SQL scripts into you code (via SQL/J in Java).
    For Java there' s the Persistence-Framework offering three support levels, Vendor-JDBC, Native and Open SQL the last one guaranteeing the maximum support. You may in Java access data - via JDBC and SQLJ - in a relational or - via EJB/CMP or JDO - in a object-relational way.
    Performance-Features like Table-Buffering exist also in both stacks.
    Please have a look at <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/61/fdbc3d16f39e33e10000000a11405a/frameset.htm">Developing Java Persistence</a> for more information regarding the Java-Part.
    Regards,
    Thomas

  • How to connect separated ABAP and Java stacks ?

    Hi,
    I have installed two separate ABAP and Java Stacks and trying to connect both the stacks together.
    As per my understanding, only JCO RFC is the mean of communication between ABAP and Java stacks.
    But still even after configuring the JCO RFC successfully, I am unable to view, configure or control 
    J2EE stack's status from smicm (ABAP).
    Would you please suggest me, if there is any more configuration to be done on abap or Java stack side.
    Thanks,
    Cheers !!!
    Ashish

    Hi Sunny,
    JCO RFC is tested and it is working fine. So no issues from JCO RFC side. Hope you would have read carefully.
    >
    Ashish Mishra wrote:
    >  But still even after configuring the JCO RFC successfully, I am unable to view, configure or control 
    > J2EE stack's status from smicm (ABAP).

    ========================================================
    Hi Anil ,
    Thanks for your reply. but
    >
    Ashish Mishra wrote:
    >
    > I have installed two separate ABAP and Java Stacks and trying to connect both the stacks together.

    Hope I am able to clear your doubt. Java is completely separated stack and not add-on.
    Suggest me how can I proceed further on this connectivity.
    =========================================================
    Hi Olivier,
    I am grateful to you for your reply. I understood your point but now except a successful JCO RFC test,
    is there any mean to check and ensure that both the stacks are connected properly and ready to use.
    Regards,
    Ashish

  • Synchronising ABAP and J2EE accounts

    Hi All
    We are currently having a small issue with our ABAP and Java stacks on BI, basically when we create a user in the ABAP stack it does not appear in the JAVA Engine unless we reboot the whole thing.
    Is there something that needs to be configured - e.g. JCo Connector or RFC
    And can the by synchronised immediately or is there a job that needs to run?
    Thanks in Advance
    Phil

    Hi Phil,
    Kindly have a look in the below link
    http://help.sap.com/saphelp_nw70/helpdata/en/9e/fdcf3d4f902d10e10000000a114084/frameset.htm
    regards
    Anand.M

  • Decouple the ABAP  and J2EE

    Hi All,
          I was installed the Netweaver server on windows 2003 server over sqlserver database. The jlaunch and sqlserver process is taking too much memory.
    I would like to decouple the ABAP and J2EE server ......how can i approch this. Is there any way to reduce the memory usage of sqlserver and jlaunch process....?
    Is there any solution to that problem...please let me know.
    Thanks & Regards,
    Sridhar M.

    I would like to decouple the ABAP and J2EE server
    I didnt understand the term decouple over here for ABAP and JAVA instance. But however, if you dont want the JAVA instance to start along with ABAP, you can control it through the profile parameter rdisp/j2ee_start.
    More info:
    http://help.sap.com/saphelp_sm32/helpdata/en/9a/b9b09d57aba54ca6d010b82b9119e4/content.htm
    Hope this helps..
    Cheers,
    Jazz

  • Connectivity between ABAP and Java Stacks for BI

    Dear all,
    our BI developer have to use BW Analyser for showing and changing of BW reports in Java based NetWeaver Portal.
    Initially just ABAP stack (SID DCE) was installed. In Februar 2014 I installed also an Java Stack (SID JCE) and got dokumentation for
    connection to ABAP Stack from SAP Support, it is attached. Further help from SAP Support is not possible, they mean that this
    case belong to consultion issues.
    Follow activities were sucessfully done:
    1. RFC connection DMSAPERP4DEV_PORTAL_JCE was created in J2EE engine
    2. RFC connection DMSAPERP4DEV_PORTAL_JCE was created for Portal
    3. Portal Server Settings were maintained for portal
    4. Singe Sign-In in BI was maintained
    5. BI Certificate was imported from BI
    6. Portal Certificae was exported from Portal
    7. Portal Certificate was imported into BI.
    By processing of attached SAP guide it was a problem at step 7 "Create BI System in the Portal"with the
    creatig of BW system name. Under "System Administration -> System Configuration -> System Landscape"
    I found no systems which are maintained with the Portal Content Studio. I take a template "SAP_R3_Dedicated"
    but can not change the system name to "SAP_BW", it is still "Dedicated Application Server for R/3 System". All other
    properties was set fine.
    At step 8 of mentioned guide I face the next problem - there is no system names under "SAP Reference System"
    under "Administration -> System Configuration -> Configuration for User Management", because the system
    name on the step 7 could be not set correct, so I can not choose any.
    Please advice how to proceed here.
    Thank you and best regards
    Stan Oberberger
    Technical Consultant

    Hi,
    It clearly says the problem is with virtual memory. SO you need to change your virtual memory settings using configtool.
    See the relevant note.940893
    Make changes in the VM parameters for Bootstarp, Dispatched and the server nodes. Your -Xms should be less than equal to -Xmx.
    Restart the cluster then.
    It should work.
    Do reward good points.

  • Abap and java stack together gives error message...

    I am trying to install abap stach and java stack together.
    I installed abap was without problem but when I install Java i get the error below.
    I tried SP09 and since it didnt work Sp07 also since I had it with me downloaded before.
    Any help ??? Got stuck
    I need to install together to practice webdynpro...
    E:\NW2004sSP7_Preview\SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\IM_WINDOWS_I386\NW04S\WEBAS\ADA\control.xml
    George
    INFO 2006-11-30 15:10:12
    An error occured and the user decided to rety the 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".
    ERROR 2006-11-30 15:10:14
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    INFO[E] 2006-11-30 15:10:13
    FSL-02077  File system export (share) saploc does not exist.
    ERROR 2006-11-30 15:10:14
    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 .
    THis error was gone when I used the registry cleaner for removing ABAp stack But now question is How do I install BOTH????
    May be the instance number is the problem....
    In old version of ABap stack we can enter the instance number .But not in SP 9 .Can we change here too?
    E:\NW2004sSP7_Preview\SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\IM_WINDOWS_I386\NW04S\WEBAS\ADA\control.xml
    This file holds the Key of the errors since it checks for the instance number which is given in the log as details.. May be we can change it....
    In ABap STack install instead of files as in SP 07 they have created an image and may be this si the reason that
    we cannot customize.I have to find a way in order to install it...

    i found soltuion myslef THe lates WAS for abap is preconfigured and so its not suitable for abap-java multiple installation

  • Testing SSL Connections, differences between ABAP and JAVA stacks

    Hello,
       I am trying to test an outbound SSL connection to a partner.   I already have multiple outbound connections to many partners, but this new one is causing an issue.   Our firewalls between the two sites are opened as required, I verified that I can telnet to the 443 port of their sever.   I then attempted to connect to their URL, via a Java SOAP message, and it is rejected.  Some kind of error regarding our handshake.
       In an attempt to troubleshoot the issue I entered their URL in SM59 as a HTTPS connection, tested it, it worked fine.   Which indicates to me that the ABAP side works fine.
       I do the same on the Java stack, via the SOA Manager: Destinations, and it fails.
    "Error during ping operation: Error while silently connecting org.w3c.www.protocol.http.Http.Eception: Peer sent alert: Alert Fatal: unexpected message"
      I was thinking that maybe the remote partner only allows specific types of SSL version connection, and the Java side is too low.  i.e. the partner only allows TLS v1, and we are attempting to use SSL v2.    Is there a place to set this on the Java side?  I know I can set inbound parameters on ICM via SMICM.
      Any help or assistance would be most appreciated.
    Thanks,
    Michael Montone

    Hi,
    I suggest that you verify if you use the same release of the SAP Cryptolib  for the ABAP and the Java stack.
    This could explain a difference of support for SSL or TLS.
    Regards,
    Olivier

  • ABAP and Java Stack: Which to choose/supported standards and components?

    Hello,
    I am trying to understand the role of the two stacks in NW. Maybe anyone has a few
    hints where I can find answers to the following questions:
    - An overview of supported Standards (Java 5 since when?)
    - An overview of which component runs on which stack? Portal->Java, Integration Server->ABAP and so on.
    - Guidelines when to install both stacks and when to use just one stack? When do I use which one?
    - Has SAP an stategy towards an one Stack solution (possibly Java?)
    Best regards and thanks for any pointers!
    Stefan

    An overview of supported Standards (Java 5 since when?)
    Go to service.sap.com/pam
    Product Availability Matrix will tell you about supported version and platforms.
    An overview of which component runs on which stack? Portal->Java, Integration Server->ABAP and so on.
    Usually the question goes the other direction: what stacks we need for implementation of a particular function?
    More and more products require ABAP backend and Java frontend.
    For example Employee Self Service has been transerred from ABAP only ITS based to ABAP backend and Java frontend.
    Same with SRM.
    Guidelines when to install both stacks and when to use just one stack? When do I use which one?
    Same as above, driven by business requirements, not technology.
    Has SAP an stategy towards an one Stack solution (possibly Java?)
    No. Core business functions are still being developed on ABAP and interface, GUI etc utilize JAVA.
    Regards,
    Slava

  • Have anyone done porting COBOL application to ABAP and J2EE?

    Hi all,
    (Hi Stefan Klensch: this is my next question:-))
    I am a newby in the SAP world and just walking around a few days.
    The problem I am facing is porting a large COBOL application to ABAP and mapping the generic business functions of that COBOL application according to the business process involved to adequate functions of the CRM- and HRM suites.
    AND
    The required customization of strategic business domain knowledge must be implemented in the J2EE domain e.g. for portability reasons. So at the end of the day I will have a SAP J2EE application and the above mentioned SAP ABAP solutions.
    Yes, I want to use UML for the analysis and design (e.g. clas/component diagrams) because UML diagrams give me an better architectural (and maintainable) view and design of the system.
    I am looking for the rare developer(s) who did such a kind of challenging job before. I hope they can give me hints and information the way they handled and solved such a problem. E.g. roadmap, methods, tooling, etc.
    Many thanks in advance.
    Thiel Chang

    etresoft,
    I downloaded the sample code for EvenBetterAuthorizationSample project and I changed the userid for the Developer id application as suggested by Apple below and built it, but still when I run the app and click on the "Read License" button or other buttons I get the error NSCocoaErrorDomain 4099 connectionInvalid
    Before you build you need to adjust some Info.plist values to match your Developer ID.  Specifically, search the entire sample code directory hierarchy for all instances of "SKMME9E2Y8" and replace it with the User ID value from your "Developer ID Application" certificate.
    As far as I can tell, the sample app is properly code signed with our certificate along with the helper tool
    Is there something else I need to change to get this sample app working so I can understand this better

  • ABAP and JAVA stack together?

    Hello Friends,
    I wanted to install the ABAP stack SP12 with JAVA stack SP09. I am downloading the last file of the stacks. Is it possible to install them together on one OS(I have W2K Enterprise Edition)?
    Can you guys please help me out here ?
    Best Regards,
    Fatih Koekce.

    Hi
    Basically ABAP and Java patches would be inpendent of each other except the Kernel.
    You can apply them together as Java patches are to be applied through JSPM and ABAP patches through SPAM, but it is usual practice to apply ABAP patches first and go ahead with Java stack. Because Applying them together would use considerable amount of system resources.
    Hope this is helpful.
    Regards
    Rahul

Maybe you are looking for

  • How to split header text in table view to 2 lines?

    Hello, I have a table view that has many fields. There are fields with long header text. Is it possible to split the text and have it on 2 lines? Foe exsamle: instead of 'ORDER NUMBER'  --->  ORDER                                                     

  • Execution time of a SQL

    Hi, I have a sql which loads a table (84 million rows) across the network from one instance to another in another server. How do I know the elapsed time during loading? ( I know this sql takes over 2 hrs to copy the table. But at any given (the sql r

  • Problem in Collection

    HI Friends, SQL> ED Wrote file afiedt.buf 1 DECLARE 2 TYPE VARRAY_TYPE1 IS VARRAY(10) OF VARCHAR2(10); 3 V_TAB VARRAY_TYPE1; 4 BEGIN 5 V_TAB:=VARRAY_TYPE1('SANKAR','BALAJI','SANA','PADMA'); 6 DBMS_OUTPUT.PUT_LINE('No of Elements in the Lists are :' |

  • Why do some icons in applications dock appear 'broken'

    From time to time when installing an app on the iMac and then clicking the dock application I find that when the grid of apps is displayed that the icon appears somewhat 'greyed out' with a circle and diagonal bar overlaid.  What causes this.  So far

  • How to delete every thing in my icloud acount?

    How to delete all the back up and the applications that have been saved on iCloud included the pictures and the messages ?