Single Workflow to trigger from multiple business objects

Can a single workflow be triggered for multiple business objects. We already have a workflow which triggers when there is error in the document. Can we use same workflow for other objects (Opportunity, lead etc..) or do we have to create separate workflows for each objects?

Yes you check.Check the business object by passing test data in the function module.
check with import and export parameters and check with the business object with the transaction
after testing of business object check the status at transaction swel for event trace.
Multiple Events & Triggering of Workflow
Thanks,
AMS

Similar Messages

  • Best practice for linking fields from multiple entity objects

    I am currently transitioning from PHP to ADF. I'm looking for the best practice for linking data from multiple entity objects.
    Example:
    EO 'REQUESTS' has fields: req_id, name, dt, his_stat_id, her_stat_id
    EO 'STATUSES' has fields: stat_id, short_txt_descr
    'REQUESTS' is linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.his_status_id
    'REQUESTS' is also linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.her_status_id
    REQUESTS.his_status_id is independent of REQUESTS.her_status_id
    When I create a VO for REQUESTS, I want to display: REQUESTS.name, REQUESTS.dt, STATUSES.short_txt_descr (for his_stat_id), STATUS.short_txt_descr (for her_stat_id)
    What is the best practice for accomplishing this? It appears I could do it a few different ways:
    1. Create the REQUESTS VO with a LOV for his_stat_id and her_stat_id
    2. Create the REQUESTS VO with the join to STATUSES performed within the query for the VO. This would require joining on the STATUSES EO twice (his_stat_id, her_stat_id)
    3. I just started reading about View Links - would that somehow do what I'm looking for?
    I also need to be able to update his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr from a dropdown.
    Any suggestions on how to approach such a stupidly simple task?
    Using jDeveloper 11.1.2.2.0 if that makes a difference in the solution.
    Thanks ahead of time,
    CJ

    CJ,
    I vote for solution 1 as it's just your use case. As you said you what to update the his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr by a drop down. This is exactly the LOV solution.
    ViewLinks are used fro master detail navigation (which you don't do here) and Joining the data make it difficult to update (and you still need a LOV for the drop down box.
    Timo

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts,
    I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party).
    1) Is it possible to create custom object web service and used in external system ?
    2) When we create the Web service from custom business object what the necessary steps(action : Create , Read , Update) require?
    3) Sample Scenario :
    My Custom Business Object
    businessobject Custom_Integration {
      element EP_VAL1 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element EP_VAL2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element IP_RES : LANGUAGEINDEPENDENT_MEDIUM_Text;
    I have created the Web Service using this custom business object.
    3) How i can use this web service in external system? what are the prerequisite steps in external system to consume this service in it?
    Please anyone have idea about this how to do this and how to achieve this using SDK and custom business object.
    Many Thanks
    Mithun

    Hello Mithun,
    Does this section in the documentation help you:
    SAP Cloud Applications Studio Help -> Developers Desktop -> Web Services
    The entry "Task -> Create a Web Service" describes how to create a Web Service on your own BO
    The entry "Task -> Test a Web Service" helps you how you can use it in a foreign tool / application.
    HTH,
       Horst

  • How to save the instance in standard lead from custom business object

    Hi Experts,
              I am unable to save the instance(Record) in standard Lead business object from custom business object.
    Steps:
    created one custom business object with mandatory fields for creating instance in standard lead.
    in quick create screen i bind  data elements to standard lead business object elements.
    issue:
    when i click on preview i am getting exception as Arguments not found
    can you please tell me that How to save the instance in standard lead from custom business object with step by step .

    Hi Vijay,
    Please refer this link under that mentioned that how to create lead using ABSL code
    Web 2 Lead in SAP Cloud for Customer, step by step - Part 1 - myCloudDoor myCloudDoor
    Under the "Action-CreateLead.absl" mentioned how to create lead
    the above link for convert web 2 lead functionality and under they create lead using web data from ABSL code.
    Regards,
    Mithun

  • How do I create a single image using PSE12 from multiple originals where each original is still separate?

    How do I create a single image using PSE12 from multiple originals in which the originals are still separate (i.e. side by side or arranged in a square)? I could do this in PSE2, but can't find how to get PSE12 to do it.
    Grecophile55

    In PSE2 there was a single photo-merge. I browsed all my images and I could then click and drag each to its new position before saving. There doesn’t seem to be a similar facility in PSE12.

  • Calling methods from the Business Object BUS2032

    Hi all,
    Is it possible to call methods from the Business Object BUS2032.
    If so, how can it be done??
    Regards,

    Hi Marv,
    you sure can. Here is an extract from the SAP Help. I found it at http://help.sap.com/saphelp_46c/helpdata/en/c5/e4ad71453d11d189430000e829fbbd/frameset.htm
    <b>Programmed Method Call</b>
    Call (fictitious) method Print of object type VBAK (sales document). The method receives the parameters Paperformat and Printertype as input.
    * Call method Print of object type VBAK
    * Data declarations
    DATA: VBAK_REF TYPE SWC_OBJECT.
    SWC_CONTAINER CONTAINER.
    * Create object reference to sales document
    SWC_CREATE_OBJECT VBAK_REF 'VBAK' <KeySalesDoc>
    * Fill input parameters
    SWC_CREATE_CONTAINER CONTAINER.
    SWC_SET_ELEMENT CONTAINER 'Paperformat' 'A4'.
    SWC_SET_ELEMENT CONTAINER 'Printertype' 'Lineprinter'.
    * Call Print method
    SWC_CALL_METHOD VBAK_REF 'Print' CONTAINER.
    * Error handling
    IF SY-SUBRC NE 0.
    ENDIF.
    Cheers
    Graham

  • POWL accessing data from multiple tables/objects

    Hello,
    I have a query on the POWL applications.
    If the powl application has to access data from multiple tables/objects, then the solution would be creating a data structure of those tables/objects and referring to that structure in GET_OBJECT_DEF methods.
    Is there any other soln? or I am right here?
    The queries which are saved for a particular user are transportable? if not, how can they be made transportable?
    Thanks & regards,
    Ravish

    you are right, you can do in get_objects method.
    POWL_QUERIES are transportab;e, you can save them in POWL_QUERY transaction.
    Best regards,
    Rohit
    http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL

  • Single Debit Memo Request from Multiple orders - RRB

    Hi,
    I am wondering if it is possible to get Single Debit memo request from multiple Service orders after running DP90/DP97?

    Hello
    It is not possible Single Debit memo request from multiple Service orders after running DP90/DP97 in STD SAP.Even Z development will not possible for this.If even some how Z development possible.You will face billing process inconsistency.
    Br
    Rakesh

  • How to create XML string from BPM Business Object?

    Hello,
    I have a business object in my BPM project and I need to transform it in a XML string:
    From:
    Business Object: Customer
    Properties:          Name, Age
    To:
    "<Customer><Name>Robert</Name><Age>17</Age></Customer>"
    How can I do this?
    Thanks.

    Hello,
    I have a business object in my BPM project and I need to transform it in a XML string:
    From:
    Business Object: Customer
    Properties:          Name, Age
    To:
    "<Customer><Name>Robert</Name><Age>17</Age></Customer>"
    How can I do this?
    Thanks.

  • Display of messages from R3 Business Objects in Web Dynpro

    Hi,
    Please let me know how to display the messages that are given by the R3 Business Objects(BOs) in the WebDynpro view.
    Example : Suppose I save a record using the GCP APIs and need to display the message "Save successful/save aborted due to...." given by BO in the view.
    Awaiting your kind response.
    Regards,
    Mahesh

    Hi Anil,
    The method you suggested displays the string that I enter in my code (man.reportsuccess"...").
    But what I want is to just display the text that I get from the backend and not the string I write in code.
    The question is...how to access this backend BO messages??
    Regards,
    Mahesh

  • Can we create a Web Service from a Business Object??

    Hello All,
    Has anyone created a Web Service using a Business Object?
    When I am trying to create a Web Service in TM box, I can see that couple of options like Business Objects, Process Agents are disabled and rest like Consumer Group, Service Provider are enabled. Any idea why this is happening. Is this related to some configuration setting.
    Regards,
    Abhishek

    please elaborate in which environment or case you are creating Web Service from Business Object.As per my understanding we generally create web service through Wizard.
    Thanks
    Snehasish

  • Copy reports from one business objects server to another

    How do I copy all the reports published in my production BO server to my test server. I did this once but can not remember. Is it the import wizzard?

    yes you can use the import wizard to export your reports from one server to another server
    just open the import wizard, connect to your source server, choose object types you want to export (folders, reports, users,,,,etc),,, then choose the objects itself, then connect to the destination server, and the import wizard will guide you through this process.
    good luck

  • Singles sales order shipping from  multiple plants in different lega entiti

    We are a global Mfg and distributor of scientific instruments. Due to the complexity and delicate nature of these instruments we may need to ship product from as many a three different shipping points / plants that are each owned by a different legal entity.
    Does SCM have any functionality to automate the co-ordination of the multi-plant shipment so that all the product can be shipped to arrive at the customer site at the same time ?

    Hi,
    How do you plan to make the order entries? What is the criteria to ship the product from different plants?
    Please clarify if you're talking about the same product being shipped from different plants or different products shipped from different plants? I can think of two scenarios because of  some ambibuity in your posting.
    1. Same product from different plants: If this is case, How do you plan to decide to split the order quantities  to be shipped from different plants into multiple lines in the sales order?
    2. Different products from different plants based on some criteria: If this is the case, I understand you will enter multiple order lines.
    In both the cases, there is something called 'Delivery groups' in ECC that is attached to Correlation Profiles in SCM GATP (though delivery groups can be used in ECC stand alone) which will make sure that all the items within the same delivery group have the same delivery date, ultimate delivery date will be the latest delivery date of all the items.
    Hope this is what you're looking for. If not, elaborate your requirement to help you better.
    Regards
    Mohan

  • Search spec not working for Multiple Business Object in Siebel

    Hi,
    In Siebel Applicaiton Specified Search spec in Administration - BI Reports->Standard Templates-> integtion Object. the Specified Search spec is not returning particular record. It's seems returning all records. below we are using search spec as [Row Id] = [Quote.BillingaccountId].
    for testing purpose specified how code value : [Row Id]='1-wXR8'(some BillingaccountId in our application from Quote Object).
    Does anybody worked on Searchspec for MultipleBusienssObjects and is the search spec syntax is correct.
    Thanks
    -Chakri

    Hi Ravi..
    thanks for replay. with SR you provided getting no search results. If you have already can you please email me at [email protected]
    And also mention format as IO1.Field1=IO2.Field2. Need to give IO.fieldname i.e Integration Object Name .Field name or IC.Fieldname.. Can you please correct.
    Thanks
    -Chakri

  • Workflow for Posting from Multiple Locations

    Workflow from work and home:
    Does anyone have a preferred workflow to suggest for me. I do most webwork from the workplace but also need to do some postings remotely from my home computer (I have DW on both). Is it useful (or possible) to maintain two local sites, one at work and one at home? Or should I just pull down the files needed to do postings from home (and later getting/downloading the updated pages from the remote site at work)?
    Web version of DW on the horizon?
    On another, but relevant topic, is there any future prospect of a web version of Dreamweaver that a user could log into? This would simplify remote postings when working on computers where DW is not available. If this subscription service were available it would be very useful.
    Many thanks for any suggestions.

    DL Palmer wrote:
    Workflow from work and home:
    Does anyone have a preferred workflow to suggest for me. I do most webwork from the workplace but also need to do some postings remotely from my home computer (I have DW on both). Is it useful (or possible) to maintain two local sites, one at work and one at home?
    That's how I have worked for several years. Full copy of site at home and work. Check out files, edit then check back in. Enabling Check In/Check Out in DW is important for version control.
    DL Palmer wrote:
    Web version of DW on the horizon?
    On another, but relevant topic, is there any future prospect of a web version of Dreamweaver that a user could log into? This would simplify remote postings when working on computers where DW is not available. If this subscription service were available it would be very useful.
    No-one here can answer that with any accuracy. Only Adobe and its testers who are bound to Non-Disclosure Agreements.
    If DW is not available, there are other options including Adobe ICE:
    http://www.adobe.com/products/incontextediting/ (free preview, soon to be a subscription service: preview is US-only at present for whatever reason)
    and simple browser based Content Management Systems (CMS) such as
    http://www.cushycms.com/ (free)
    http://grabaperch.com/ (commercial)
    http://www.contentseed.com/ (commercial)
    and others.

Maybe you are looking for

  • Connecting a wireless nanny cam to iMac - no RCA connection

    I have just migrated from the PC to Mac world. I have a wireless nanny cam that I use to record to my PC (like a DVR) by installing in my PC a DVR/PCI card that has RCA input jacks. A receiver would connect into the RCA jacks and thus receive the wir

  • Hello I want to know why am I hAving trouble logging on to craigslist

    Hello I wanted to know why am having trouble logging on to craigslist

  • Problem in creating party relationship

    Hi, Pls find the below code which throws error in creating party relationship p_relationship_rec.subject_id := 35413; p_relationship_rec.subject_type := 'ORGANIZATION'; p_relationship_rec.subject_table_name := 'HZ_PARTIES'; p_relationship_rec.object_

  • Creating a weblogic.jar file?

    I am looking to minimize my client size java app, which makes use of EJBs. I am using the verboseToZip utility that is described at: http://www.weblogic.com/docs51/techdeploy/verbosetozip.html It has reduced the size of the jar from 35MB to about 700

  • Grey start up screen with clock countdown but no start up?

    my less than a week old 2.2GHZ SR MBP seemed to be perfect but i keep getting the following problem. the computer hangs at the grey screen that has the apple logo and refuses to start up properly, the counter thingy spins but the machine refuses to s