Integration Process Functions

Hello all,
Some functions  withing the Graphical Definition of an Integration Process are not clear to me. Can some explain what the following functions do:
- Switch
- Control
- Block
- Fork
Hope someone can help me out.
Thnx!

hai
go through the sap help link
http://help.sap.com/saphelp_erp2005vp/helpdata/en/81/756c927b54dd4c98d3d2f832b54de1/frameset.htm
it will give u an clear idea
regards
rose.

Similar Messages

  • Alternative for integration process ?

    The XI integration process functionality for me looks like another example of overkill design in XI. Needs lots of additional abstract message interface declarations, difficult to follow what really happens.
    Question: what alternatives in XI are possible without breaking the architecure completely ? E.g. when I have to perform some simple connected steps, like call an RFC, then load a file via FTP, then send out an email with the result data. Where in XI could I define a Java or ABAP method which does that programmatically ? The communication channels have some module processors. Would that be the right place ( define a module processor in channel which receives the trigger). Are there standard functions in XI available in Java or ABAP to perform RFC, FTP...
    or is it better to do it in a Java or ABAP mapping ? This does not seem to make much sense.
    Any experiences or ideas ?
    CSY

    hi,
    the complete lauch of xi is to have common place for all designed interfaces and configuration and monitoring stuffs.
    client b4r getting in to xi should read his landscape and justify whether to  bring in xi r not, when this step is not done,  questions as mentioned above would arise around
    what is the need of  xi for simple function which i can do by abap , java , jco s etc..(many ask ))
    but  beauty of xi is tapped when the  landscape around it is growing and when u want to  intergrate those all systems.
    i guess it's better to have xi standard congf instead peeping in to other hindden programs to do same , as it would be easily visible to all developer who come in .
    IP is the class idea and u shud think if u r flow has more logic in between to be manipulated.
    In in the end the moral is that every system is capable of meeting the requirment we shud be in search of which can be trusted and maitained easily as a long run  ) everything is possible.
    rgds
    srini
    Edited by: Venkateswarlu Srinivas on Jul 9, 2008 3:19 PM

  • Unit testing, integration and functional testing

    Hello all,
    I would like to know the difference between Unit testing, integration and functional testing. And also what are the testing tools that are more commonly used?
    Thanks,
    Maxx

    Hi,
        Unit testing :
                    A complete cycle of each  module will be tested
                    ie for PP Right from requirements to planned orders /production orders
                    confirmation .
        Integration testing:
                    Here cross module testing will be carried out.
                     ie PP and MM integration
                        After confirming production order a GR is made /billing is carried out
                        and delivered.
          Functional testing:
                    This testing is carried out to see whether the system can with stand l the loads during processing by users.
                    Stress test and volume test.
                Regards,
                nandha

  • Integration Process exception handling & alerts, Java

    Hello,
    I would like to enhance my basic scenarios fool proof and with as much Java as possible.
    I have set up several asynchronous and synchronous File to SOAP transfers between systems A and B
    using PI70 including my own Java mapping classes and PI's AF_Modules beans. They work just fine.
    I have not designed my own Integration Processes yet, so execution is based on channel settings and availability timing.
    I have learned this aproach may be exposed to general faults resulting manual monitoring and repairing.
    For example server problems at receiver side can result data losses as sender channel just keeps removing source
    files like normally, as the process would be better to just stop right there and alert or something.
    My question is, is the "Enterprise services Builders" Integration Process & Graphical definition screen the one and only tool to 
    customize whole process exception handling and alerts in PI, and Java is not an option?
    Appreciate your advice on this.
    Kind regards m

    Hi m,
    Strange Name
    >>I have learned this aproach may be exposed to general faults resulting manual monitoring and repairing. For example server problems at receiver side can result data losses as sender channel just keeps removing source  files like normally, as the process would be better to just stop right there and alert or something.
    If you are looking to handle this particular scenario, then we have the alert mechanism and CCMS monitoring. There you will come to know whether the end system down or not.
    Also in addition to this you can write your own java (in message mapping, as modules, java mapping) /abap code (as abap mapping, user exit in standard functions etc) for providing more details in error scenarios. But you need to validate whether the maintenance/development cost for the code is justified in your scenarios
    Regards
    Suraj

  • Updating an Integration Process in Builder after making a change in Design

    Hi,
    I have a BPM defined as an Integration Process in Designer. I transferred the Integration Process from Repository to the Builder.
    Now I have updated my BPM Process in Designer/Repository but the "new" outbound and inbound interfaces do not seem to show up in the Builder.
    If I create a new integration process and point it to the BPM process then it shows the new changes but how do I update the existing Integration Process in the Builder to show the "new" outbound and inbound interfaces?
    Thanks
    Ashish

    I am on SP11 and this functionality of Updating Changes to BPM in ID is not there.
    Deleting the whole process and then adding it all over again is a potential risk as I might lost my config. I guess that is my only choice at this time.
    Thanks all for your help
    Ashish

  • How to check if message is empty in Integration Process

    Hi!
    I have Integration Process with container object OUT_CR This type of message I get from another message using xsl-mapping. The point is that result message can be empty (only message header - "<MT_1C_BXY_CR/>").
    In Integration Process I place the step Switch where I use condition to determine if my message is empty and if it's not - to send it to receiver system.
    I'm beginner in PI and it's the first time I try to use Condition Editor. I tried to put condition like "EX OUT_CR./p1:MT_1C_BXY_CR/ONE" but it doesn't work.
    Could you advise me how can I check If the message is empty using Condition Editor in IP? Or may be any tutorial on working with Condition Editor in PI?

    you might have to try the XSL function exists - http://www.w3schools.com/xpath/xpath_functions.asp
    Try the EX operator as shown in this blog Customise your 'XPATH' Expressions in Receiver Determination

  • How to configure Integration Directory for Integration process async sync

    Hi Experts,
                     I am confused about doing configuration in Integration Directory i.e receiver determination,interface determination and receiver agreement and sender agreement for my integration process as it involve synchronous send at target side.
    In my Scenario , we get Purchase order request(asynchronously) from SRM system in proxy xml format which we have to map to Cxml format send it to third party system(say system 2) as http request.Then we will recieve a response from system2 in Cxml format through HTTP.Now,we have to map this response as to SRM system via proxy code for successful and error case .If error occured we also have to mail to the respective department about the error occured via mail adapter.Proxy to XI is a asynchronous communication and XI to System2 is a synchronous communication .Then again XI to SRM is a asynchronous communication via proxy.I have request and response External defination for Cxml i.e HTTP side.
    I have done following integration process in ESR
    Start- Receive(1)---Transformation(2)-send(3)-Fork(4)--
    stop
    ...................................................................................................... .....[----Branch 1 [-Transformation(5)-Send(6)-
    .......................[-----Branch 2 -
    SWITCH STEP to check error code[
    ............................................................................................................[.otherwise branch of switch
    Fork(4)----[
    .......................[----Branch 1-Transformation (9)-send(10)-
    Here,
    Recieve(1) -- is used for recieve request from SRM.Mode is asynchronous
    Transforamtion(2)-- is used for operation mapping between request of SRM to HTTP request.
    send(3) --is used to sending request synchronous to HTTP,mode is synchronous,used synchronous abstract interface,abstract reqhttp and abstract resphttp
    switch-switch Branch1 is used for checking error response to be true---
    Transformation(5)--- is used to map HTTP response to Mail response structure
    Send(6)----
    is used to send mail content to Mail adapter
    Transformation(9)---- is used to map HTTP response to Proxy response
    Send(10) --- used to send mapped proxy response to SRM as to update status by calling calling Function module using proxy code.
    Thanks
    Deepak

    Deepak,
    In BPM data does not flow in Backword direction!
    take any step in your BPM the message it is goiong to receive will be what a step just before it is giving to BPM.
    Now in your case
    IR Part:
    You have to call Third part Synchronously and the input to it will be what Proxy has given to you.
    Create an Abstract Synchronous(in case of abstract you need not bother it is Inbound or Outbound) in which(I mean the Message Interface) The Output message will be what you have Received from Proxy and the input message will be what you are going to receive from the Third party as a Response.  Now you would have Inbound Synchronous Interface created for calling Third party.
    Have a Interface Mapping between the Abstract Synchronous and Inbound Synchronous Message Interface.
    ID Part:
    For synchronous Step:  BPM will; be sender with  Message Interface Abstarct Synchronous
    Third Party will be receiver With Inbound Interface(Synchronous). Use the INterface Mapping between Abstract Synchronous and Inbound Synchronous that You have created in IR.
    Have a Receiver Agreement for the Thirs part.
    No Sender agreement required in case of BPM as a Sender.
    Thanks,
    Sunil Singh

  • Integration Process Doubts

    Hello everyone,
    I have the next scenario requirement:
    Informix -> XI -> R/3
    but the answer from the R/3 BAPI has to be evaluated to send an email in case of error and to update some rows in Informix database, the query in the sender jdbc is a JOIN from several tables, so my doubt is as follows, I could obtain 'n' rows from Informix in the same structure, but they need to be processed in R/3 in pairs, one field is the difference in this pair some 210 and 212 values, so I need to send to the ABAP Server Proxy two rows one with 210 and one with 212, how can I divide this rows in XI in my Integration Process????, or is there a way to configure the sender communication channel to restrict the query for two rows so every message taken via JDBC are going to be the exactly quantity of rows I need in this case two, thanks in advance for your answers.
    Regards,
    Julio Cesar

    >> how can I divide this rows in XI in my Integration Process????,
    I m not really sure about your actual scenario but if you are looking to club together values based upon some key,you can easily do that in message mapping by using formatByExample standard function.
    Please have a look at the below blog to see its functionality.
    New functions in the Graphical Mapping Tool XI 3.0 SP13

  • Capturing of Message ID in Integration process

    Hello,
    I have a scenario where my a file is picked from FTP server and passed to Integration process. Here if there is any failure in IP then i am throwing alert. Here i am preparing dynamic text in alert message. But my problem here is i am not able to catpture Message ID whereas i am able to capture all standard variables like SenderParty and etc.
    Please help me in this regard,
    Thanks,
    Vijay Kumar T.

    Hi,
    I have implemented the same. I have used container variables and used it in the Title of my AlertMessage.Store the Message Id after the receive step of BPM. Pass this value to the Function that triggers the Alert from Transformation step. We have a RFC SCREATE_ALERT that is used to set container values.
    With Dynamic Text, i feel it always gives the processId.You can have MessageId in Alert Long text.Store the MessageID in a container element of BPM and use it in the control step message text : &message_id&. Dont forget to check the Dynamic Text in the properties of ur AlertCategory.
    Hope this gives u an idea.
    Ref this link for the possible container variables
    http://help.sap.com/saphelp_nw04/helpdata/en/d0/d4b54020c6792ae10000000a155106/content.htm
    SXMS_MSG_GUID - SXMSMGUIDC - Message ID

  • What is integration scenario & integration process in IR?

    hi friends
    1).  can any one explain me about Integration scenario and Integration processes in "INTEGRATION REPOSITORY"?
    2).  why we need to use this IS & IP(integration scenario and integration processes?
    3).  what is advantage of using IS & IP(integration scenario and integration processes?
    if you have any related links and documents please refer to me..................
    Thanks in Advance
    chinthapatla.bharat

    Hi Bharat,
    Integration Scenario
    An integration scenario completely models the exchange of
    messages for a collaborative process and provides an overview of the process flow.
    It is overview of your whole integration scenario. In Integration Scenario each Swimlane represents a different business system. Mean you will have number of swimlanes as number of business system involved in your integration. Swimlane contains action. Actions are used for mentioning Inbound and outbound interfaces for the corresponding swimlane(business system).
    Why we are using Integration Scenario?
    We use integration scenario to genearate Integration Directory objects like Receiver Determination, Interface determination, Sender agreeement etc.
    All XI content objects must be assigned to one or more integration scenarios (IS). Delivering XI-Content in the framework of an IS has the following advantages:
    1. The IS provides you with a central point of access for all integration objects. This is necessary for semantic and technical integration and facilitates business-driven development.
    2. The IS helps customers to understand the underlying business scenario of XI content objects.
    3. The IS serves as a kick-start for the configuration of the content at the customer site. The aim is to minimize the configuration effort for the customer.
    Please go through this link for further reference:
    http://help.sap.com/saphelp_nw04/helpdata/en/88/7adb7a030b424b8ef29b99461e52a8/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/21ee117a909f44a8b69794b9ed6221/frameset.htm
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    How Tou2026 Implement a High Volume Process Integration Scenario
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9056c89c-1a2e-2a10-8a99-eae154e74c4e
    Integration Processes
    An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.
    You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).
    the following case,u should consider to use integration process.
    1.Control/Monitor the messages in XI
    2. Collect/Merge the messages in XI
    3. Split the messages in XI
    4. To Multicast an Message
    5. Send an Alert based on the very complex business logic
    6. To integrate with cross component business process
    Please go through this link for further reference:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f7/d4653fd1d3b81ae10000000a114084/frameset.htm
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    Some more additional links:
    1. what is integration processes and integration scenario? and the functionality of these??
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    http://help.sap.com/saphelp_nw70/helpdata/en/ae/fb72dc1d0fbf4391fba23b7e8a0d55/frameset.htm
    2. what is Actions?
    An action represents a function within an application component that is not subdivided further. Actions subdivide the process flow of an integration scenario.
    The vertical progression of actions from top to bottom corresponds to the logical process flow.
    http://help.sap.com/saphelp_nw70/helpdata/en/ae/fb72dc1d0fbf4391fba23b7e8a0d55/frameset.htm
    3. What is message interfaces in interface objects of IR?
    http://help.sap.com/saphelp_nw70/helpdata/en/ae/fb72dc1d0fbf4391fba23b7e8a0d55/frameset.htm
    4.what is fault message types exactly and functionality?
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    Regards,
    Vinod.

  • [BPM] Standards to design integration processes

    Hey,
    I would like to create a paper as guideline for creation of further integration processes. The
    last project has been end up in a chaos without a possibility of enhancement or maintenance.
    Therefore I started with a naming convention and a paradigm of designing SWC.
    Now I would like to give some hints about how a good bpm design looks like. Does someone
    have some information about that.
    I have:
    - when a bpm is unavoidable (splitting, alerting..)
    - when a bpm is not necessary (multi-mapping...)
    - which bpm step needs lot resources (recveive/send steps, transformation...)
    Do you have some hints for modular designing of bpm? For example to put error
    handling in an own bpm (for reuseability) or something else?
    How do you design BPMs to keep them small and clear?
    thanks
    chris

    BPM is used to implement work-flow spanning across multiple application system against embedding the parts of work-flow in application system. Apart from this it also help achive other scenarios like, bridging synch and asynch systems, alert mechanism, multi mapping etc. Check the BPM overview document in SDN download section.
    Check out the use cases discussed at http://help.sap.com/saphelp_nw04s/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    BPM is mainly used in senarios where extra functionalities are to be done with the source message which cannot be done using the normal mapping and user-defined functions, like
    ->Collecting of messages till a certain count or for a specific criteria.
    ->Merging messages
    ->Spliting messages
    ->Processing of error files and sending to specific location and sending alerts.
    ->Parallel processing of two criterias at the same time can also be done using BPM.
    Also go through these links,
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Many other examples can be found under the following link at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    And some weblogs
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements *****
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    Also have a look at these seminars,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    I hope it helps....
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Integration Processes

    Hi,
    Can any body please share some knowledge about how to create an Integration Process in Integration Repository. Any help would be appriciable.
    Thanks,
    Kulwant Singh

    hi
    An integration process is an executable process that you use to control complex cross-system business processes.
    Integration processes are based on the exchange of XML messages. Integration processes provide SAP NetWeaver’s message-based process integration with functions for the stateful processing of messages. They enable you to define control structures, such as loops and parallel processing branches.
    An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.
    You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).
    If u Want full doc give me u r mail id.
    Thanks

  • Query on Integration process

    I want to know the functions of each steps we using while creating an Integration Process in IR.

    Hi Shankar,
    These are the step type in IP
    Receive Stepn -
    To receive the outbound message
    Send Step -
    > To send a message.
    Receiver Determination Step -
    > It determines the receiver of the message.
    Transformation Step -
    > The mappin is done using this step.
    Switch -
    > It is a conditional statement where only one branch gets executed.
    Block -
    > It holds a set of steps inside it.
    Fork -
    > All the branches of the forx are executed in parallel.
    Loop -
    > It loops thru the steps defined in it.
    Container Operation
    Control step
    Wait Step -
    > Waits for an defined unit of time/message.
    Undefined Step
    In addition also have a look at this blog <a href="/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm Through With BPM</a> by Krishna Moorthy
    Regards
    San
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    <a href="/people/daniel.graversen/blog/2006/09/07/using-a-bpm-to-collect-messages-for-a-set-interval-of-time a BPM to collect messages for a set interval of time</a> by Daniel Graversen
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

  • Integration Scenarios & Integration Processes

    Can somebody please explain me what are the "Actions" and "Integration Scenarios" for in Integration Scenarios & Integration Processes? I understand that " Integration Processes" is for creating BPM processes.

    HI Vijay
    Please see the below links.
    For Actions :
    An action represents a function within an application component that is not subdivided further. Actions subdivide the process flow of an integration scenario
    Internal Actions : Defined for a ‘separate’ software component version.
    You can use internal actions in application components (of type Product Version or Main Instance) that (by using the product version) contain the same software component version in which the action is implemented.
    External Actions : Defined for a software component version of a partner or for templates.You can use external actions in application components (of type Template or Product Version) that (by using the product version) contain the same software component version in which the integration scenario is implemented.
    Two XIu0092s in same scenario
    http://help.sap.com/saphelp_nw04/helpdata/en/68/88a440df800160e10000000a1550b0/frameset.htm
    For Integration Scenario :
    An integration scenario completely models the exchange of messages for a collaborative process and provides an overview of the process flow. The integration scenario provides you with a central point of access for all objects that you require for semantic and technical integration
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    Regarding Business scenario's in XI
    XI scenarios
    See the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf083bca
    Cheers..
    Vasu
    <i>** Reward Points if found useful **</i>

  • How check Integration process

    Hi friends
        I have scenario like when ever maintenance order is created and released an event will trigger function module to post the details to PI to start the Integration Process.
    We created Maintenance order in IW31 and released from IW32.
    after this i am not able to find messages in SXMB_MONI and I am not able to see in SXMB_MONI_BPE
    how to check Integration Process working or not. Please guide me

    Hi
    you need to put breaakpoint in your FM to see if FM is being triggered and the value are getting inserted into the tables/structure of FM

Maybe you are looking for

  • Address Bar no longer works

    The address bar no longer works when entering an address, or when selecting from recently visited sites, the only way I can visit a site is to use Google to find the URL and then click on it from the search results

  • Epress website not working correctly in Internet E...

    I have been reading newspapers at www.epress.fi for some time without a problem on my lumia 1020. After I installed the Lumia Cyan update reading is not possible anymore. I usually read: Vasabladet and Hufvudstadsbladet. After the update it does open

  • Help in field exits

    Hello i'm working in ECC 6 and  my req is to create a field exit for a data element so as to validate the field before saving .. i have executed the program 'RSMODRPF' and created the function module and also in CMOD in 'Field exits for data elements

  • Delete A Keyword From All Images

    After importing an 18K+ iPhoto Library into Aperture, I now have the Keyword iPhoto Original on all the images. How do I remove that Keyword from all the images? Do I simply delete that particular Keyword?

  • Strangest screenshot ever. Please help decipher on my iBook G4 Mac 10.4.11

    When I tried to install a new hard drive on my iBook G4, I got this crazy image. When I then tried to boot up from the 10.4 DVD, I got the same image. Please help me identify what the heck it is and why I'm getting it. Any help would be appreciated.