Watching correlation status in the ABAP stack

Hi experts,
I remember that there was a program or transaction in the ABAP stack of PI  where you can watch the BPM correlation parameters. Does anybody remember wich one? I am unable to find it.
Regards
Gonzalo

Thanks that was.
Regards
Gonzalo

Similar Messages

  • Call of an external web service out of the ABAP-Stack

    Hi experts,
    i have to implement a call of an external webservice out of the ABAP-stack. Directly from an ABAP-report, not using any PI/XI.
    The only thing the one implemented the service could give me was a description of the SOAP-call which should take place (see code below). So i should pass some data, call the function 'makeACall', and receive some data. But i have no idea how to use the calls of the include SOAPINCL. Is there any example showing the 'translation' of such a SOAP-message into an ABAP-stack-call?
    Thanks and regards
    Christian
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:XXX="urn:nsf">
    <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" id="_0">
    <makeACall xmlns="urn:nsf">
         <in xsi:type="xsd:string">
              <BaseApp>
                        <Control>
                             <Plugin><![CDATA[]]></Plugin>
                             <Function><![CDATA[]]></Function>
                             <Configuration><![CDATA[]]></Configuration>
                             <ConfigurationName><![CDATA[]]></ConfigurationName>
                        </Control>
                   <Input>
                        <DetInput>
                             <CustomerData>
                                  <Record><![CDATA[]]></Record>
                                  <Record><![CDATA[]]></Record>
                             </CustomerData>
                             <otherData>
                                  <GroupId><![CDATA[]]></GroupId>
                             </otherData>
                        </DetInput>
                   </Input>
              </BaseApp>
         </in>
    </makeACall>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Hi,
    BAM has a set of default web services. You can implement your own web service call and populate the data object with corresponding codes. For instance, if you would want to monitor 2 web services, create a data object with two columns.
    This web service would run every minute and populate the data object columns with 1/0 depending on the state. You could create a chart from this data object to display the status of the web service.
    Please explore more into how to implement web services using BAM. BAM already has few of them and you need to add yours to this.
    Cheers,
    -AR

  • To find No.of JCO connections in the ABAP stack

    HI gurus!
    How can we find the no of JCO connections in the ABAP stack ! is there any possibilty to find this .........its an urgent and solutions rewarded with points
    regards,
    S.Rajeshkumar

    Hi Rajesh,
    You can not find no. of JCO connection fron ABAP Stack ......you have to login into JAVA Stack.
    <b>
    If useful ,Reward Points .</b>
    Thanks,
    Prashant.

  • NW04 system copy : we only need the abap stack

    Hello,
    We have a BW 3.5 Production environnement :
    Netweaver 04
    Oracle 9.2
    ABAP + JAVA stack have been initially installed on the same server but the java instance parameters have been since deactivated. The Java stack has never been used.
    Now, we're planning to install the same BW 3.5 QAS environnement (only the abap stack), configure it, and afterwards perform a typical homogeneous system copy (backup/restore) from the production environnement.
    Since we don't need at all the java part, do you think that could work ? Is there any risk of inconsistency ?
    Or do we have to install double a stack QAS enviroonement and then perform the system copy based on sapinst
    Thank you in advance for your help.
    Regards.

    You will have to perform following  steps
    1. Export the CI system on Source system
    2.  Clone the source Database to Target database. We have used IBM's Flash copy tool to accomplish that.
    3. On target install SCS , restore the DB and then import CI.
    We also have dual stack in ECC Production environment and we don't use JAVA as much.
    If you have any more questions, please let me know.
    Thanks
    Sumit Mathur

  • Programmatically read the ABAP Stack

    I need to know if a particular program is in the ABAP stack at a specific point in my code.  The program I am looking for is not the calling program so SYST (CPROG, etc.) will not work.
    Does anyone know a way (method or function module) to read the ABAP stack?
    Thanks,
    Mike

    Hi Mike,
    you can use the  system call ABAP_CALLSTACK like this:
    DATA:  BEGIN OF ls_abap_callstack,
               mainprogram LIKE sy-repid,
               include     LIKE sy-repid,
               line        TYPE i,
               eventtype   TYPE dbglevtype,
               event       TYPE dbglevent,
               flag_system,
           END OF ls_abap_callstack.
    DATA:  lt_abap_callstack LIKE TABLE OF ls_abap_callstack.     
    CALL 'ABAP_CALLSTACK'
        ID 'DEPTH'     FIELD 1
        ID 'CALLSTACK' FIELD lt_abap_callstack.
    Kindly regards,
    Stefan

  • Planned SP level for the ABAP stack

    Hi,
    What is the planned SP level for the ABAP stack (WAS 6.40 for Windows)?
    I'm just wondering if we'll get 'Webdynpro for ABAP' or it will be already deleted via SP?
    Thanks,
    Peter
    Ps: When it will be available?....it's 'Coming soon!' for quite some time:-(

    Based on http://www.sap.com/minisap :
    <i>The SAP Netweaver Sneak Preview ABAP Edition from SDN (NW04 SP11) is released with the system ID NSP.</i>

  • Difference between the abap stack http port and the java http port

    Hello,
    Is there a difference if a call a webservice in the SAP PI via the abap http port or the java http port?
    For abap it is:
    http://pi.host.de:8035/sap/xi/engine?type=entry
    For java:
    http://pi.host.de:53500/XISOAPAdapter/MessageServlet?
    Is it technical the same?
    Which is your prefered port and why?
    Thank you
    Best regards,
    Nils Kloth

    Hi,
    I found the blog
    Using the SOAP inbound channel of the Integration Engine
    So the main differences are:
    Advantage
    When you send SOAP messages directly to the Integration Server, you reduce the message load on the adapter engine. This can improve the performance.
    Restrictions
    The SOAP inbound channel of the Integration Server does not support attachments. SOAP messages with content type "multipart" are rejected.
    Nils

  • Where to see the abap stack and java stack.

    Hi..
    I have installed ECC6.0 ABAP+JAVA engine.
    I would like to know the stack level of my system. for this how i have to check. If so please mention the path how to check, Is there any R/3 level command or  O/s level command to check these stack status.
    Previously  TCODE SPAM is used to see the Support Pack level of ABAP or Basis or any other OCS packages.
    I would like to know the difference of the stack level and the support pack.
    Regards,
    Bhaskar
    Edited by: bhaskar1818 on Feb 22, 2010 11:17 PM

    You can also check Java Stack info @ the file system level at:
    /usr/sap/<instance>/j2ee/cluster/dispather or server<n> and check version.txt
    Cluster-Version: 7.00   PatchLevel 56084.450
    Build-On:Tuesday, March 10, 2009 10:37 GMT
    Perforce-Server:
    Project-Dir:JKernel/NW04S_14_REL
    JKernel Change-List:56084
    Build machine:SAPInternal
    Build java version:1.3.1_18-b01 Sun Microsystems Inc.
    SP-Number: 14
    Shows that its 7.00/SP14.
    Hope it helps.
    REgards,
    Snehal

  • Configuring Adobe Document Services using only the ABAP stack

    Hi experts!
    Would it be possible to configure ADS if your SAP system has no Java stack, and without having to connect it to another system that has a Java stack or portal?
    We've come across a how-to-guide here in SDN about offline interactive forms; in its introduction we are told that in fact the ADS comes included with WAS 6.40, but it doesn't specifically tell how to configure it. There is also the possibility that we misunderstood that statement though.
    If anybody got ideas, kindly let me know. Any help will be appreciated.
    Thanks,
    Joseph

    Yeah, the illustration in http://help.sap.com/saphelp_nw70/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm -> Architecture give this point as well.

  • Using Kerberos although the UME is connected to the ABAP Stack?

    Hi,
    we have a portal where the UME is connected to an ABAP system, now I should implement Kerberos authentifcation from Windows to the Portal. Now my question is: Is this possible? As Kerberos normally also needs changes in the UME configuration file and, as far as I know, once you chose to use an ABAP system as UME data source you cannot change it, I'm not sure if there is a possibility to implement Kerberos in this case.
    Would be great if you could tell me whether it is possible to implement Kerberos in this case.
    Kind regards,
    Timo Hübner

    Hi Timo,
    the normal scenario is that you use the ads (Active Directory)as the datasource in combination with Kerberos. In this scenario you log on to your Windows with your account from the ads and with the help of kerberos you authenticate directly in the portal which uses the same ads as the userstore.
    If you don't use the ads as the datasource you have to ensure that the ads and the other datasource (abap or any ldap) is synchronized.
    Have a look here for more information:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/4c3725aeaf30b4e10000000a11466f/frameset.htm
    Hope this helps. Regards,
    Norbert

  • Whats the difference between ABAP stack, ABAP+Java stack and Java stack

    Hello,
    I have a nagging doubt about the difference between the ABAP stack, ABAP+Java stack & the Java only stack. I believe that the method of applying the kernel for all the 3 types is different.
    Also can we apply the ABAP support packs through JSPM.
    Please put some light on this.
    Thank you

    Hi Zaheer
    ABAP Stack
    AS ABAP is used to provide the ABAP foundation of SAP NetWeaver.
    Part of AS ABAP is the Search Engine Service (SES), which enables users to search for
    business objects using Search and Classification (TREX). SES accesses Search and
    Classification (TREX) functions through the Search and Classification (TREX) ABAP
    client. SES replicates the business objects from the ABAP application to Search and
    Classification (TREX), so that it can apply Search and Classification (TREX) search
    functions to them. When a user enters a search query, the Search and Classification
    (TREX) system responds to it, not the database for the ABAP application. For more
    information, see the document Installation Guide – SAP NetWeaver TREX Single Hosts /
    Multiple Host.
    Java stack
    AS Java is used to provide the Java foundation of SAP NetWeaver. Among the key
    capabilities of AS Java are:
    • J2EE Engine – a J2EE 1.3-compliant application server for running enterprise
    applications. In addition to the pure J2EE standard technologies, the J2EE
    Engine implements complementary technologies, such as Web Dynpro or Web
    Services, that are targeted at supporting large-scale, real-business application
    development projects.
    • SAP Composite Application Framework Core (CAF Core) is a service-oriented
    architecture for building and deploying composite applications. It enables
    modeling of different service types – entity services that represent a domain
    model, application services that implement business logic, and external
    services that offer connectivity to back-end services by means of remote
    function calls (RFCs) or Web services. Usage type AS Java comprises the CAF
    Core runtime environment, while design time tools are part of the SAP
    NetWeaver Developer Studio.
    • Web Dynpro is the user interface technology for developing professional
    business applications for mobile as well as for desktop clients. Web Dynpro
    applications can easily be integrated into SAP NetWeaver Enterprise Portal,
    providing a unified layout for the end user as well as enhanced navigation
    support. Web Dynpro also allows, for example, the development of interactive
    forms using the Adobe document services.
    • Adobe document services is a set of runtime services that provide a range of
    form and document creation and manipulation functions such as:
    • Converting XML form templates (created using Adobe LiveCycle Designer)
    to PDF and various print formats
    • Setting Adobe Reader rights to enable users to fill in and annotate forms,
    save and print them locally, and include digital signatures for authentication
    using the free Adobe Reader software
    Extracting data from SAP applications into Interactive Forms and transferring form data
    back into SAP applications using XML
    ABAP + Java Stack
    Contains both functionalities.
    I hope this helps
    Regards
    Chen

  • ABAP Stack and the Enterprise Portal

    If you install the Java and ABAP stack with the portal can you do full ABAP development on the portal?
    I want to create a RFC that writes data to a ZTABLE  - on the portal.
    I would then send the data from the ZTABLE using a RFC connection between the portal and my backend system.
    Thanks
    Patrick

    Hello Patrick,
    yes you can do ABAP development on an ABAP-Stack of the portal Server.
    I also use the "ABAP Stack" for Mobile-Infrastructure.
    Creating a Z-Table and executing RFC's is no problem.
    I think you will only use the ABAP-Stack for Customer-Development,so you only need to install the Basis Components and Plug-Ins on the ABAP-Stack.
    Regards
    Frank Brackmann
    Message was edited by: Frank Brackmann

  • Communication between UME on the Java Stack and ABAP Stack

    Please look for the thread
    Unable to log on to IR, ID, SLD....
    before going any further. This thread follows.
    The prob in brief is that,
    On XI homepage, I am not able to get into anything after I entered the user name and pw.
    I have some roles SAP_XI_ADMINISTRATOR for my user. I have checked in SU01 on ABAP Stack.
    I thought that the error could be that the UME on the Java Stack is not able to communicate with the ABAP stack.
    Any direction on this would really help me.
    Regards,
    -Naveen.

    Can any one help me in this.
    -Naveen.

  • How to see the JCO connections inthe ABAP Stack

    Hi Gurus,
    Is there any possible way to find the No.of JCO connections in the ABAP stack ,good solutions welocme and rewarded!
    regards,
    S.Rajeshkumar

    Hi,
    JCO connections are just RFC calls.
    If you know the user used by the JCO RFC calls, you can see the number of calls from ST03 RFC Server Profiles.
    For example
    In my XI (PI ) dual stack test system the JCO user is PI_JCO_RFC and I can see that last week there were 254 calls.
    Regards,
    Olivier

  • PI 7.30 dual stack - different time in rwb, pimon and ABAP stack

    Hi @all,
    I am working with the client on a PI 7.30 dual stack system.
    During monitoring of message processing I saw that there are differences in the time displayed while monitoring the processing of identical messages
    e.g. channelmonitor (mdt/channelmonitorservlet and rwb) is 1 hour behind pimon
    The time displayed in the ABAP Stack (Menu System - Status) differs also 2 hours ahead of pimon.
    Are there java parameters to configure the used time zone and which could be reason for this behaviour.
    For me it seems strange that there is a difference between to tools (channelmonitor and pimon) I was supposing are based on the same technical stack
    Would be nice to have the same time throughout the whole system.
    Any help appreciated.
    Best regards
    Jochen

    Hi Jochen,
    I did not found the option to change the time zone for pimon. Please refer the below wiki it might helpful
    PiMon_TroubleshootingGuide - Technical Operations - SCN Wiki
    PiMon_Frequently Asked Questions - Technical Operations - SCN Wiki
    regards.
    Harish

Maybe you are looking for

  • Second Hand iPad not connected with iCloud

    I bought my iPad second hand and it was mint, it's the lastest one, but I find that I cannot sign into iCloud the web interface. I can get access to all my stuff: Notes, Reminders... but why does it ask me to set-up my device to use iCloud then?

  • Select a range of files to delete

    How can I select a range of files to delete?  I have ten files I want to delete.  Do I have to select each one individually?

  • Question about Local and Central Services Registry

    Hi guru, We are using CE7.2 and have deployed some BPM DC to it. After deployment, we can see the web service (we made to start the process) from the local SR. Now we want to build a central SR on aonther machine (AS Java + SLD + SR) and re-point the

  • MSSQLSERVER Alert

    I keep getting this alert, but the backups are working. BACKUP failed to complete the command BACKUP LOG CustomerSupport. Check the backup application log for detailed messages. Any ideas?

  • Por que no puedo mandar fotos por mensaje

    Por que no puedo mandar fotos por mensajes