View past transation performance of ABAP and portal

I would like to know where I can find past statistics on transaction performance for both an ABAP stack and a java like a portal system.
I am familiar with NWA on java but I don't know where to find a performance period for inbound transaction and how many seconds it tooks to process.
Also I would like to know the transaction where I can find how long it took for a transaction for a particular period or a particular user.
I know under admin--> workload there is a large bunch of information but I need to find transaction performance and I can't seem to find it under this tcode.
Thanks
Weyland Y.

Weyland,
You need to enable Portal Activity Report for Enterprise Portal 7.0 and then you will be able to see it.
Check this link and SAP Note 1084379
[http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/content.htm]
Thanks,
Digesh
Edited by: digeshjoshi on Dec 15, 2009 4:32 PM

Similar Messages

  • How to check ABAP and Portal connections

    Hi
    I was told to check ABAP and Portal connections. What does that mean? And what and where to check?
    Thanks
    Annie

    Hi
    Thanks for your reply.
    We are on BI 7. SP16.
    When i run that in se38, i am getting the following information: No default in RSPOR_T_PORTAL and no user parameter RSPOR_DEFAULT_PORTAL" when i clicked on yes(tickmark), view BI_Content of web template 0ANALYSIS_PATTERN(A) is displayed
    There are two options with check box are present 1. 30 template present (Unchecked) 2. BI- Template Present (checked), and a big XML code is displayed.
    When i executed in browser mode, it says Windows cannot find'/irj/servlet/prt/portal............... make sure you typed the name correctly and then try again. to serch for a file, click the start button, and then click search"
    What does that mean?
    Regards
    Annie
    Edited by: Annie on Nov 17, 2008 5:38 AM

  • How authentication and authorization works in webdynpro for abap and portal

    Hi Experts,
    I have to create an webdynpro abap application for portal which will update the user information in the backend HR standard table.
    The SSO  (certificate)setup is already doen between portal and backend sap system . Do I need to pass the portal userID to the webDynpro ABAP application, via IView created to update the table. OR SSO will take care itself.
    Thanks and regards,
    Ajay

    Dear Ajay
    If SSO is configured as you have mentioned, then all is ok and you don't need do pass the user ID.
    It will be done automatically.
    Just try for yourself - create a simple WD ABAP and put it inside an iView.
    Then have this WD to write the SY-UNAME on the screen.
    That way you will confirm what I'm saying
    Kind Regards
    /Ricardo Quintas

  • WD ABAP and Portal theme

    Hi,
    I am launching a WD ABAP application from a Portal iView and would like the application to take on the Portal theme.  The launching of the application is being implemented like this:
      DATA: low_window TYPE REF TO if_wd_window_manager,
                  lv_url    TYPE string.
    CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'zmy_wd_abap'
        IMPORTING
          out_absolute_url = lv_url.
    lo_result = low_window->create_external_window(
                   url             = lv_url
                    title          = 'My WDABAP'
                    modal       = abap_true
                    has_menubar    = abap_false
                    has_location   = abap_false ).
    Should I set the application parameters WDFORCEEXTERNALSTYLESHEET and WDTHEMEROOT.  Obviously the preference would be to reference the custom CSS in the portal.  I do not want to store the stylesheets in the MIME repository if it can be helped.
    Any help would be much appreciated.
    Cheers,
    John

    Update.  I got the Portal Administrator to zip the theme folder (from the directory on the portal server), unzipped the files into a local directory and uploaded the directory to the MIME repository.
    I proceeded to set the WDTHEMEPORTAL to the uploaded directory.  Unfortunately, the WDA application is still being rendered with no layouts.  On viewing the source, I note that the reference to the CSS is as follows
    <link rel="stylesheet" type="text/css" href="/sap/public/bc/ur/customerthemes/myTheme/ls/ls_ie6.nosprite.css?201010290817">
    I was expecting the reference to be:
    "/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/customerthemes/myTheme/ur/ur_ie6.css?7.0.23.2.0"
    I also tried the following with the same result"
    http://..MYWDA?sap-cssurl='https://MyPortalServer/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/customer/myTheme/ur/ur_ie6.css?7.0.23.2.0'
    Cheers,
    John

  • Performance Check - ABAP and Database color bars

    Hello everyone,
    When i go for the performance check of my object, i see Database in red bar and ABAP in green bar.
    The smaller the difference between these two bars, the better.
    But what does the color mean ? ( Somethimes the smaller bar is Red )
    Thanks

    Here is the explanation (depends % of total) in [sap library - SE30|http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617d2ae68c11d2b2ab080009b43351/frameset.htm]
    >
    shalaxy s wrote:
    > The smaller the difference between these two bars, the better.
    NO, it depends completely of what does your program!

  • Webdynpro for ABAP and Portal Integration

    Hi Experts,
    we created a WebDynpro  for ABAP application for portal. The application will modify/update few fields in backend sap HR table PA0006 (infotype 6) . The end user (portal user) should be able to update his data in backend with the iview created on this application.
    I have below two questions in my mind.
    1. Do we need portal eventing for this? It's a single iview in portal which will fetch and update his data through this WebDynpro  for ABAP application.
    2. It is for 10 countries of almost 1000 users (with same userid in portal and backend). How can I make sure that the enduser updates and fetch his records only. The SSO is already set up between Portal and Sap ECC system. Do I need to again pass the enduser portal id to the sap in coding to fetch and update the data or sso will take care of itself.
    Thanks
    Ajay

    1. Do we need portal eventing for this? It's a single iview in portal which will fetch and update his data through this WebDynpro for ABAP application.
    Answer: If you use, for exemple ITS to access this Webdympro, you will not need any action on portal for sure. Actually you will just need actions on portal, if you want to make some customization on portal side. If you want just show the Webdympro how it is, your action are all on backend..
    2. It is for 10 countries of almost 1000 users (with same userid in portal and backend). How can I make sure that the enduser updates and fetch his records only. The SSO is already set up between Portal and Sap ECC system. Do I need to again pass the enduser portal id to the sap in coding to fetch and update the data or sso will take care of itself.
    If you access via ITS, te custome will acess the backend with the user you have set on the SSO or user-mapping. The portal there is nothing to do in this regards, you must just take care of this on backend.
    Please evaluating the answer you are contributing for the SDN keep growing.
    Edited by: Fabio Sarmento on Sep 19, 2011 2:41 PM

  • WebDynpro ABAP and Portal Navigation

    Hi,
    I have two Webdynpro applications as an IView linked in the portal, now I want to navigate between the applications.
    I know, that I can trigger a protal event by:
    method ONACTIONFIRE_PORTAL_EVENT .
    data: L_API_COMPONENT  type ref to IF_WD_COMPONENT,
            L_PORTAL_MANAGER type ref to IF_WD_PORTAL_INTEGRATION.
      L_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
      L_PORTAL_MANAGER = L_API_COMPONENT->GET_PORTAL_MANAGER( ).
      L_PORTAL_MANAGER->FIRE(
            PORTAL_EVENT_NAMESPACE = 'my_namespace_for_Web_Dynpro_documentation'
            PORTAL_EVENT_NAME      = 'showCustomer'
            PORTAL_EVENT_PARAMETER = CUSTOM_ID ).
    endmethod.
    And catch the event by
    method WDDOINIT .
    data: L_API_COMPONENT type ref to IF_WD_COMPONENT,
    L_PORTAL_MANAGER type ref to IF_WD_PORTAL_INTEGRATION,
    VIEW type ref to IF_WD_VIEW_CONTROLLER.
    L_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
    L_PORTAL_MANAGER = L_API_COMPONENT->GET_PORTAL_MANAGER( ).
    VIEW ?= WD_THIS->WD_GET_API( ).
    L_PORTAL_MANAGER->SUBSCRIBE_EVENT(
    PORTAL_EVENT_NAMESPACE =
    'my_namespace_for_Web_Dynpro_documentation'
    PORTAL_EVENT_NAME = 'showCustomer'
    VIEW = VIEW
    ACTION = 'RECIEVE_CUSTOMER_ID' ).
    endmethod.
    But in which WDDOINIT  I had to implement the code?
    Best regards,
    Marcus

    Marcus Schug ,
    I need some help from you pls..
    I have same requirement now.. I have two webdynpros navigating between each other, in portal and both navigations are in same TAB.
    I am not able to figure out how i can do this.. meaning.. on one action of WD1 i need to call WD2, and on CANCEL button of WD2, i need to go back to WD1.
    pleaseeee could u pls share that u did with me..
    I will be so happy if u cuold pls help me out.. i am not at all able to sovle this.
    pls Marcus Schug ,
    kindly take some time and reply... to my id: its mmate4u at g mail.
    thanks and appreciate it.
    Niraja

  • WD ABAP and PORTAL: Logging the user out

    I have a requirement where I need to logout the user of my web dynpro abap application(the application resides in portal).
    I need to log him out of portal.
    How would I do that?
    Thanks in advance

    Deleting the Authentication in Logoff
    When you log off from some applications, the authentication of the user may also have to be reset in the browser, which means that a new authentication is needed when the application is called again. If basic authentication is used for the logon, this information can only be deleted in the browser with Internet Explorer 6.0 SP1 and higher.
    document.execCommand( 'ClearAuthenticationCache' );
    If an SSO2 cookie is used for the authentication, you can delete the cookie with JavaScript:
    function DelSso2Cookie(sName,sPath)
        var sso2Domain = location.hostname;
        if (location.hostname.indexOf(".")>0)
          sso2Domain = location.hostname.substr(location.hostname.indexOf(".")+1);
        p="";
        if(sPath)p=" path="sPath";";
          document.cookie = sName"=0; expires=Fri, 31 Dec 1999 23:59:59 GMT;"p + "domain="sso2Domain";";
    You can also include this JavaScript in logoff pages.

  • WebDynpro ABAP and Portal Navigation problem

    Hi all,
    I've a problem with triggering Portal navigation from a custom WD4A application.
    The request is to have an "Exit" button implemented and if pressed, the portal goes back to the top page:
    --> Search
       --> Kind of Search
          --> WD4A -> Exit goes back to "Search"
    I've tried using absolute_navigation/relative_navigation methods from interface if_wd_portal_integration, but they do not work at all.
    It seems that the portal totally doesn't care about the request and remains still.
    Methods are called passing the PCD of the "Search" page (i've tried even with the ROLES).
    Anyone has an idea?
    By the way, I was thinking about raising some kind of "standard" event like "navigate" or something...I don't know if it's applicable.
    Thanks in advance,
    R.

    Hi,
    If you are navigating from one WD Application to another you can either use URL or Object Based Navigation.
    In URL Method you can call the target application from the source application.
    You can create the method in the Window of WD Component.
    You also need to create exit plug (outbound) with parameter url (type string) and specify the plug type as Suspend.
    Trigger this method as desired by you in your application.
    CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'TARGET_APPLICAITON_NAME'
        IMPORTING
          out_absolute_url = lv_url.
    CONCATENATE lv_url '?sap-client=' sy-mandt '&sap-language=' sy-langu '
      INTO        lv_url.
      wd_this->fire_exit_plg(
        url = lv_url                              " string
    Thanks
    Vishal

  • Webdynpro for abap using portal theme nw2004s, sp12

    Hello,
    we use on instance 03 portal on netweaver2004s, sp12, which calls webdynpros with iview for abap on intstance 02, where ist netweaver 2004s sp12, abap stack.
    The problem is that the webdynpro is no more rendered with portaltheme. In the prevoius version of abap (netweaver2004s sp9) it was rendered with the portal theme.
    Abap- and portal-server are in the same domain.
    Where is the solution?
    Best regards
    Oliver Prodinger

    Hello Brad,
    SAP-Note 1033496 is the solution.
    The problem was, that I have added the parameter WDFORCEEXTERNALSTYLESHEET falsely in iview-configuration and not as parameter to webdynpro.
    Remarkable is, that portal and webdynpro-abap-backend have the same neteweaver2004s, sp12.
    Best regards
    Oliver Prodinger

  • Connect J2ee UME to WAS ABAP and WAS ABAP to LDAP and Role sharing

    Hi,
    We have a requirement of using the same roles in ABAP and Portal, and also that Both can authenticate to LDAP server.
    the first Question is, can we use the roles in R/3 connecting the Portal UME to the WAS ABAP for authentication?
    the second Question is, if we connect J2EE UME to the WAS ABAP and the WAS ABAP to the LDAP then the Portal will be geting the user authentication from LDAP as well?
    Thanx in Advanced!!
    Gerardo J
    Message was edited by: Gerardo Jiménez

    Gerardo,
    Kindly check blog
    Portal UME data store and various options (Opinions needed!)
    There are also presentations on that topic on sdn.
    James

  • Why I cant view my picture on my iphoto and if I try to copy to any folder it Shows "The item on the clipboard cant be pasted to this location. (One or more of the item may have been deleted or are no longer available) "

    Why I cant view my picture on my iphoto and if I try to copy to any folder it Shows "The item on the clipboard cant be pasted to this location. (One or more of the item may have been deleted or are no longer available) "

    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. Describe the problem as fully as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • BI content to view reports in BEx and Portal

    Hi,
    I want to install all the BI content related to Query and Reporting.
    Can you pls help  how to proceed with this like what and all I need to activate.
    My requirement is to generate all the reports on 'Vendor Evaluation (from ERP) and 'Tender Evaluation (Bidding Engine) from SRM'..customers should see all the reports in the Netwever portal and as well as in BEx.
    Pls help ..
    Also I am quite confused with the words :Web Template & BEx web item and BEx web item and Web item..
    To view the reports (in BEx and portal) which are extracted from ERP what and all we need to activate?
    To view the reports (in BEx and portal) which are extracted from SRM what and all we need to activate?
    Please help in this regard..
    Regards
    Sharif.

    Hi Praveen,
    Thanks for your immediate response..
    My requirement is that I will have to develop reports on Vendor Evaluation from (SS is ERP) and Tender Evaluation (Bidding Engine : SS is SRM)..
    To develop the reports for both of the functionalities in BI and to view them in excel mode and in the potal,what is the BI content which I need to activate in BI? -- This is my question.
    Whether we need to activate Web template alone or Web template and Web Item both?
    In case we need to activate both then which of the following shoud I activate
    Either Web Item or BEx item
    Web Template or BEx web template
    Please provide me the necessary information..<REMOVED_BY_MODERATOR>
    thanks in advance..
    Regards
    Sharif.
    Edited by: Pravender on Sep 22, 2010 11:05 AM

  • ADS in ABAP and JAVA on different servers

    Dear community,
    I need to run ADS with  ABAP and JAVA on different servers but after read and apply every step on The ADS Configuration Guide, still getting doubts and problems. Those steps work succesfully on a server with ABAP+JAVA on same server. Those are the problems:
    When I perform the report test FP_TEST_00 i get this error:
    ADS: com.adobe.ProcessingException: Problem accessing d(200101)
    I haven't found a a detailed procedure to set on ABAP and JAVA on different servers...
    Do you know any procedure to set this scenario??
    As a result, I don't know which role i must assign to adsuser on Java UME because i did not found any SAP_ADSCALLER role as i have ridden on some forums or blogs...
    I try to set ADS on ABAP+JAVA on different servers by this official guides:
    The ADS Configuration Guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6
    The ADSConfiguration Guide for Print Scenarios
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a04ef746-4c89-2a10-0f8e-eb2b3460fb7c
    Thanks in advance
    Kind regards
    Scottie

    HI again,
    ADS_AGENT now has sap_all but still same problem:
    Creating or Changing the Destination Service, On Visual Administrator/Destinations/HTTP/ FP_ICF_DATA_<SID>
    When I set the URL http://<hostname>:<HTTP_port> i am getting error Received HTTP response 502
    - If I paste the http://<hostname>:<HTTP_port>  +
    - Enter the appropriate client number of the system, where the service user ADS_AGENT exists into the client field. Keep the other fields System ID and Language empty +
    - Under Logon Data, choose BASIC in the Authentication field. +
    - Enter ADS_AGENT in the Username field and enter the same password as given for this service user in the SAP NetWeaver AS ABAP in the Password field
    - Choose Save and Test and  Received HTTP response 502 appears.
    But if I paste on Explorer  http://<hostname>:<HTTP_port>/sap/bc/fp/form/layout/fp_test_00.xdp, request User (ADS_AGENT) +Pwd and work ok, so error only appears by Visual Administrator...
    Anybody knows how can resolve this doubt?
    Thanks in advance

  • ABAP and JAVA sync issue

    Hello,
    We are having MI 7.0 at SPS15.Am trying to apply add to our system(we created SDA file from NWA as an addon).SDA addon getting deployed but its not getting sync between ABAP and Java stack even if is run reload sever time from NWA->Administrator->Mobile Infrastructure->Mobile Components.I can see add-on when i check from SDM but it cannot see when i search under Mobile component in NWA.Application logs shows below error.
    #703543993#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##8e6d577024d511e1a299001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_10##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    #1.#001635730592001800000015000030100004B3E6C1311ED1#1323703575929#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##a19424a024d511e18ede001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_9##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBea                                                                                n#Plain####
    #1.#001635730592000F00000016000030100004B3E6C662CEBE#1323703663073#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_ADMIN#47##n/a##d588777024d511e1c64a001635730592#SAPEngine_A                                                                                pplication_Thread[impl:3]_18##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerB                                                                                ean#Plain####
    #1.#001635730592002000000015000030100004B3E6CDC2D7E4#1323703786809#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##1f482a9024d611e18dc1001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_29##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    #1.#00163573059200260000000C000030100004B3E6D02A2DDA#1323703827137#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##37527e6024d611e1a43c001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_39##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    #1.#00163573059200350000000B000030100004B3E6D1150767#1323703842528#/Applications                                                                                #sap.com/tcwddispwda#com.sap.ip.mi.admin.wd.paramset.Details.Method-->wdDoModi                                                                                fyView()#J2EE_ADMIN#56##uwsvt729.merck.com_VZ1_12609950#J2EE_ADMIN#2e05832024d61                                                                                1e1b753001635730592#SAPEngine_Application_Thread[impl:3]_33##0#0#Error#1#com.sap                                                                                .ip.mi.admin.wd.paramset.Details#Plain###Specify all parameters#
    #1.#00163573059200250000007C000030100004B3E6F8460AEE#1323704500063#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##c86ab33024d711e185b5001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_22##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    #1.#001635730592002F00000015000030100004B3E728C1AF02#1323705313486#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##ad1da59024d911e1a138001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_37##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    #1.#001635730592000F0000000000002A400004B3E754A629F8#1323706045836#/Applications                                                                                /CMS/PCS#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.serverAPI.CmsOrganizerAdapter#J2E                                                                                E_GUEST#0##n/a##61feecc024db11e1b4cb001635730592#SAPEngine_Application_Thread[im                                                                                pl:3]_26##0#0#Info#1#com.sap.cms.pcs.serverAPI.CmsOrganizerAdapter#Plain###CMS o                                                                                rganizer proxy is waiting for requests#
    #1.#001635730592000F0000000100002A400004B3E754A659EE#1323706045848#/Applications                                                                                /CMS/PCS#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.serverAPI.CmsManagerAdapter#J2EE_                                                                                GUEST#0##n/a##61feecc024db11e1b4cb001635730592#SAPEngine_Application_Thread[impl                                                                                :3]_26##0#0#Info#1#com.sap.cms.pcs.serverAPI.CmsManagerAdapter#Plain###CMS manag                                                                                er proxy is waiting for requests#
    #1.#001635730592000F0000000200002A400004B3E754A6715D#1323706045854#/Applications                                                                                /CMS/PCS#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.transport.proxy.CmsLogViewer#J2EE                                                                                GUEST#0##n/a##61feecc024db11e1b4cb001635730592#SAPEngineApplication_Thread[imp                                                                                l:3]_26##0#0#Info#1#com.sap.cms.pcs.transport.proxy.CmsLogViewer#Plain###CMS Log                                                                                Viewer is waiting for requests#
    #1.#001635730592000F0000000300002A400004B3E754A67B77#1323706045857#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.RecoveryServlet#J2EE_GUEST#0##n/                                                                                a##61feecc024db11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0                                                                                #Info#1#com.sap.cms.recovery.RecoveryServlet#Plain###CMS recovery servlet is wai                                                                                ting for requests#
    #1.#001635730592000F0000000400002A400004B3E754A67CE5#1323706045857#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.RecoveryServlet#J2EE_GUEST#0##n/                                                                                a##61feecc024db11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0                                                                                #Info#1#com.sap.cms.recovery.RecoveryServlet#Plain###start recovery#
    #1.#001635730592000F0000000500002A400004B3E754AA7F91#1323706046120#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.pcs.QueueItemRecovery#J2EE_GUEST                                                                                #0#SAP J2EE Engine JTA Transaction : [0ffffffc069ffffff9e0008]#n/a##61feecc024db                                                                                11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0#Info#1#com.sap                                                                                .cms.recovery.pcs.QueueItemRecovery#Plain###CMS recovery found 0 QueueItem(s) wi                                                                                th state Import running in 0 queue(s). Start check if they are really running or                                                                                need recovery.#
    #1.#001635730592000F0000000600002A400004B3E754AA8344#1323706046121#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.pcs.QueueItemRecovery#J2EE_GUEST                                                                                #0#SAP J2EE Engine JTA Transaction : [0ffffffc069ffffff9e0008]#n/a##61feecc024db                                                                                11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0#Info#1#com.sap                                                                                .cms.recovery.pcs.QueueItemRecovery#Plain###Finished check and recovery for all                                                                                CMS QueueItems of state Import running. Checked Items: 0; Recovered Items: 0; Re                                                                                covery Failed Items: 0; Real running Items: 0#
    #1.#001635730592000F0000000700002A400004B3E754AAACBA#1323706046132#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.pcs.QueueItemRecovery#J2EE_GUEST                                                                                #0#SAP J2EE Engine JTA Transaction : [0ffffffc069ffffff9e0008]#n/a##61feecc024db                                                                                11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0#Info#1#com.sap                                                                                .cms.recovery.pcs.QueueItemRecovery#Plain###CMS recovery found 0 QueueItem(s) wi                                                                                th state Assembly running in 0 queue(s). Start check if they are really running                                                                                or need recovery.#
    #1.#001635730592000F0000000800002A400004B3E754AAAEE5#1323706046132#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.pcs.QueueItemRecovery#J2EE_GUEST                                                                                #0#SAP J2EE Engine JTA Transaction : [0ffffffc069ffffff9e0008]#n/a##61feecc024db                                                                                11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0#Info#1#com.sap                                                                                .cms.recovery.pcs.QueueItemRecovery#Plain###Finished check and recovery for all                                                                                CMS QueueItems of state Assembly running. Checked Items: 0; Recovered Items: 0;                                                                                Recovery Failed Items: 0; Real running Items: 0#
    #1.#001635730592000F0000000900002A400004B3E754AAB68F#1323706046134#/Applications                                                                                /CMS#sap.com/tcSLCMS~PCS#com.sap.cms.recovery.RecoveryServlet#J2EE_GUEST#0##n/                                                                                a##61feecc024db11e1b4cb001635730592#SAPEngine_Application_Thread[impl:3]_26##0#0                                                                                #Info#1#com.sap.cms.recovery.RecoveryServlet#Plain###finished recovery#
    #1.#00163573059200140000000300002A400004B3E7AA40154F#1323707482010#/Applications                                                                                #sap.com/tcmobileadmin~ea#com.sap.ip.mi.ejb.mcd.MobileContainerBean.Method---:                                                                                Processfunction#J2EE_GUEST#0##n/a##b9c439d024de11e1a4ee001635730592#SAPEngine_Ap                                                                                plication_Thread[impl:3]_10##0#0#Error#1#com.sap.ip.mi.ejb.mcd.MobileContainerBe                                                                                an#Plain####
    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

Maybe you are looking for