How to initiate a BPM process from Service actions

I need to start a BPM workflow process automatically whenever a document is checked in or imported into WCC, what's teh best way to do that please?

https://blogs.oracle.com/practicalbpm/entry/webcenter_content_ucm_bpm_integration
http://docs.oracle.com/cd/E21764_01/doc.1111/e16759/toc.htm

Similar Messages

  • How to start a BPM process from ERP system

    Hi,
    I created a process in Netweaver Developer Studio with the Process Composer in SAP CE 7.1 BPM, now I want to automatically start the process by saving a SAP document like purchase requisition or purchase order. Therefore I think about implementing a UserExit / Badi or something else.
    The following systems are available in my Landascape:
    - PI 7.1
    - ERP 2005
    - CE 7.1 EHP1 with ESR
    Does someone have an idea how to start the BPM Process or how to trigger start event?
    Greetings,
    Christian

    the process by saving a SAP document like purchase requisition or purchase order.
    Based on your business process, you will have to decide what data should be sent to other system. It could be in the form of Idoc trigger or an RFC calls. If there are non-SAP systems involved, you should be using PI 7.1 too. In that case, you can communicate using Abap proxy call too. For this you may either call an RFC internally in a report and schedule it.
    Regards,
    Prateek

  • How to trigger the BPM process from WD Application

    Hello All,
    I have a simple business process with two ui activities. I am able to start the process from NWA -> Process Repository.
    But, I need to start the process from the application. Here is the requirement:
    User opens the application. ON completion, the BPM process for approval needs to be triggered. How do i access/obtain process?
    If I need to call a particular task in process, How do i do that?
    Kindly assist.
    Thank you.
    Regards,
    Sharath

    if you want to know the whole story, please refer to the doc
    http://help.sap.com/saphelp_nwce72/helpdata/en/44/4d2bb1c6b00597e10000000a155369/frameset.htm
    the profile, provider system,endpoint。。。。。
    search this doc in sdn, it is a good example regarding the configuration.
    How to Use SOA Configuration to Call RFCs and Web Services from within SAP NetWeaver BPM
    hope those may help.

  • How to trigger BPM Process from SRM Portal

    Hello Experts,
    I'am new to BPM and NWDS 7.3 but experienced with Abap and NWDS 7.0 Development...
    Before posting, i have been through the forum and couldn't find exact answer to my case..
    Basicly what i need to do is to trigger BPM Processes on the BPM Server from SRM Portal Server, I'm aware that i can communicate between these servers with WSDL basicly but how am i going to call the BPM Process' Web Service from Standart SRM  Processes?
    These processes will be standart ones mostly and also i am new to SRM.
    Kindest Regards,

    SAP SRM 7.0 user interface is developed in WebDynpro and runs on NetWeaver Portal (Portal was optional component in earlier versions of SRM but it is mandatory component now). So in order to call BPM Webservice (i.e., to trigger a BPM Process) from NetWeaver Portal / SRM 7.0 you can do the following
    - Develop a custom application (using EJBs,etc) to call the BPM web service by creating a web service proxy client using NWDS and then deploying it on Portal Server.
    - Directly create a model in WebDynpro project by using the WSDL of BPM trigger webservice (using NWDS). You can then call the model in WD User Interface, which in turn will invoke the BPM web service and start the process.
    Hope this helps.

  • How to call BPM process from Java

    Hi All,
    Can anybody help how to call a BPMN process from java.Please give any sample exaple on this.
    Thanks,
    Ganesh

    For 11g BPM please look at this post. Re: Getting while running the BPEL process from java
    It references an ATeam example app that can start processes from a web client. But the Java APIs are described too.

  • Start BPM process from ABAP report. Need some investigations.

    Hi there!
    I have to start a BPM process from ABAP report. I found an article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d75b45-7fef-2b10-bc8e-c6012e0a9457?QuickLink=index&overridelayout=true and have done everything it describes but the process doesn't start.
    What I've done:
    1) Created a service proxy in SE80.
    2) Created a logical port in SOAMANAGER.
    3) Write a code to start a WebService in ABAP Report.
    But when I start a program nothing happens, no errors.
    What analysis I did:
    1) See logs and traces in SOAMANAGER - there is nothing appears after I start the report.
    2) Tried to test connection to my WebService in SM59 - the connection works, but it use a POST method instead of GET:
      Error: com.sap.engine.services.webservices.espbase.server.additions.wsa.WSAddressingException: com.sap.SOA.wsr.030104 - Expected request method POST. Found GET.
    But I think it is OK and from the report it use a right method.
    3) Tried to delete a logical port - the error of communication problem appears. So it means that all settings are right.
    4) No logs in NWA logs
    My thoughts - if there is not any errors and no result, it can be because the user authorization. E.g. it tried to start a process by a user who doesn't have SAP_BPM_SuperAdmin role. But I can't find a way how to check what really happens. So I want to ask for a help, colleagues:).

    Dear Kirill Zhuklinets,
    Can you share your solution as i am facing the same error while trying to consume BPM webservice from SRM ECC
    Error Message from SRM ECC :
    Exception occurred in communication framework:Error in HTTP Framework:405Method Not Allowed
    Log from BPM Web service
    Error: process()
    [EXCEPTION]
    com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException: com.sap.engine.services.webservices.espbase.server.additions.wsa.WSAddressingException: com.sap.SOA.wsr.030104 - Expected request method POST. Found GET.
    Please share your solution..
    Regards,
    Yasin

  • Invoking bpm process from outside

    Hi,
    Currently, i can invoke a BPM Process web service from the WS Navigator. The next step is, how can i invoke this service from outside? I'm using SOAP-UI and i download the wsdl file from the service registry.
    It seems, the wsdl is not in a standard form. Could someone share a light here?
    Thanks,
    Aries

    Hi Aries,
    Could you please elaborate on your use case? Did you publish your process exposed as a Web Service in the ESR?
    You mentioned that your wsdl is not standard conform. Can you please copy it in this thread?
    From a tool perspective, the process is exposed using the web service interface provided in the start event. If the exposed process is not standard conform, you could compare the wsdl provided to the Process Composer to the one dowloaded from the WS nagvigator and the one downloaded from ESR.
    Best regards,
    David

  • How to kill a BPM Process

    Hi Guys,
    I want to know how to kill a BPM process.
    any help would be appreciated
    Thanks,
    Srini

    Srini,
    Refer this -Re: How to stop infinite loop?
    raj.

  • How to debug a BPM process

    Like NetBeans how to debug a BPM process in Jdeveloper with breakpoint,step by step?

    As per Shay's inputs, can you post the question in BPM forums?
    Business Process Management Suite
    Thanks,
    Navaneeth

  • How to debug a BPM process In Jdeveloper10g or Jdeveloper11g

    Like NetBeans how to debug a BPM process in Jdeveloper with breakpoint,step by step?

    As per Shay's inputs, can you post the question in BPM forums?
    Business Process Management Suite
    Thanks,
    Navaneeth

  • How to start a GP process from a url within EP?

    I know how to start a GP process from the webdynpro url generated from the instantiation tab of a GP process.
    But if I use this url, the end-user will be prompted with a login screen to authenticate to the J2ee server because it's a webdynpro url and it doesn't recognized that the user is already logged in the Portal.
    How can i avoid this login screen or how can I get a Portal url that launch the GP process directly? Thanks, Andre

    Hi Austin,
    There is a strange problem when creating a web dynpro with the URL parameters. It web dynpro window pops up a new portal window in which the process is displayed. Rather, if I create a URL iView of the form http://<host>:port>/webdynpro/dispatcher/sap.com/cafeugpuiinst/AInstantiation?process.template.id=<...>&process.autostart=t it works fine!
    I'd like the web dynpro iView to work cause otherwise I'll have to add static sapcssurl parametes for the theme etc. which I want to avoid.
    Regards,
    Nirav

  • How to export deployed SOA process from 10.1.3.4 and to use in JDeveloper

    I have a situation where I need to export deployed SOA process from 10.1.3.4 in order to make some changes since the source code is not available. If I export process from BPEL console in 10.1.3.4, I cannot use that in JDeveloper. Will anyone suggest me how to export the deployed process from 10.1.3.4 and then to import in JDeveloper 10.1.3.4. thanks!
    Regards,
    Suneel Jakka

    As far as i remember, i think you have option to export the deployed project as .zip file.
    When you deploy using jdev / ant script, the compiled code will be exported as .jar file into the server and in the server context path, the .jar file will be extracted.
    When you export from the server, it will zip the extracted content from the context path.
    So you need to create a empty project with that name and manually copy paste the project folders into your jdeveloper work space, then compile.
    Hope this helps !!
    *7) Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.*
    Thanks,
    Vijay

  • How to differenciate purchase requsitions coming from services and others

    Hi,
       I would like to know how can i differenciate pr coming from services and pr coming from production.when i list the pr it is combining both.but i want the segregation of pr raised by services and others.any input...

    Hi,
    Are you able to differentiate the PR's by manually Checking them.
    If so how.Please mention the field
    Thanks & Regards
    Kishore

  • Invoke BPM process from java

    Hi,
    I am new to oracle BPM. I want to invoke the oracle bpm process from my Java API and want to use my screens (jsp) pages for taking user inputs. Is it possible with oracle bpm.
    Please help!!!!!!!!!!!!!!!!
    regards,
    Anurag
    Edited by: Anurag on Jul 6, 2009 9:24 PM

    Re: External task - prepare method - decode-encode

  • How do we test bpm process?

    HI all,
    How do we test bpm process?and plz lemme know more abt this
    regards
    kish

    Hi Kish,
    To have more concise understanding on BPM test check these files:
    Monitoring of Integration Processes:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ab3f538e-0d01-0010-07b7-802c90b67eec
    How To Monitor Integration Proce(ccBPM):
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb47159e169c
    Checklist: Making Correct Use of an Integration Process:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bf550d4-0201-0010-b2ae-8569d193124e
    Business Process Monitoring Set-up and User Guideline:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5433e4da-0b01-0010-b9a5-d61838eaebbc
    Hope this resolves all ur concerns.
    Regards,
    Subhasha Ranjan

Maybe you are looking for

  • Can an iMac render?

    I currently have a 4 year old iMac 27", only upgrade is the RAM (8GB). Last fall I started studying Digital Media (3D, VFX, Animation etc..) and I have had to study at home for a few months now. I don't do "insane" things yet, maybe compared to my fe

  • Xfx 8600 gts card

    I love my Mac Pro (2 X 2.8 Quad Core) but I like it even more when it "plays" both OS X and Vista Ultimate (64 bit). I have two video cards in it-one the ATi 2600Xt and an XFX 8600 GTS that I already had when I bought the Mac Pro. OS X will not boot

  • Portege R30-A-137 - Removing Windows 8 and installing Windows 7

    Hello, I have a Portege R30-A-137 notebook with Windows 8 installed and need to remove w8 and install Windows 7. According to documentation, computer has a preinstalled Windows 7 version, but i dont know howto install it. I only have windows 8 restor

  • Report Wizards... (reports 3.0)

    Hi guys, I have a problem with Reports 3.0. If i use the reports wizard and create a report and later if i make any changes to the query, the layout of my report getting changed to the default and whatever i have done earliar was lost including align

  • SAP Service Ticket: Use of due date and traffic light

    Presently our company is not doing much with the traffic light and due date when managing our tickets from the inbox.  If there is someone making use of these, I would like to know what are some your your Best Practices. Ideally we would like to use