Configuration Scenario for BPM Using Integration Scenario

hi All,
I Have an Scenario where i am using BPM. Most of the blog tells about manually creating all Configuration objects. I had created an Integration Scenario for this scenario by referring to the earlier threads available for same.
Hoe to Create Integration Scenario for BPM Scenario
Integration Scenario in BPM  and few more.
My IS looks like
Sender App Component - Integration Process - Receiver App Component
Now when i am trying to create Configuration scenario for same using model configurator, i am getting Model as "Not Configurable"
And when i click "Configurability Check" Button, i am getting below as status:
Component view IS_POC_BPM: Connection from receivePayload to getABSPayload does not have an inbound service interface
Component view IS_POC_BPM : Connection from sendABSPayload to getPayload has no outbound interface
getABSPayload and sendABSPayload are actions for Abstract interfaces.
IS_POC_BPM is the Integration Process Name.
Also in Integration Scenario, when i create connection between sender action to BPM action there is no inbound interface coming. And viceversa.
Please help me in identifying if i am doing any thing wrong in creating this scenario.
Is it possible to create Configuration Scenario for BPM Using Integration Scenario?
Thanks,
Mayank
Edited by: Mayank  Gupta on Apr 21, 2010 6:35 AM

I think you shoudl refer the available Integration Scenarios created for BPMs in IR --> SAP BASIS --> http://sap.com/xi/XI/System/Patterns
Sender template will have the Action with Outbound Service Interface and then in the BPM Template the action will have Inbound Interface.....then within the BPM itself this inbound will be mapped to Action with Abstract Interface
may be after looking the Integration scenarios you will get more idea
Regards,
Abhishek.

Similar Messages

  • What is the best way to follow the scenario for Out look integration with share point using SAP Gateway?

    1)what is the best way to follow the scenario for Out look integration with share point using SAP Gateway?
    2)workflow concepts for Purchase order?
    3)Email triggering from out look for an approval process of PO? how these scenario can be best implemented with updated functions in Duet Enterprise.

    Hi,
    I do not have much idea on gateway integration with outlook but found out this document GWPAM Workflow Template which can be helpful for you to start with.
    also you may want to post your question in SAP Microsoft Interoperability forum
    Regards,
    Chandra

  • Want Scenarios for BPM

    Hi All,
    Can anybody pl. provide some BPM Scenarios, BPM Docs, or any related Docs for BPM.
    i want some  Scenarios for BPM.
    Thanks in advance,
    Shweta

    Hi Shwetha,
    BPM is used for Stateful communications,suppose u have to delay message processing,or wait for other messages to arrive and then semd them all together,in that case use BPM.
    We will use BPM when ever we want to do the following:
    1.Controling or Monitoring of messages in XI
    2. Collect or Merge the messages in XI
    3. Split the messages in XI
    4. Multicast a Message
    5. Need to send an Alert
    6. Transformation
    With its BPM capability, SAP NetWeaver:
    • Exploits business-process efficiency by giving your business
    users the ability to directly model, manage, monitor, and
    analyze business processes
    • Enables continuous process improvement and the dynamic
    modification of business processes
    • Extends the value of your company’s core business investment
    and maximizes the return on its strategic assets by providing
    the ability to change process rules without additional IT
    investment
    • Provides greater visibility into critical business operations for
    better decision making by delivering the right information at
    the right time
    • Allows the integration of people, applications, and internal
    and external resources
    Process step types:
    Message relevant:
    Receive: We use it to receive a message. By receiving a message we are sending the data into process. We can use it to start a process. We can use it for activating or using correlations.
    Send: We use it to send either an asynchronous or synchronous message or an acknowledgement.
    Receiver Determination: We use it to get a list of receivers for sub sequent send step. It calls the receiver determination that we configured in the integration directory and returns receivers list.
    Transformation: We use it to change a message inside the process. E.g. bundling multiple messages into 1 or splits a message into multiple.
    Using this we can create N:1 or 1:N or 1:1 transformations. In general scenario 1:N transformation is possible.
    Process flow control Relevant:
    Container: We use it to set a value for target container element at runtime. Target container element and assigned value must have same value.
    Control: We use it to terminate the current process and to trigger an exception and to trigger an alert.
    While Loop: To repeat the execution of steps within the loop.
    Fork: We use it when you want to continue a process in branches that are independent of each other. E.g. to communicate with two systems that are independent to each other
    Block: We use it to combine steps that you want to execute one after the other and which are to access the local data.
    Empty: It has no influence on the process flow. We use it as a place holder for a step that has not yet been defined, and as a step with no functions for test purposes.
    Wait: We use it to incorporate a delay in the process.
    Switch: We use it to define different processing branches for a process
    T.Codes for B.P.M:
    SXMB_MONI_BPE
    SXWF_XI_SW11
    For Example a Small Explanation reg BPM for this Req we used BPM
    A background program should be scheduled to run every 10 minutes to analyse any material records that have been created or changed or deleted that have occurred to the material master records in the last minute.
    There are two Message Mappings involved in the whole scenario. First mapping is N:1 Mapping which will be used in BPM and second Mapping is 1:1 Mapping:
    1. First Message Mapping  N: 1 u2013 Mapping between IDoc (occurrence u2013 0...unbounded in u201CMessagesu201D tab) to IDoc with changed occurrence of its top node (IDOC) as 0...unbounded. This message mapping will be used in BPM u2013 transformation step.
    Description: This BPM collects all Idocs for 10 minutes which are of Message Type (ZMATMAS05) according to Receiver Partner Number (Field u2013 RCVPRN) and calls N: 1 mapping to bundle the collected Idocs in a One External Definition for that IDOC.
    Use
    You use a wait step ( ) to incorporate a delay in a process. Usually, you use a delay to define when the next step in the process is to start. You can define a delay as either a point in time or a period of time.
    At runtime, the step waits until the specified point in time is reached or the specified period of time has passed. The system then continues the process by proceeding with the next step.
    Expalined clearly how to do a file to file scenario with BPM :
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    it is File>RFC>File using BPM then refer this blog.
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    BPM-1 /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    BPM-2 /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm
    BPM-3 /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    BPM-4 /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    Integratio Scenario
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    Schedule BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    Use of Synch - Asynch bridge in ccBPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM
    /people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm
    without BPM1
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    IDOC BPM
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    To deal with Multiple sender and receivers based on the conditions we could use BPM. Its one of the feature of BPM, but its not mandatory to go for BPM for each n every case. Its depends upon scnenario.
    /people/marilyn.pratt/blog/2007/10/12/clubhouse-las-vegas-a-bpm-roadmap
    BPM Process Patterns:Repeatable Design for BPM Process Models
    http://www.bptrends.com/publicationfiles/05%2D06%2DWP%2DBPMProcessPatterns%2DAtwood1%2Epdf
    BPM Steps link : http://help.sap.com/search/highlightContent.jsp
    Regards,
    Vinod.

  • BPM in Integration Scenario

    Hi Everybody,
    I have some queries on BPM in Integration Scenario.
    In the BPM i will be using
    1.A Receive step to collect the data from database.
    2.A synchronous send step to send a request and get the response from the same database.
    3.Finally a send step to send the data out of BPM to another system.
    Somebody can guide me about how to incorporate BPM in the integration scenario(how many actions i need to create for the BPM).
    Expecting your replies.
    Thanks,
    Zabiulla

    Hey Mohammed,
    you'll have 3 application components:
    1. database;
    2. BPM;
    3. the 3rd system.
    The actions you need are:
    1. sending action (outbound async interface) @ database;
    2. receiving action (abstract async interface) @ bpm;
    3. sending action (abstract sync interface) @ bpm;
    4. receiving action (inbound sync interface) @ database;
    5. sending action (abstract async interface) @ bpm;
    6. receiving action (inbound async interface) @ 3rd system.
    The connections you need are:
    1. async connection between database & BPM;
    2. sync connection between BPM & database;
    3. async connection between BPM & 3rd system.
    Regards,
    Henrique.

  • Why do we use Integration Scenario in IR

    hi 2 all,
    i wanted to know why do we use Integration Scenarios and how to configure it ,i mean what are the steps for it
    Edited by: ujjwal kumar on Mar 11, 2008 11:19 AM

    Hi,
    The integration Scenario in IR will be useful for re-presenting the whole flow of the interface.
    If you do the itegration scenrio in Design time then you do not need to follow the stpes which is required in configuration like creating Aggrement,determination and all. you just need to import the scenario from integration repository that will avoid configure part.
    Usually during the audit time the auditor checks whether IS is designed or not? as that is the good practive to design ur scenario with IS.
    Companion Guide to Integration scenario
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    It will be good loaction to get all the information about whole interface.
    You could either create or transport the same Integration scenario in ID.
    With the use of Integration scenario you could model the whole interface with all minute details
    It comes under best practices. So if you create the IS it will be very easy for you to understand the and designe the business flow. Morevere becomes very easy while creating/configuring the Integration Directory, you just need to import the design objects form IR.
    If you will not create IS, there is no harm. So it all depends upon client and also you.
    Thanks
    Swarup
    Edited by: Swarup Sawant on Mar 11, 2008 11:28 AM

  • Threshold for Messages in integration scenario?

    Hi,
    Can we set threshold (time) for Messages in integration scenario?
    Thanks,
    Nagarjuna.

    Hi Earlence,
    > 1. Is it possible to search for messages sent to PI (7.1) via TREX and monitor their status?
    Status I am not aware, but we can search the messages based on the content.
    Its external search engine for SAP, we can buy this and install in the XI server.
    ex : Suppose we have an order number, we don't no in which scenario it is used then we give
    this number to the TREX then it searches and gives that scenarion name.
    > 2. Search should be possible based on various criteria like Sender/Receiver Component/Interface, Business system name etc.
    TREX is based on a client/server architecture. The client component is integrated into the application that uses the TREX functions, and allows communication with the TREX servers.The server component processes the requests; it indexes and classifies documents and answers search queries.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6
    be60cc5cfd
    > 3. Is there a Java API so that this can be done programmatically?
    May be available but this is not easy.
    > 4. Some resources for the same?
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine
    http://help.sap.com/saphelp_nw04/helpdata/en/70/0837ced133304eba452c45b6047c74/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6be60cc5cfd
    Regards
    Ramesh

  • How to setup the cluster environment for BPM using weblogic

    want to setup the cluster environment for BPM using weblogic....
    i have installed the oracle weblogic server 10gr3 and oracle BPM enterprise for weblogic 10gR3
    i have used the Admin tools from the "oracle BPM enterprise for weblogic" to setup the configuration and create the weblogic domain servers.
    i can launch the process administrator and import the project exp file to domain server.
    but what should i do to setup cluster environment using weblogic?
    what i want to do is :
    setup one admin machine..
    setup two product machine..
    enable the cluster so the admin machine can monitor the status of the product machine..
    thanks a lot ...

    The install guide at http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html gives a reasonable amount of info on how to do this.
    Personally I have not used the OBPM option to configure WebLogic instead I've used the information in the above install guide to create the weblogic domain in advance of configuring OBPM.
    Once you've setup WebLogic configure OBPM using the values I mention in the following thread: How to set the JMX Engine parameter in Process Administation?
    Let me know any specific config questions and I'll do my best to answer them for you.
    Thanks,
    Mike

  • Error in Protocol for Generation of Integration Scenario Configuration

    Hi,
    If I try to generate my Integration Scenario in simulation or real mode I get the follwoing error allways in the "Generation Statistics" section (last entry):
    <b>
    Error when creating or changing configuration objects  0</b>
    If I save it and check it - no errors could be found. Any ideas?
    Regards,
    Christian

    Hi Christian,
    you working with SAP software
    > Error when creating or changing configuration objects 0
    means:
    zero errors...
    Regards,
    Udo

  • Use Webservice instead of  RFC for HR-FI Integration Scenario

    Hello
    there is an ALE Scenario to integrate HR and a FInance System on different servers.
    This works nicely with direct RFC Calls/Connections or even with PI and RFC Adapter.
    we want to use PI and Enterprise-Services/Webservices/Proxies instead of RFC (for strategic reasons), but i could not find any Standard Scenarios for this, as far as i see the name of the RFC-Functions is quite hardcoded into SAP HR.
    any ideas how to do so withouth creating to much modifications in sap standard?
    thanks
    joerg

    This is a community for users of SAP Business ByDesign.  Is your question related to Business ByDesign?

  • Issue in File to RFC to File Scenario with BPM using Block Step

    Hi Everybody,
                           I am doing File to RFC to File Scenario for multiple records using BPM using Block Step. The File Message is getting posted and after that, the message is getting stuck up in the qRFC Monitor (Inbound Queue).
                        After seeing the message in Inbound Queue, I am trying to execute and release the message. But when i execute the LUW, it says " Function module doesnt exist or EXCEPTION raised" in Inbound queue.
    Could somebody suggest me the outcome of this? What does this mean and how to
    release the stuck up message in Queue.
    Thanks and Regards,
    N.Jayanth Kumar

    Hi Rajesh,
                           After going through the blog, i saw the trace messages. It says      
    " The   exception occurred (program: CL_SWF_XI_INBOUND=============CP, include CL_SWF_XI_INBOUND=============CM00F, line: 19)"
    Regards,
    N.Jayanth Kumar

  • BPM with integration Scenario

    Hi Folks,
        I have designed a BPM scenario. Every thing is done but I dont know how to create a integration scenario when we are using an Integration process. My scenario is a simple BPM merge scenario. I have 2 messages as input and merging those messages into one as the input. I have 6 message interfaces like :
    MSG_OB_ASYNC_1       -    Outbound Interface 1
    MSG_OB_ASYNC_2       -    Outbound Interface 1
    MSG_IB_ASYNC             -    Inbound Interface
    MSG_AB_ASYNC_1       -    Abstract Interface
    MSG_AB_ASYNC_2       -    Abstract Interface
    MSG_AB_ASYNC_3       -    Abstract Interface
    Kindly suggest the solution.
    Regards,
       Santosh

    Hi Santosh,
    Create 3 application components as suggested above and create the required number of actions  based on the number of message interface.
    Create two 2 Async connection . 1 sender to BPm and 2 BPM to receiver.
    the following will help in  understanding the integration scenario designing .
    http://help.sap.com/saphelp_nw04/helpdata/EN/88/7adb7a030b424b8ef29b99461e52a8/frameset.htm
    regards,
    srini

  • Activate Integration Scenario for import at Integration Directory

    Hello all,
    How can i (or is the workaround) activate a message mapping / interface mapping without configured messagemapping at "Display Message Mapping" side? When i try to activate the not already configured message mapping i get following errors: Source message missing, Target message missing, Metadata missing, Mapping not sufficiently defined.
    Cause:
    First i want to build the frame at Integration Repository for the defined scenario and import at Integration Directory. Later i want to build the message mapping for the scenario.
    Many thanks in advanced!
    Jochen

    Hi,
    you cannot activate it without all proper values - sorry
    have a look at this blog:
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • How to configure EOIO for async RFC ----- SOAP scenario

    Hello Experts,
    I have Async. RFC----->SAOP secnario. Problem is that when the target system is down the PI system do not recoginze it and send the message successfully to target system, where the target system is down and do not show those transaction in it.
    I got the impression that , I have to make the QoS as EOIO and set up the queues in the PI.
    So, I checked both the comm channel RFC Sender and SOAP recevier but i was not able to find the option where we can make the QoS to EOIO.
    Do we need to mention the QoS in the SOAP URL in SOAP recevier comm channel . if yes please anyone can give me an example of that.
    Or do we have other option in PI to identify that target system is down and we can queue up the msgs in PI.
    I would appreciate your responses.
    Thanks.

    Problem is that when the target system is down the PI system do not recoginze it and send the message successfully to
    target system, where the target system is down and do not show those transaction in it
    No need to change the Qos in order to know the status of the target system.
    Just configure alert for Adapter Engine...when the SOAP channel tries to send the message and if the target system is down and alert will be generated (Connection Exception: Connection refused).
    This will indicate that the Target system is down....now it dpends on your business on what to do in such a case....to cancel the message or to restart it (from XI/ PI)
    Making QoS as EOIO will cause the entire queue to get blocked...and hence the following messages will also get blocked and wont be delivered even if the target system is up and running.
    Regards,
    Abhishek.

  • "dtutil", how to tell which configuration file for packages using after deployment?

    Hello All, 
    Trying to achieve this feature, 
    Using DOS command to automatic my deployment process--glad I found dtutil. However, it doesnt give you any chance to identify which configuration file to be used by SSIS packages after deployment.
    Deployment Method: file deployment
    Configuration sued: XML file and SQL Table. IN XML file, it tells which DB connection for packages to look up the configuration table.
    Who can share some thoughts on this?
    Derek

    It is NOT about sequence.
    It is about how to point which configuration file to be used by deployed packages as during the "dtutil.exe"
    deployment, you dont have chance to identify which physical location confg files to be used.
    Derek
    That you do only at the time of execution of packages. By default it uses configuration settings created at design time within the package. If you want to override it, you can use \Configfile switch of dtexec for that. You can also set explicit values for
    properties using /SET switch
    http://technet.microsoft.com/en-us/library/ms162810(v=sql.105).aspx
    See this to understand how configs are applied in runtime
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    and this to understand behaviour difference in ssis 2008 
    http://technet.microsoft.com/en-us/library/bb500430(v=sql.105).aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • To configure alert for BPM scenario.

    Hi Experts
    I have one BPM scenario(Asyn-Syn-Asy).
    I have created one alert category for this and defined 3 alert rules:
    first rule from SAP to BPM
    second from BPM to 3rd party which is synchronous
    and third from BPM to SAP.
    But when i create faulty message by mapping error, alert is not triggered.
    Can anyone tell me where I m going wrong??
    And what additional configuration is required to trigger alert??
    Thanks
    Edited by: danishahmed on Jan 18, 2012 2:06 PM

    Hi Danish,
    Control Step is required to capture exceptions. If there is any error in main branch then Integration Process looks for alternate branch to execute which in this case should be Control step.
    This control step will throw alert which should already be defined in Alert Category of IR.
    Steps -
    1. Drag a BLOCK from tools pellete and assign to your main flow. Now this block will be having 2 branches.
      One branch will contain main flow and other will contain control step.
    2. Right Click on Block and Insert -> Exception Branch
    3. Drag and Drop CONTROL inside exception branch
    Now you can configure Alert as in above mentioned my EL Netweaver blog post.
    - Mandeep Virk

Maybe you are looking for

  • Why can't i scroll up and down in pages

    I have created a newsletter in pages.  All of a sudden I cannot scroll up or down to move between page 1 and 2 of my document.  The only way I can get to page 2 is if I zoom out to about 50%.  Then I cannot read the font.  So frustrating.  How do I f

  • Webdynpro Application not displaying mimes once deployed to Portal

    Dear Thomas, As per the reply to one of the threads with similar issue, we applied the SAP OSS Note No: 0001342713. It worked pretty fine once the Note was applied. Unfortunately, after some few operatonal hours, we could not see the images or mimes

  • Broadcasting settings scheduling

    Hi, I was asked by a user who is creating settings for a query in the BEx Broadcaster if there is a report/table or some other tool to check the scheduling that he has set up for the hundreds of settings that he has created or has yet to create, inst

  • Direct PDFExport can not convert file with Chinese content

    hi Experts, I am using direct pdfexpert with wcc11.1.1.7 on win7 64bit(Chinese version), after converting a word to pdf, I found the content in pdf is totally unreadable, I guess the charset of word is GBK, is there special configuration for this? Be

  • Upload local TRU file with GUI_UPLOAD in ECC6

    Hi all, i need to upload a file with no "CR/LF" characters in a migration project from 46C to ECC6 system in 46C, the FM WS_UPLOAD is working well :   CALL FUNCTION 'WS_UPLOAD'     EXPORTING   CODEPAGE                      = ' '     filename