Skillset for a BPM Consultant

Hey Guys,
Recently i have been reading lots of documents on SAP BPM. From what i can see, it seems like there are several different tools/technologies which all club together for efficient functioning of a BPM process.
We can develop UI in various tools; Java WebDynPro, Adobe Forms etc, we may have more tools in future to develop UI for BPM.
We can develop webservices in various tools; PI, MDM, NWDS etc, we also have other third-party tools which can develop webservices.
Having said that, what is the kind of skillset clients are looking from BPM consultants?
I believe it would not be possible for a consultant to know all the UI, webservice etc tools?
Do they really want a person to know webDynpro Java and BPM (along with other tools) or are there separate resources who handle these pieces?
It would be helpful if people who have done real-life BPM implementations can share their experiences on what kind of skill combination clients expect from a BPM Consultant.
Thanks
Saif

Hi Saif,
I think most importantly you need to understand the business process that the client wants you to work on , only then you can visualize the process and design it accordingly. From the technical side, I think you need to know Java/Web Dynpro, web services and in some cases AIF may be helpful. MDM is one from numerous scenarios which you can implement using BPM.
Hope it helps!!
Regards,
Arafat

Similar Messages

  • One or more required office component failed to complete successfully for more information, consult the setup log file. while uninstallation of sharepoint 2013

    One or more required office component failed to complete successfully for more information, consult the setup log file. while uninstallation of sharepoint 2013

    go to start > run > type %temp% > here check for latest file and provide us details in that log file
    If this helped you resolve your issue, please mark it Answered

  • New Logical System for every BPM in R3?

    Do I need to set up a new Logical System in my R3 system for every BPM in XI that sends IDOC to it?
    I need several BPM to split messages which I want to send to a R3 system. When I configure the scenario, the BMP is imported to the Configurator and the Adapter-Specific Identifiers need be added. A Logical System must be entered for the IDOC adapter. This Logcial System must be unique.
    Is it possible to have several BPM without setting up a logical system in R3 for each of them?

    Hi Elling,
    You can overwrite the logical system name in the receiver agreement. If you select a different system (from the SLD) as Sender Service, the IDOC will be send using the logical system name of this sender service.
    What we normally do is, set the sender service for a BPM to the original sender service.
    Regards,
    Christiaan Schaake

  • Synchronous start event for a BPM process??

    Hi,
    If I trigger a BPM Process from say a BSP Application(Shld be able to do this as all I need is a Service Interface (Start Event) related to the BPM), If for some reason the process fails to start -- Is there a way of  having a response that would let the triggering application know that the BPM process instantiation has failed...
    What I am trying to understand is :
    1)would the Service Interface for the BPM start Event, provide a response ?...??
    2)Is it possible to have some kind of logic implementation for this Service Interface(that starts a BPM Process) ??
    Eventhough there was a similar message in the forum, I wanted to have a clear picture ....
    A detailed reply would be highly appreciated ..Thanks !
    Best Regards,
    Arun

    Hi Arun,
    I guess you need to distinguish 2 to 3 cases here:
    In case you used a snychronous call in the service interface definition assigned to the process start event it will result in a SOAP fault, which says that the process started successfully. Reason for that is explained here: Starting a BPM Process - Where is the Service?
    Problems within your process would also not be reflected in the SOAP message (e.g. if there is some issue within the first step after the process has been started). I guess that is somehow obvious as the process has been started after all, but I wanted to state it anyways.
    Finally and that's possibly the most important point for you: If there are any problems during the instantiation and in the end no process has been started then this should be reflected in the SOAP result. If not I would consider it as an issue in the implementation and would like to ask you to open a ticket for it on http://service.sap.com/message
    More details could be found in the documentation:
    Starting a Process
    https://help.sap.com/saphelp_nwce711/helpdata/en/62/a6d7ac03994e0796c6b949c8952547/frameset.htm
    Creating Service Interface Definitions
    https://help.sap.com/saphelp_nwce711/helpdata/en/47/62632a3c304359e10000000a42189c/frameset.htm
    Hope that helps,
    Martin

  • PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio

    Here is the location of a step-by-step explanation on how to use PAPI Web Service (PAPI-WS) to create a work item instance and then run the instance inside an activity in a process running on Oracle BPM Studio.
    http://www.4shared.com/file/128256802/f20abc7a/PAPI-WS_for_Oracle_BPM_Studio.html
    Be sure to use the project that is in the zip file for this example.
    If you need an example of how to use PAPI-WS on Oracle BPM Enterprise, go to this thread: PAPI Web Service (PAPI-WS) Example for Oracle BPM Enterprise Standalone
    If you need a step-by-step example of how to use PAPI (the Java API) go to this thread: Creating a new work item instance in a process using PAPI
    Hope this helps,
    Dan

    Hi,
    Is there any sample code showing PAPI-WS with VS 2008? AFAIK, there is a sample using VS 2005 and WSE 3.0, but I'm interested in using VS 2008/WCF.
    Regards,

  • PAPI Web Service (PAPI-WS) Example for Oracle BPM Enterprise Standalone

    Here is the location of a step-by-step explanation on how to use PAPI Web Service (PAPI-WS) to create a work item instance and then run the instance inside an activity in a process running on Oracle BPM Enterprise Standalone.
    http://www.4shared.com/file/128249957/9bd6ef61/PAPI-WS_for_Oracle_BPM_Standalone.html
    Be sure to use the project that is in the zip file for this example.
    To see how to invoke PAPI-WS when using Oracle BPM Studio, go to this thread: PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
    If you need a step-by-step example of how to use PAPI (the Java API) go to this thread: Creating a new work item instance in a process using PAPI
    Hope this helps,
    Dan

    Dan,
    I tried in both studio and Standalone.
    From Studio :*
    1. The Url for the Webservice is (http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl). From studio by default port number was 8585.From this studio wsdl URL(http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl),I did n't see any wsdl text in the browser.
    From Standalone :*
    1. In BPM Admin Center, I have selected *"PAPI Web Services"* check box(Page 5 of your document).
    2. In The BPM Admin Center, I have clicked on *"Start BPM Web Applications"*.
    3. After Stand alone server started *"Launch PAPI WebServices Console"* link was enabled,And I clicked on that link.It opened a browser with URL (http://localhost:8686/papiws/PapiWebService)
    Oracle® BPM PAPI Web Services
    Service Name 'PapiWebService'
    Style: Document Literal Wrapped
    SSO Enabled: false
    WS-Security UsernameToken Profile Authentication Enabled: false
    HTTP Basic Authentication Enabled: true
    Preset Authentication Enabled: false
    MTOM Optimization for attachments Enabled*: false
    Endpoint: http://localhost:8686/papiws/PapiWebServiceEndpoint
    WSDL: http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl
    I have copied wsdl URL(http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl) and pasted it into a browser's URL field.I did n't see any wsdl text in the browser,but I see following error
    HTTP Status 404 - Servlet PapiWebServiceServlet is not available
    type Status report
    message Servlet PapiWebServiceServlet is not available
    description The requested resource (Servlet PapiWebServiceServlet is not available) is not available.
    Apache Tomcat/5.5.15
    Edited by: Prabhasankar on Dec 24, 2010 9:10 AM

  • Searching for a BPM scenario

    Hi
    I am searching for a BPM scenario which shows the need for BPM. I might use: JDBC, File, RFC and IDOC adapters.
    Could you quickly describe me a scenario making use of those adapters which also has a business use case in the background?
    That would be great !!!
    Thanks.
    Go:khan

    Hi Gokhan,
    Consider a Scenario with 2 senders and 1 receiver.the explanation is given below.
    The steps to be followed to have 2 senders and 1 receiver in your case, we need to follow the following steps:
    1) RFC from A will trigger the BPM.
    2) Receive step
    3) Send step (sync) to call RFC in B
    4) Transform step map response from B and A's data to C
    5) Send step send the output to C.
    Think these 2 blogs can help you to configure a BPM using RFC synchronous call.
    <a href="/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit">RFC Scenario using BPM  for Starters</a>
    <a href="https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken]">Usage of Sync-Async when both Sender and Receiver are Synchronous</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm">Defining Sync/Async Communication</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm">Step Types in BPM</a>
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.
    I hope I have answered your query.
    Regards,
    Abhy

  • In what situation i can go for the BPM process?

    hai pals,
         i wld like know in what kind of situation we will go for an BPM process for message transfer.
    with regards,
    rajesh.

    Hi Rajesh,
       BPM process is a very useful tool as the name suggest ccBPM when ever you want to model your soultion hitting different systems, Also helps in controling and  monitoring complex integration solution process.
        As it uses SAP workflow engine behind it is very effective in building complex soultion.
        some simple scenarios could be
         Wait for more than one input and start your integration process..
         Raising alerts, exceptions and so on...
    cheers,
    Vedavyas
    Message was edited by: Vedavyas Cuntheepuram

  • Need a solution for integration BPM and UCM 11.1.1.4?

    Hi all,
    Currently, I am using BPM & SOA 11.1.1.4.
    Could somebody advise me a solution for integration BPM and UCM ?
    I heard somebody said that need to wait to BPM 11G patch set 5 (11.1.1.6) version, which have basic BPM and UCM integration and haven't to using external API like RIDC or CIS.
    Thanks & Regards.
    Ming Nguyen.

    Do not use prebuilt binaries, but compile the package from source with the current libudev.
    sha256sums=(SKIP)
    source=("$pkgname::git+https://github.com/rogerwang/node-webkit.git#tag=nw-v$pkgver")
    to build it in the PKGBUILD, use nw-gyp i guess.
    Last edited by progandy (2013-06-21 22:54:36)

  • Technical Document for Oracle BPM 10gR3

    Hi everybody,
    Is there any technical document for oracle bpm 10gR3
    Thanks for your attention

    Hi,
    What do you mean by technical document???
    You can get the details of coding in studio and managing enterprise in 10.3 documnetation
    http://download.oracle.com/docs/cd/E1315401/bpm/docs65/index.html_
    HTH,
    Charan

  • Certification for oracle bpm 11g

    HI,
    can we have a certification for oracle BPM 11g. if possible, when can we expect that beta exam.
    regards
    ashok.v

    hi Dev,
    Thanks your information
    i knew that OMG provide certification for bpm namely OMG Certified Expert in BPM(OCEB), which is independent of all the bpm product including oracle ,sap and IBM. i wanted to know that oracle provides any certification for their new product Oracle BPM 11G like the cerification for oracle soa suite implementation.
    regards
    ashok.v

  • Any good book/training cds/dvds for oracle BPM studio developers

    Is there any good book/training cds/dvds for oracle BPM studio developers, where every topic is discussed very clearly along with step wise examples?
    Thanks & Regards
    Ashish

    You can also look at some of the sample projects. These contain example of how to handle many common problems in creating BPM projects.
    Here's a list of the projects:
    BPMUnitTestExample.exp
    Compensations.exp
    DashboardDrilldownInstanceData.exp
    ExceptionHandling.exp
    JSF-Screenflow_FoodDelivery.exp
    JSP-Screenflow_FoodDelivery.exp
    OrderFulfillment.ext
    ExpenseManagement.exp
    HROnboarding.exp
    CoorelationsExample.exp
    ExpenseReimbursment.exp
    These are contained in the <BPM_HOME>/samples directory.
    HTH,
    Mark

  • Configuration needed for SOA ,BPM,OSB,BAM

    HI,
    Could any one suggest best configuration System to run all SOA products parallayly as shown below..
    SOA ---? (eg.2GB RAM)
    BPM--?
    OSB---? (1GB)
    BAM---?
    Database ---? (ForMeta data repository)
    do we have 64 bit software for above..I could see only 32 bit version in Oracle download page?
    Thanks
    Sivakumar
    Edited by: siva p on Jun 23, 2012 12:11 PM

    Hi Siva,
    I have ran all the softwares on my system with 8GB but had issues running all of them at the same time. I would say, go with 16 GB (6-8 cores) system in DEV.
    SOA ---? (eg.2GB RAM)2GB for DEV
    BPM--?2GB for DEV
    OSB---? (1GB)2GB for DEV
    BAM---? 1GB for DEV
    Database ---? (ForMeta data repository)1GB for DEV (use XE database); you would require 2-3 GB if you want to run Oracle 11g DB
    do we have 64 bit software for above..I could see only 32 bit version in Oracle download page?All the softwares are available in 64 bit and you can download them here: http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
    Thanks
    Sivakumar
    Edited by: siva p on Jun 23, 2012 12:11 PMHope this helps!
    Cheers,
    NJ

  • Solution Manager for a Functional Consultant

    Hai Friends
    I am currently working as an SAP-MM consultant. I want to learn SOLMAN.
    My queries are
    Where can I get Study material for SOLMAN ?(apart from help.sap.com)
    How SOLMAN helps for a Functional Consultant in implementatin ?
    details regarding certification in SOLMAN ?
    Thanks
    Sukumaran.E

    Hello Sukumaran,
    There are certainly loads of resource which can help you to get fit for the topic.
    I will point out some of them for you:
    <b>Certification Program</b>
    <a href="http://service.sap.com/certification">http://service.sap.com/certification</a>
    SAP Consultant Certification -> SAP NetWeaver -> SAP Solution Manager 4.0 - Solution Manager Implementation Tools.
    This requires you to take the SMI310 as preparatory course which is the SAP Solution Manager course that goes through the intire range of implementation and configuration support provided by SAP Solution Manager.
    <b>RKT material</b>
    The ramp-up knowledge transfer material (RKT) consists of role-specific information on a variety of SAP Solution Manager topics.
    <a href="http://service.sap.com/rkt-solman">http://service.sap.com/rkt-solman</a>
    Concentrate on SAP Solution Manager 4.0 release and the product offerings for the Solution consultant role. Check the must know section and for a functional insight into the project functionality I'd recommend the tutor <i>SAP Solution Manager in an implementation project</i> and for a methodological insight the tutors on roadmap usage.
    <b>Additional information</b>
    Can be obtained via <u></u><a href="http://service.sap.com/solutionmanager">http://service.sap.com/solutionmanager</a>, check out the media libary and for some general questions the FAQ section.
    This should help you to get started. Good look for your upcoming taks!
    Best regards,
    Doreen

  • Role & responsibilities for SD functional consultant

    Hi
    friends,
    iam sravan,
    applying 2+yrs of exp as a sd functional consultant.
    i want to put 10 months of exp for impementation and rest of the
    yrs putting as a support. is it ok, otherwise plez suggest me.
    can u tell me the role and responsibilities for implemetation
    and support, bcoz iam putting two projects so i have to put
    role & responsibilities both are should be different.
    plez send me as soon as possible...................

    Hi Sravan,
    Types of Consultants:
    The most common question being asked in interviews is ' What are your roles and responsibilities?'.
    Before answering the above question, let me explain the difference between Functional consultant and
    Technical consultant.
    Roles and responsibilities differ from functional consultant to Technical consultant.
    <b>Functional Consultant:</b>
    Functional consultants are responsible for designing the SAP implementation solution based on the
    requirements of your company.
    Functional consultants are business process experts.
    Functional consultants normally use their process knowledge to calculate the impact of the SAP
    implementation on the company's processes.
    Functional consultants are thus concerned with SAP functions and processes that will generate the data
    and output for business.
    Functional consultants interact with end users of the company to gather requirements and based on the
    requirements they customize the SAP implementation.
    <b>Technical Consultant:</b>
    Technical consultants are experts in information technology.
    Technical consultants normally assist in configuration of the SAP R3 installation. In many SAP
    implementations, technical consultants help in designing interfaces and customizations in R3. Finally, the
    SAP R3 technical consultants would be responsible for migration of data from the legacy system to the new
    SAP ERP implementation.
    Here i will discuss major roles and responsibilities of a technical consultant:
    1) Designing technical specification by looking at the functinal specification you have recieved.
    Usually senior developers having 3 years or more than 3 years of experience involves in preparing technical
    specifications.
    2) Developing objects using ABAP workbench tools. That may be a report program or an on-line program or a
    custom table.
    Remember the development work starts after the technical specification is approved by your team leader.
    3) Preparing the Unit test case document.
    In unit test case document, we document the results and test cases performed on the developed object.
    4) Peer Review
    if you are a senior developer you can perform peer review. I.e review the code written by your peers.
    5) Working on Problem Tickets
    If you are working in a support project, you should solve the tickets assigned to you. Tickets are nothing but
    the problems occured in production environment.
    The above mentioned are the major roles and responsibilities for a technical consultant
    *HOpe it Helps,
    *Reward Points,

Maybe you are looking for