Technical help in SAP BPM

Hello folks,
i am trying add WDJ UI component to a task for human activity. But not able to find the Interface controller.
There's no simple type attribute and boundary events are also created.
kindly help.
Regards,
Gazala

Just add the interface controller and the corresponding context attributes to the public part.
Refer this link for further assistance:
Preparing WDJ for BPM Consumption
For generalised form, refer this:
Consuming User Interfaces in Processes
For step-by-step migration guide, refer this:
Migrating WDJ DCs from 7.0 to 7.31

Similar Messages

  • Course WUS581 - Technical Details of SAP CRM Web UI

    I had the opportunity to attend 'WUS581 - Technical Details of SAP CRM Web UI' last month in Atlanta.  I understand it to have been the first time the course was offered in the US. 
    The course was great - here's a link to the official [description|https://training.sap.com/ca/en/course/wus581-wus581-tech-details-of-sap-crm-web-ui-classroom-095-us-en/] . I believe this was an adaptation of the material from the Deep Dive Series. I have to say, that it was pretty fast paced as well - you really need to keep up as much of the material built upon what was already taught. 
    The materials from the class are invaluable.  The labs were well done, and offered detailed solutions.  The labs were numerous, appropriate, and clean.  Most of the twenty exercises were cumulative.  I have since gone back to review some of the concepts, and the material stands well even outside of the classroom.
    This course has given me a much better understanding of the bigger picture.  While I have not come from a CRM or BSP background, I have been working with webUI on a CRM 7.0 based SAP Custom Development Solution, [Fund Raising Management|http://www.sap.com/services/portfolio/customdev/brochures/index.epx] for about half a year.  So, I had at least been exposed to the workbench and some concepts over the previous six months.  This course really helped me tie some things together.
    I just wanted to share my experience with the group...
    ...Mike

    Mike,
    I'm curious to find out how did you find out that the course you took was scheduled. The reason why I'm asking is that I didn't even know that SAP even offered the course in the US, so I would have tried to attend myself if I found out about in advance.
    Glad to see you recommended the course.  There isn't going to be much CRM related technical content at SAP Teched in Las Vegas this year,  however there may be at least one session attending (wink-wink), that's not listed yet.  I would still recommend that CRM development folks still attend teched, because there is plenty of great technical content that we can use regardless.
    Take care,
    Stephen

  • Can we prioritise in SAP BPM

    In SAP BPM,  can we priotirize the process at runtime to hold one process and allow my critical process to run first and the other next.
    Thanks
    Prabhakar
    Edited by: VenkataPrabhakar Teegavarapu on Jul 19, 2011 12:09 PM

    Here is the API link:
    http://help.sap.com/saphelp_nw73/helpdata/en/24/6a325944854629adcfd73c2cc0fa60/frameset.htm
    But we can only read the current priority using the API, we cannot change the priority.
    TaskInstanceManager taskInstanceManager = BPMFactory.getTaskInstanceManager();
    Set<TaskAbstract> myTasks = taskInstanceManager.getMyTaskAbstracts(statuses);
    Priority taskPrio = myTasks.getPriority()
    Thanks
    Abhilash
    Edited by: Abhilash Gampa on Aug 2, 2011 10:52 AM

  • Notes and Attachment in SAP BPM

    Hi,
    In SAP BPM, the users that are completing a task can add some notes or attachment. These items will be visible by the other users who will execute the next tasks. However, when the process is complete, I'm not able via the SAP NWA to retrieve the attachment or view the notes that have been inputted during the execution of the process.
    Does somebody know how to view this information once the process is completed?
    Thanks
    Martin

    Hi Martin,
    You might have some access issues.
    In a nutshell:
    Prerequisites
    You have administrator rights for the portal content, that is, the content administrator portal role is assigned to you.
    Procedure
           1.      Log in your portal as a content administrator.
           2.      Choose the Content Administration tab page.
    The portal content catalogue is displayed.
           3.      In the portal content catalogue, choose Portal Content  ®  Content Provided by SAP ® End User Content ® Standard Portal Users ® Pages ® Universal Worklist ® Universal Worklist.
    Alternatively you can search for pcd:portal_content/com.sap.pct/every_user/general/pages/com.sap.km.pages/com.sap.netweaver.bc.uwl.uwl_page.
           4.      In the context menu of Process List Viewer, choose Open ® Related Links.
           5.      In the portal content catalogue, choose Portal Content ® Content Provided by SAP ® End User Content ® BPEM ® Pages ® Process List Viewer.
    Alternatively, you can search for pcd:portal_content/com.sap.pct/every_user/com.sap.bpem/com.sap.bpem.pages/com.sap.bpem.ProcessListViewer.
           6.      In the context menu of Process List Viewer, choose Open ® Related Links.
           7.      Confirm the Add Related Link dialog box with OK.
           8.      Save your settings.
    Next time when you open your universal worklist (Home ® Work), in the left hand panel under Related Links the Process List Viewer is displayed.
    Hope this helps,
    David

  • Integrate UIBB in SAP BPM Process

    Hi there,
    i'd like to integrate a Form UIBB into a SAP BPM Process.
    I created already a WD-Chip for the UIBB as described in: Creating a CHIP for a Single UIBB
    For the usage of the chip in BPM i need to create at least one inport ("WD ABAP Chip X-SAP-WDY-CHIP/Z_MYCHIP is not supported because it must have exactly one inport (list of inports: [])"). At the Inport Tab in the created WD-Chip i can only select Inport "Resume".
    As mentioned in FPM Chip Integration i implemented then the interface "IF_FPM_CHIP_FEEDER" in my feeder class of the Form-UIBB. I read that i have to implement method "IF_FPM_CHIP_FEEDER~CHIP_INIT" and add the inports dynamically.
    But my problems are: -1) The method never gets called?
                                        -2) BPM shows that i have to create at least one inport?
    Is it correct, that the integration of FPM Screens into BPM is currently not supported, as mentioned in: WD-FPM integration with BPM : View Idea?
    Do i have to create separate WDA(non FPM)-Screens  to get it into BPM?
    Hope you can help me out.
    Thanks and Best Regards,
    Michael

    Hi there,
    i'd like to integrate a Form UIBB into a SAP BPM Process.
    I created already a WD-Chip for the UIBB as described in: Creating a CHIP for a Single UIBB
    For the usage of the chip in BPM i need to create at least one inport ("WD ABAP Chip X-SAP-WDY-CHIP/Z_MYCHIP is not supported because it must have exactly one inport (list of inports: [])"). At the Inport Tab in the created WD-Chip i can only select Inport "Resume".
    As mentioned in FPM Chip Integration i implemented then the interface "IF_FPM_CHIP_FEEDER" in my feeder class of the Form-UIBB. I read that i have to implement method "IF_FPM_CHIP_FEEDER~CHIP_INIT" and add the inports dynamically.
    But my problems are: -1) The method never gets called?
                                        -2) BPM shows that i have to create at least one inport?
    Is it correct, that the integration of FPM Screens into BPM is currently not supported, as mentioned in: WD-FPM integration with BPM : View Idea?
    Do i have to create separate WDA(non FPM)-Screens  to get it into BPM?
    Hope you can help me out.
    Thanks and Best Regards,
    Michael

  • Adobe Forms and SAP BPM

    Dear All,
    Could you please tell me u201CCan adobe froms be used to initiliase a new process in SAP BPM 7.2 or 7.3?u201D
    If Yes, then are there any Blog/ information/White paper available on this >
    Regards,
    Harmony

    Harmony,
    A new BPM process instance could be triggered with the help of a web-service. So, all you need is to call the BPM process trigger web-service from a button UI element in your PDF form.
    Section II in the [doc|http://www.google.com/url?sa=t&source=web&cd=5&ved=0CEAQFjAE&url=https%3A%2F%2Fcw.sdn.sap.com%2Fcw%2Fservlet%2FJiveServlet%2Fdownload%2F38-51084%2Fsaptech_webservice.pdf&rct=j&q=adobe%20form%20call%20web%20service&ei=GN2OTfCQNoGgvgPO26y4DQ&usg=AFQjCNFbWPGUEbRupxluTuiLm26TlPelHg&sig2=Gupa0vYHQOyWP1XzqmvVxw&cad=rja] will provide you the relevant hints.
    Br,
    Bala

  • Can SAP BPM address progressive approvals?

    Hello,
    We are looking to build a mobile approvals app based on SAP ERP. The requirement is as follows.
    Amount < 100K - A approves
    100K < Amount < 1MN - A approves first and then B Approves (B reviews A's comments)
    1 MN < Amount < 10 MN - C approves after A and B successively approve (each one comemnts which can be seen by successive approvers).
    10MN <Amount  - D approves after A, B and C successively approve.
    I am considering SAP BPM as one of the possible workflow solutions and need to know if SAP BPM can address this requirement.
    Thanks in advance.

    Thanks Soujanya. A follow-up question regarding the same. Can we expose the BPM approval task as a web service so that the actual approval can be done on a mobile device (without the need for SUP or Gateway)? Someone mentioned about a RESTful service for the approval task. Any idea if it's can be done?
    Thanks for the help.

  • ARIS - SAP BPM Integration

    Hi Experts,
    I am new to SAP BPM and ARIS, and was wondering if anyone can help answer this.
    If processes are designed using ARIS, how would you import them in NWDS (BPM Process)?  Is this the right way to do it? What is the best practice regarding this?
    I know there is integration between ARIS and SolMan, but this is with SAP BPM.  Any help would be appreciated.
    Thanks,
    Rahim.

    From the wiki posted by Ann Rosenberg
    Link: [http://wiki.sdn.sap.com/wiki/display/ModHandbook/ProcessModelingNotations]
    It seems there is no way to import BPMN diagram from ARIS to NW BPM.  One will have to redraw the models.
    Rahim.

  • Need Help For Sap Insurance Presentation

    Dear Friends,
    I am a Technical person and i want to give a Presentation on 'SAP Insurance - Collection and Disbursements '.I have gone through Sap help for SAP Insurance but am not getting what should be my material for Presentation. Being A technical person not able to understand WHAT SHOULD BE THE CONTENTS OF PRESENTATION i:e should it be more of Technical or Functional.
    Please help me and Guide me for the Contents from a Functional Point of view, as i will be giving presentation to My Seniors.
    Thanks and Regards,
    Ashwini

    I do not understand presentation in terms of collection and disbursement you mean from the business side of things or will i say looking at it from a business analyst perspective. I have some info if you can send an email add then i will send something which might be helpful though i am not sure, I myself i am just moving into such area as a SAP Business Analyst for Claims managment though i have an insurance background of another ERP so i might be able to help.

  • Help deciding between BPM and Business Workflow

    Hi All,
    We are in the phase of deciding which tool to use for SAP Application systems from Workflow and Business Rules Engine Point of view.
    We recommended SAP Business Workflow + BRF+ for that.
    But SAP Business Workflow is not having monitoring UI as good as SAP BPM.
    So we are planning to propose the solution using SAP BPM instead of SAP Workflow.
    Our main requirement is HR Org structure data fetching and it is achievable with SAP BPM what I have studied so far.
    My question to the experts is whether SAP BPM can be integrated with SAP BRF+?
    Thanks in advance
    Message was edited by: Gareth Ryan - please don't use Urgent in your posts and try to use meaningful titles.

    Check out the following article, which provides a good overview of both solutions and gives guidance when to use what:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0bf9a3a-c607-2f10-3f82-cdeff15b7ce4?QuickLink=index&…
    The biggest difference (besides the underlying technology stack) is that by modeling processes in BPMN, business users gain transparency and become more involved in BPM projects, leading to better results.
    btw, SAP BPM is in the market for 5 years now and has more than one thousand productive customers.

  • Is there a phone # for technical help? Firefox contines to crash after relaoding several times!

    On July 16, 2011, at approx 8:30 p.m. Firefox crashed. I've tried reloading at least 10 times, I continue to get a "Bad Request" Tab as my home page! This has never happened before, but, it has taken up alot of my time and I cannot seem to get the right help. Is there a phone # for technical help?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • Creating a search help with SAP UI5 and js?

    Hello com,
    I am trying to create a search help, collecting data from a table.
    Is there something similar to the typical ABAP search help in SAP UI 5?
    ABAP:
    PARAMETERS: lv_alias TYPE dsh_alias MATCHCODE OBJECT dashboard_alias_f4,
    I found this in the Demo Kit:
    // create a simple SearchField
    var oSearch = new sap.ui.commons.SearchField("providerSearch", {
            searchProvider: new sap.ui.core.search.OpenSearchProvider({
                    suggestType: "json",
                    suggestUrl: "/demokit/suggest?q={searchTerms}",
                    icon: jQuery.sap.getModulePath("sap.ui.core", '/') + "mimes/logo/txtonly_16x16.ico"
            search: function(oEvent){
                    alert("Search triggered: " + oEvent.getParameter("query"));
    //attach it to some element in the page
    oSearch.placeAt("sample4");
    But how can i connect it with the specifiy data table?
    Thanks,
    Domenik

    Hi,
    you need to create OData service which will retrieve (search) the required information and then need to create UI5 application to consume it.
    you can refer this blog How to Implement Value Help (F4) with SAP UI5 which covers both parts.
    if you are having SP08 version of SAP Gateway then creating search help is very simple. refer my blog Creating OData service based on Search Help
    Regards,
    Chandra

  • Role of a technical consultant in SAP E-Recruiting

    Hi all,
    i would like to know the <b>role of a technical consultant in SAP E-Recruiting</b> Implementation.
    anyone with relevant experience and any little reliable knowledge please reply.
    Any also kindly suggest some documents where i can find the same information.
    Useful answers will be rewarded with points for sure...;-)
    thanks in advance...
    -Tejas

    Hi,
    Check out TBIT40 course material on TBIT40 - SAP NetWeaver Process Integration | SAP Training and Certification Shop and have a look at related courses
    The content of these courses should give you an overall impression of all tasks that could be performed by a development or technology consultant. Both roles are technical
    Kind regards
    Dimitri

  • SAP BPM

    I am working as a SQL SERVER developer.
    I want to continue my career as Business Analyst.
    When I was searching for some BPM (Business Process Management) materials, I came across this SAP BPM.
    Can someone give me a basic idea regarding this "What is this SAP BPM" ?
    Thanks a ton in advance

    Hi,
    Please search in SCNforum and you will get the basic information aout SAP BPM.
    Also check:
    http://www.sdn.sap.com/irj/bpx
    Do let me know in case of any specific query.
    Regards,
    Rakesh

  • Role of a Technical Consaltant in SAP PO

    Hi All,
    I do not have any Idea about SAP PO.  
    It will be great, If some one can tell me about the role of  a technical consultant in SAP PO.
    Thanking You All....!!!!!!!

    Hi,
    Check out TBIT40 course material on TBIT40 - SAP NetWeaver Process Integration | SAP Training and Certification Shop and have a look at related courses
    The content of these courses should give you an overall impression of all tasks that could be performed by a development or technology consultant. Both roles are technical
    Kind regards
    Dimitri

Maybe you are looking for

  • DC creation finished with some problems

    Hello, After finish the DC creation below message is getting DC Creation finished with some problems Reason: Some used DC's not avilable Locally, You Have to sync used DC's for the project. and when I open the view implementation many errors in the d

  • 64-Bit PHP on x86-Solaris 11.1

    Hi all, we have just set-up a x86-Solaris 11.1 based workgroup server which will be mainly used for web-based applications (like ownCloud, Moodle or openAtrium) at our university institute. As some of the members of our workgroup produce media (i.e.

  • Can I create iWeb hyperlinks from individual slides in slideshow?

    I have made a slideshow in iPhoto and dragged it onto my iWeb homepage.   I now want to make links between each individual slide and one of my pages.  Is this possible.  When I click the link icon in the inspector the slides on the slideshow will not

  • ODI - Set Based Transformations

    I'm a Business Intelligence SC and have a slide on ELT and ODI that highlights three reasons by performance is good. 1) Leverage Set-based transformations 2) Improved performance for loading, no network hop 3) Takes advantage of existing hardware I d

  • Surcharge for minimumorder value

    Hi Gurus, Q.) How can we levearage surcharge for minimum order value for a material or minimum order value of the orde? Reawards will be allocated, Thannx in advance