Regarding cc bpm

hi,
i have question regarding cc-bpm,,,
as far as i know,, at EP side, make to trigger to XI,
XI can call workflow,,
my question,  XI can hold workflow which perform several activity step until complete of it's job?
for example,
at EP side, create sales order and then send data to xi ,,, xi call workflow,,, workflow call transaction code for creation sales order screen and then user receive an mail contains linked-url,,
1. question, 
users need to see mail at EP side in order to follow their own job list,
so after XI call workflow, how can i pass transaction code for creation sales order to EP side ?
2. Question
XI can hold workflow which perform several activity step until complete of it's job?
does anyone explain regarding BPM forcusing on XI in the rough?
thanks
ogawa

Hi Ogawa,
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] [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
<b>ccBPM is implemented as workflow internally on the abap stack.Each ccBPM instance is assigned to a workflow task.you use all sw* transactions for any problems in ccBPM.</b>
I hope it helps....
Regards,
Abhy
Message was edited by: Abhy Thomas

Similar Messages

  • Regarding the BPM(Business Process Mgt)

    Hi everyone,
    i am new to this SAP-PI, I'm unaware of few concepts can anyone suggest me abt BPM  what is about? n its usage etc n its play role, since when i was attending the interview regarding the SAP. They asked me this question......

    This is not a right place to discuss about interview questions stuff.
    if you wnat to know ccBPM search in google/sdn.
    Regards,
    Raj

  • BPM flow sequence order

    Hi Experts,
    Async Scenario : SOAP -> Call Microsoft webservice -> Call BEA 2 webservices -> call ORACLE webservice -> call Microsoft webservice -> call XI webservice -> call Microsoft webservice
    Issue: When I execute the above scenario, the services are called many times as well as that was not in order. I would like to call the service only once as well as it should be in the above order. How to do it with BPM?
    Please help me out.
    Thanks & Regards
    Sara

    Use BPM pattern BpmPatternSerializeOneTrigger
    http://help.sap.com/saphelp_nw04/helpdata/en/77/0737133012b24b9d0a12c6df2b1054/frameset.htm
    Regards,
    Prateek

  • Role in bpm when the role is dynamic (manager of the user)

    Hi,
    Regarding the bpm I face a case as below:
    I have a bpm which in one of its step a human task would be generated for the Manager of the user that initiate this process.
    Assume that I kept the username of the initiator on one of my variable how can I set the user's manager role?
    as in the bpm I just can set the role and in the mapping of bpm role to LDAP role I can not use the xpath or dynamic thin I can just can select the LDAP user or group.
    Thanks

    Try this:
    Go to the "XXX.task" file of your user screen, you can find it in the structure tree on the left panel inside the "SOA Content" directory of your main project.
    You will see a serie of tabs in the left side of the new window. Go to "Assignment".
    There you will see a default.DefaultPerformer inside a box. Click on it and the on the pencil icon to edit it.
    In the new window you can add the participants using the "by name" or the "by expression" option. If you have the username stored in a variable, you can use it here to dynamically assign the task.
    Hope this helps.
    Let me know if this doesnt work.

  • BPM - Message Interface

    Hello all,
    I have some doubts about Messages Interface used in BPM.
    BPM just used Abstract Message Interfaces, but to expose the Interface to sender aplication, XI need the same Message Interfaces that is declared abstract but no abstract.
    My question is how the Business Process Engine that the Outbound Message Interface, that my application is using, is the Abstract Interface that activate my Integration Process???
    Regards,
    Luiz

    Hi
    BPM can process only through abstract interfaces.
    Those abstract interfaces attached to a receive step in BPM(Receive step is a mandatory step to start the integration process) are automatically assigned as inbound interfaces with respect to BPM and will be outbound interfaces with respect to sender side and similarly in the receiver side.
    I didnt get your question properly.hope i am giving the answer you needed.
    Thanks and Regards,
    Vineetha

  • BPM: write to DB, BPM error, rollback of stored data in database possible??

    hello together,
    i will have following problem:
    i will send information from outside through XI over BPM and RFC to a SAP r/3 system. if the bpm process has an error after the storing information into the database all changes in the database have to be make undo. but how can i do this? how can i handle a rollback in the database regarding to BPM?
    thanks a lot
    alex

    Hi Sravya,
    it is not a specified error. i just want to know how to handle an error or exception if data are stored in a database (rollback and so on).
    the next question i have: when a bpm will be stopped by an exception handling or an error and i have the possibility to restart it (haven't i??) at which point of the bpm the restart will begin? at the point of error or at the start point of the bpm??
    thanks a lot
    alex

  • Oracle BPM 11g Certification

    Know this is a repeat of an already answered question regarding Oracle BPM 11g Certification (certification for oracle BPM 11G but would like to see if there might be an update on when this might be available.
    Thanks,
    Dan
    Edited by: Daniel Atwood on Jan 3, 2011 7:55 AM

    Under the BPM Suite of products, we have a certification for Oracle Webcenter 11g. You can find more info on our website at: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=389
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • BPM certification questions

    Hi friends,
    I taking up XI Certification this week.
    Could anyone pls send me sample questions in BPM and other areas or XI.
    I am reading thru the certification material. If you can advice me tricks in exam it would be wonderful.
    Regards,
    Jeff

    Hi,
    BPM part is extremaly easy. Certification materials are enough. Just read about general concepts and all blocks.
    Regards,
    Wojciech

  • When BPM?

    In which case we can go with BPM,as bpm will effect performance. I mean as merge, split, alert configuration we can do without BPM using advanced SERVICE PACK. So Is there anything  missing which advanced SERVICE PACK doesnt support and for that BPM is must.
    Regards,
    Suresh.

    Suresh,
    First thing N:1 (Merging)  is not possible without BPM. As you said splitting/Alert we can do without BPM too.
    Regarding ServicePacks - BPM, I can think of the following.
    Till SP18(04)  and SPS09(04s)  - Asynch -Synch-Asynch Scenario not possible without BPM. Example File RFC File. From SP19 & SPS10 onwards module parameters came into picture where we can avoid BPM.
    Till SP12 and SPS04(Rampup) - Multimapping 1:N is not possible without BPM. From SP13 and SPS05 We can use Multimapping at Adapter Engine level, without use of BPM.
    I hope it helps!
    raj.

  • BPM suite or studio

    Hi
    I am a bit confused.
    Whats the difference between BPM studio and Enterprise edition. I am downloading the Studio.
    When we say BPM SUITE does it mean studio or do i need to download something else besides studio.
    The datasheet is very hopeless is this regard.
    whats BPM SUIT?
    Does it conatin BPM Studio?
    Does the Studio contain BPM SUITE along with the designer?
    then what is OraceBPM Enterprise?
    I am confused with these downloads.
    i will really appreciate if some one can answer this.
    thanks
    sarm

    The Oracle BPM Suite has two main products, Studio which is the IDE that you use in the development phase and Enterprise that is the platform where you deploy the projects build in Studio.
    Studio also contains an engine and other tools like workspace to be able to develop without having to deploy always to Enterprise but does not mean that you can substitute Enterprise with Studio.
    I think there are other threads in this forum that explains in detail for what is used each component of the suite but this I think is a good startup.
    HTH
    Rubén Vidaurre

  • Difference between ccBPM and Netweaver CE BPM?

    Hi All,
    Can someone please detail on the difference between ccBPM and netweaver CE BPM.
    Also, on what basis one decide's which one to use and when?
    Regards,
    XIer

    Hi,
       BPM in PI is ccBPM i.e cross component BPM which is system centric... between cross systems ..if need will go for this..
    where as BPM in netweaver CE is User centric.if needed will be exposed to user ..and will be based on the user decision steps..
    and i dont think it can used between cross systems...
    HTH
    Rajesh

  • Restart a process or message in SXMB_MONI with status "Cancelled Manually"

    SDN Crew,
    This is query regarding the BPM process.
    I have cancelled a process in MONI manually, Now i want to restart the process...
    If i try to restart the process, it throws an error "only messages with error could be restarted and messages already processed or cancelled could not be resatarted".
    How to solve the issue?
    and also i want to restart the process because though i set the Poll interval in the Send Comm Channel as 60 sec,  it processed only one message and that to in error(which i cancelled manually) no furthur processing is done i mean if u check for processed messages only one message is shown but it has to show similar error messages for every 60 sec?
    i am new to BPM so could someone tell lme if i am doin gsomewhere wrong?

    hi,
    its posible,
    take a look of this blog
    /people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages
    Thanks
    Rodrigo
    ps:reward points if useful

  • Question about multiple audio tracks

    Hello,
    I see that imovie has only 2 audio tracks available when creating a movie. I need more than two since I will be working with a voiceover track, a soundtrack and at least one background/environment track all at one time. I won't be able to use the sound recorded with the video so that "track" is not an option.
    My question is; Am I out of luck here and need to spend the 1K for studio pro to add more multiple audio tracks?
    Also, I tried working with garageband but since all of my audio tracks import in at a minimum of 40 beats per minute, the voiceovers are all sped up and sound chipmunky.
    Thanks for any help!

    Well I didn't mean to irritate you...LOL And yes, I realize that this is the iM 6 forum but the gist of my question was related to multiple audio tracks in iM and thought I would ask about it in the forum pertaining to the latest release.
    I had already posted a question in the GB forum regarding the bpm problem and found no answers so I was pretty much about to shelve that idea and forgo the whole garageband thing; this without knowing about the new "swap" features. I just updated to iM 6 yesterday.
    As far as the "on-tape" raw audios: I was working on my movie in iM4. I wanted to add more audio bits but I don't have a proper mic for my G5 so I recorded the audio bits on dv8 tape through my camcorder. I imported the video (the image was the inside of my lens cap!), extracted the audio, took those audio files and imported them into GarageBand. That's when I noticed the bpm problem.
    I'm sorry about the lack of info I originally gave but like I said, I had pretty much gave up on the idea of using GarageBand. I'm pretty new at this and I'm trying to decide what I need in terms of software to get what I want out of my movie. I'd be willing to pay for FCxp but still looking into whether I need to do just that or whether I can get by by using imovie and now it looks like GarageBand too.
    ah, thanks for that
    what irritates me, Prince wrote:
    The audio tracks were voiceovers that came from my
    dv8tape, imported into imovie4.
    ... ehm, but this is the iM 6(six) section, as said,
    iM 6 allows now "swapping" files with GB3... (I'm way
    back in the 90ies.... see my specs... )
    so, video is in some iM, and he wants to use the
    actual "on-tape" raw audios...
    I thnik we need a little more detail...

  • Verify that a task has an attachment before complete it

    Hello,
    I want to verify (java code) that a task has an attachment. The example is that a user can't complete the task until he has uploaded a file to it.
    I'm searching for java code or something about BPM APIs but I still can't find information.
    Thanks & Regards
    SU

    Hi,
    BPM API would be available starting 7.3 and currently the attachments functionality does not provide a way to extract/ceck the attachments in any way. Also the attachments are lost once the process is completed.
    You may go for the custom (WDP) development for uploading and downloading files in a task.
    Cheers,
    Arafat

  • Regarding Future WLI Products, BPM and diiference with Aqualogic

    Regarding Integration and BPM products from BEA I have the following queries:
    1) What is the next major release for Weblogic Integration product and what Enhancements will be there?
    2) Which BEA product is going to have Business Process Management (BPM) functionality supporting BPEL Server and BPEL designers?
    3) How BEA differentiates the BEA AquaLogic from BEA Weblogic Integration?
    regards,
    neeraj
    ?:|

    I found some more information here:
    Workflow in SAP NetWeaver
    I still look forward to more insight as to when to choose BPM and workflow!

Maybe you are looking for