Tracing usage o business object in workflow

hi
i have a BO ZBUS2031 and i want to find all the workflows using this bo and its components. how to find and trace the workflow?
thkx
Prabhu

Hi,
Try this..
go to the table HRS1201 and give the business object in the field SWOTP..
Now you will get list of tasks..
Then use the task and go to the transaction SWI11 and give the task to search for the tasks in the workflow..
Thanks
Naren

Similar Messages

  • Can we link two business objects  in workflow?

    Dear All,
    Can we link two business objects  in workflow?My problem is that I have to take a standard BO for triggering my z workflow .But later  in one step  I am using BO which is Z as I am calling a standard Sap transaction in one of the method inside Zobject.
    Please let me know how to go for it .
    Kind Regards,
    Anshu Kumar

    Hi Anshu,
    You can use the standard BO as the BO for your workflow and trigeger the workflow from its event. To pass values from the standard BO to the custom BO used in the activity step, you need to do proper binding between the std and custom BO in the activity step.
    Do proper binding between event -> workflow -> task container.
    For assistance on binding in workflows refer to the followng links:
    http://****************/Tutorials/Workflow/Workflow.htm
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    /people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i
    Hope this helps!
    Regards,
    Saumya

  • Urgent - How to create instance of Business Object in workflow at runtime

    Hi all,
       I have a requirement as follows...
    1) I have a Business Object ISUPOD in which the Key field is Pointof Delivery
    2) I am getting the value for Pointof Delivery in the step-2 of my workflow.
    3) Now I want to create a instance for the Business Object using this key field value in my Workflow at runtime and use the instance in the following steps.
    How can I do this ???
    Thanks,
    Sivagami

    Hi Ravi,
      Thanks for the solution...
      There is also a wizard that will generate an activity to do this. We have to just go to Wizards->Include "Create Object Reference" which will create the task  with the BO & Method referred by you.
    Thanks,
    Sivagami

  • Business object for workflow

    Hi Experts,
    I am facing a proble to create a workflow for service connection .
    The business process is that is a business partner want a electricity connection then if it  is a reconnection then agent shud take the previous dues to the business partner for this i want to open the cash payment screen .
      So, can any body tell me what is the business object to open the cash payment screen .
    Regards,
    Khurram Siddique

    Hi, I don't think you have a business object for the cash desk, you'll have maybe to create you own BOR method to call transaction FPB0.
    Cheers,

  • Usage of Business Objects content in VC

    Hello,
    Is it possible to embed Business Objects content (web-Intelligence, Crystal Reports) into VC based composite applications?
    I know that Xcelsius can be embedded, but what about the rest (Including Pioneer).
    Best regards
    Thomas

    Hi Thomas,
    it depends on what do you expect by embedding these applications.
    You can easily embed them via URL or iView, but then you only display them, but I assume that you need any data communication between VC and the Business Objects applications, which is not possible as far as I know.
    Cheers,
    Marcel

  • SAPBI data accessing from Business objects and other OLAP tools

    Hi,
    We already have heavy usage of Business Object, Essbase and are planning to implement SAPBI 7.0
        a) We are planning to connect our existing Business
            Objects infrastructure onto the new SAPBI platform, Did
            You experience any issues such as performance,
            config issues, delays, web issues.. is there any
            document or link with steps involved in integrating
            Business objects and SAPBI
         b) Can Bex analyzer gives simliar functionalities that
            are in Essabse front- end (EXCEL), I know that the
            backend data managament is quite different, but my
            question is around user  interface, do you have any
            comparisons between these two tools.
         c) Is it possible to get data from SAPBI using external
            reporting tools (OLAP) such as Oracle Discoverer ...
    Regards,
    Raman

    if the export to XML file is successful, the file will not be deleted if you are creating it from Metadata Exchange.
    The file gets deleted in case you are using the create universe option and by default the file is created in %LINK_DIR%\log\MetadataExchange, you will also see ME_errorlog.txt and ME_outputlog.txt if there are any errors, do you see and erros in these files if you are creating the Universe directly from DS Designer ?
    to use Metadata Exchange do the following
    Open Data Services Desginer
    Click on tools Menu -> Metadata Exchange
    In the Metadata Exchange window
    Select Export Data Services metadata to a file
    Select DI CWM as metadata format
    enter location for xml file (C:\temp)
    Select the datastore you want to create Universe for
    Click OK
    Check for file named repo_export.xml in the C:\temp folder or the folder that you specified
    Open Universe Builder and Select
    Data Integrator bridge
    and use the xml file as input to create universe

  • Business object attachment to workflow

    Hi all,
    I have a workflow for BO BKPF (accounting document - journal entry).  The book "Practical Workflow for SAP" implies I can attach a reference to an SAP Business Object (page 91).
    For example, in my workflow for accounting document 1000459516, I'd like to attach accounting document 1000459475 (since there are business reasons why the two documents are related).  When I click on the "Create Attachment" button, I presume I need to attach an object of class OBJ, but then I'm not sure what to do next to find 1000459475.
    Any direction you can give will be greatly appreciated.
    Ron K.

    Hello,
    I believe you can create a method in your custom business object (ZBKPF, delegated to standard one) & include your custom code in there to create a new instance with another document number using following procedure:
    1. Create a variable for the object reference. Use the following command to do this:
    DATA <Object> TYPE SWC_OBJECT.
    2. Create the object reference. Use the following command to do this:
    SWC_CREATE_OBJECT <Object> <ObjectType> <ObjectKey>.
    3. Write the object reference into the container using the following macro instruction:
    SWC_SET_ELEMENT <Container> <ContainerElement> <Object>.
    Then this will allow you to have an instance of another document in workflow container & then you can use it as an attachment in any of the steps of workflow you want.
    I hope it helps.
    Regards,
    Shaurya Jain

  • Error Workflow not assigned to business object

    Hi Team,
        I am working on CRM 7.0 system
         I have a Z business object ,and I have created a new workflow and called one of the method of the z business object.
    And I am trying to trigger this workflow through a action definition based on status.while creating the action definition with respect to workflow I am getting the error "assigned BOR object type is not used in any workflows"  no F4 values
          I have debugged and found that the entry in the table SWDSCNTIDX is not correct.
    Kindly request you to guide me how to assign workflow to business object or how can I refer the workflow what I have created in action definition.
    Regards,
    Poornima

    Hi,
    You have to go the workflow change container element of that BOR e.g. "BUS2010030" and on tab "properties" check the checkbox "IMPORT" and "MANDATORY".
    Doing the above BOR will be available in the F4 help of actions profile wizard or conditions.

  • Download/Upload of  Workflow Business Objects

    Hi experts,
    Do you know if there is a way to download/upload workflow business objects, tasks, events, etc, from a SAP system to a diferent one?
    Thanks in advance,
    Raphael Xavier

    Hi Raphael,
    yes you can download and upload workflows to/ from different systems.
    To do that go to SWDD, Workflow -> Import/Export -> Export to XML file.
    Now in the recipient system, go to SWDD, Workflow -> Import/Export -> Import from XML file.
    There is a limitation to this approach. All customizing chnages like start conditions, etc would not get copied from one system to another, only the basic template is copied (tasks, container etc).
    Best approach is to move the workbench and customizing TRs from one system to another.
    Hope this helps!
    Regards,
    Saumya

  • Business object and standard workflow for employee training

    Hi All,
    I have a requirement, where an employee nominates himself to attend a business event type(training) and it goes to his supervisor for approval.
    I want to know the business object which can be used for this scenario and any standard workflow.
    Thanks and Regards
    Balaji E.

    If you would have done a little searching you would have found it. You can find all the relevant BOR's in the repository. You can find examples of linkages in SWEHR2 and if the right one isn't there you can create yours in SWEHR3.
    Please put in a little effort of your own in stead off taking the easy way out and ask for everything here. Also let us know what you already did to solve your problem so you don't get the answers you already tried.
    Regards,
    Martin

  • Working of workflow with business object 2078

    Hello Every one,
    Please gimme a exact solution...Am working with workflow object with business object 2078,When defects are clicked in qa32 the entire description(like material number,material desc,lot number,batch number etc) notification should sent to workflow user and from thr it should go to lotus notes mail id.....please help me out,,,,configuration setting are properly working.

    Hello Every one,
    Please gimme a exact solution...Am working with workflow object with business object 2078,When defects are clicked in qa32 the entire description(like material number,material desc,lot number,batch number etc) notification should sent to workflow user and from thr it should go to lotus notes mail id.....please help me out,,,,configuration setting are properly working.

  • SAP CRM Workflow , Associate Business Object column is Empty in Worklist WorkCenter

    Hi Frds,
    I am new to workflow, I have created workflow, it working fine, but Order link is not coming in the Associated BUsiness Obejct colomn in Worklist Workcenter. Through Exsisting workflow we are getting Associated Business Object link but not from my workflow.
    Please Help me out of it.  below is the screen shot.
    Thanks
    Imran

    Thanks It resolve now.
    I have one Doubt.
    Hi Karri,
    I have got list of Agent using
    CALL FUNCTION 'SAP_WAPI_WORKITEM_RECIPIENTS'
    EXPORTING
    workitem_id = wf_id
    tables
    recipients = lt_approvers.
    how can we delete selected agant from the list lt_approvers.
    Please suggest
    Thanks,
    Imran

  • Business object  for material , template workflow for materials ?

    Hi,
    I need to create a workflow for material master , creating material basic data, create plant views etc
    Which is the appropriate workflow and is there a standard one as a template?
    Thanks
    Antonis

    Hello,
    I feel it is better that you use the standard business object BUS1001006 for your requirement related to the material management as some of the events which are obsolete in the business object BUS1001 have been redefined in BUS1001006.
    Events like "Material created" and "New View for the material Created" are redefined which I think you need for your requirement.
    Hope this will help.
    Regards,
    Samson

  • How to change the Workflow Business Objects

    Hi,
    How to change the Workflow Business Objects. I need to add custom code to the Method. can I create only custom method or I need to copy the existing object to Custom object .
    Thanks
    Niranjan

    Hi,
    Check the following link:
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://www.sapmaterial.com/badi.html
    Regards,
    bhaskar

  • 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

Maybe you are looking for

  • HT3819 can two apple IDs use same computer?

    If we only have one computer in the house but two people have iPhones how can both of us using our own Apple ID's use the same computer/iTunes.??

  • Time Machine and Time Capsule Problems

    I have a Time Capsule and my Time Machine no longer seems to work on my MBA. It had been working fine for the past 2 months. It would do quick backups (between 1-3 MB normally) after my first long backup. Now whenever I look at my MBA it will show Ti

  • Form in Dynamic page not working when checkbox is used.

    I have created a form using dynamic page. The form most have display fields and a checkbox field. When I check a box, it assigns 'Y' value and when unclick, it assign 'N' to the database field. When I submit the form, the procedure which is supposed

  • Data control as webservice.

    Hi , Can we consume a datacontrol deployed in webcenter spaces as WebService. Is there a way to deploy a custom webservice into Webcenter Spaces. Thanks,

  • Policy Domain not found

    Hy everybody! Please help me, I have problem with Policy Doman, when I test access with option Access Tester on my Policy Domain, i get following message: Evaluation result Policy Domain      <not found> I checked in OID, my Policy Domain exists in f