No business objects getting triggered

Dear Experts,
                       i build workflow for solution manager, based on events, my requierment is to update the myztable based on priority, but it will works when events and priority simultaneously gets changed, but my client need it should update based on priority irrespective of event, but when i changed priority and checked in swel tcode no event is generating how to do thid very critical can u give some of your useful inputs.
Thanks and Regards,
Thirukumaran. R

Hi Thirukumaran R,
You can find out the BADI getting called when ever you change the priority in the transaction.
You can find the BADI using the following [link|Find BADI for a transaction].
Then you can add a BADI implementation where you can write your logic to trigger the workflow based on the specified condition if any. To do so, you can use FM SAP_WAPI_START_WORKFLOW to start thw workflow directly without use of any triggering event.
Else you can use FM SAP_WAPI_CREATE_EVENT to trigger a BO event and use this event as the triggering event of the workflow.
Hope this helps!
Regards,
Saumya

Similar Messages

  • Unpublish business object(GOS)

    Hi All,
    I have created a Generic object service (business object) in SWO1  to have attachment tool bar for transaction CBIH82, this object gets triggered through the menu exit. Once in the transaction, I choose the menu exit(attachments), then the tool bar appears, however when I click on back button I want to delete the instance, i.e to free the object or unpublish.. but there is no exit to trigger this..
    Is there any way I can achieve this function.
    Thanks
    Srini.

    Call method UNPUBLISH before you exit to the first screen. Syntax:
    DATA: ZCL_GOS_MANAGER TYPE REF TO CL_GOS_MANAGER,
    CALL METHOD ZCL_GOS_MANAGER->UNPUBLISH.
          LEAVE TO SCREEN 1000.

  • Business object for AP invoice transaction FB60

    hi all,
            Which business Object is triggered when we AP invoice is created
    transaction FB60
    thanks in advance
    Naval Bhatt

    Dear Naval Bhatt,
    The business objects:
    'BUS1055' - Accounts payable ledger
    The business object Accounts payable ledger is ledger that is defined for the representation of accounting transactions with creditors.
    It records values at company code level.
    'BUS3008' - Accounts payable account
    The business object Accounts payable document is an accounting document that contains records on value movements in a company code that are relevant to accounts payable accounting.
    Reward points if this is helpful. Close the thread if your query is resolved.
    Regards,
    Naveen.

  • Business object for AP invoice

    hi all,
            Which business Object is triggered when we AP invoice is created
    transaction FB60
    thanks in advance
    Naval Bhatt

    Dear Naval Bhatt,
    The business objects:
    '<b>BUS1055</b>' - Accounts payable ledger
    The business object Accounts payable ledger is ledger that is defined for the representation of accounting transactions with creditors.   
    It records values at company code level.                            
    '<b>BUS3008</b>' - Accounts payable account
    The business object Accounts payable document is an accounting document that contains records on value movements in a company code that are relevant to accounts payable accounting.                              
    Reward points if this is helpful. Close the thread if your query is resolved.
    Regards,
    Naveen.

  • Events in USER objects type not getting triggered in PFCG

    Hi,
    We need to send some notifications to the concern person at the time of assiging roles to the user . There is an object type USER and has events like created,cloned, deleted, roles_changed. But these events not getting triggered.
    I need to trigger the workflow. How do we activate the events as the entry doesnot exits in SWE2 tooo . Is ther any other way?

    HI munish
    If the entry is not in swe2 Put the entry for the business object USER and use the receiver type as your workflow number.
    Regards
    vijay

  • Getting status as ERROR while instantiating Business Object in work flow?

    Hi,
    Getting status as ERROR while instantiating Business Object in work flow.
    How to rectify it.
    Tahnks in Advance.
    Moderator message: please have a look at the dedicated Workflow forum on SCN.
    Edited by: Thomas Zloch on Jan 19, 2012

    Hi,
    Go to SWDD and create a new workflow. This workflow will have two steps. This is just for test purpose so we are not going to define any triggering event etc.  First step will instantiate (creating a runtime object) a business object and second step will use that runtime object to execute one of its method. We know that to instantiate any BO we need the object key to be passed. Key uniquely identifies a runtime instance of Business Object (henceforth we will refer it as BO or business object interchangeably). 
    use Business Object SYSTEM and method GENERICINSTANTIATE to instantiate any Business Object in workflow

  • How to get  meta data of business objects  in BOR

    i need to get all the meta data information of  business objects present in BOR.
    for example purchase order BUS2012
    1.  I need to get for example  the attributes information how to get it?
    2. if  business object contains further child business objects then how to get attributes of those child business objects  also? 
    I am writing ABAP code,  i want to retrieve all attributes with help of ABAP program .
    any ideas?

    Hi..
    You have to use SWC_GET_ELEMENT CONTAINER '( string name of your attribute)' your_attribute.
    All attributes are part of container issue.. SWC_GET_ELEMENT command can give you these values.
    Hope to help...

  • How do i get information about a business object?

    By using reflection i am able to get the list of objects and properties in SAPbobsCOM.BoObjectTypes.
    How can i get a classified list of all objects from the same.
    I mean classified with respect to modules.
    DI API business objects are grouped to the following modules of SAP Business One application :
    Administration
    Finance
    Marketing Documents and Receipts (Sales - A/R and Purchasing - A/P)
    Business Partners
    Inventory and Production
    MRP
    Banking
    Service
    Humanresource

    Hello
    If you read more in the help, you can see which modules holds the corresponding objects...
    Example:
    Marketing Documents and Receipts (Sales - A/R and Purchasing - A/P)
    object called: documents and you may track the correct object types (oOrders, oInvoices, etc)
    if you see the help on Documents object, you can find detailed description there
    Regards
    János

  • RFC for getting a list of business objects.

    Hi!
    I'm currently using the RFC "RPY_BOR_TREE_INIT" (I am setting the "ALLOBJTYPS" column in the "FILTER_OBJECT_TYPES" input structure to "X") to retrieve a list of all business objects along with the hierachy.
    I get back a table having nearly 2000 rows. I now want to display these in a hierarchical fashion similar to how the BAPI explorer does it. However, I see that for a number of rows in the table returned via the RFC above, the BAPI explorer does not show those categories/objects.
    I wanted to know how does the BAPI explorer decide whether a category/object needs to be displayed or not. In my application, I want to display the <i>exact</i> same hierarchy as the BAPI explorer, and currently my app is displaying a lot of extra stuff.
    Any help will be greatly appreciated. I have no idea who else to ask. My SAP consultants dont have any idea, and so we raised a help request with SAP, but they've said that since RPY_BOR_TREE_INIT is meant only for internal use, they wont help us.
    Is there any other RFC (meant for public use) which I can use to display the exact same tree as the BAPI explorer?
    Thanks,
    Mustansir

    ...at least not to the extent that you are looking for.
    Please check the E-learning:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d78ab1f9-0901-0010-8495-8ca0facaea2e?prtmode=navigate
    at: https://www.sdn.sap.com/irj/sdn/businessone-elearning
    ...or go the sample code for the DataBrowser (sub-)object in the "SDK Help Center"...
    ...or go to the DI API sample (no. 2 I think I remember).
    ...to find out how you can navigate between the records of the result of your SQL query; from there you could e.g. export the objects to XML...
    HTH

  • Get information about business object from view implementation class

    Hi,
    i´d like to develop some button behavior in a view. How can i get the information of the related business object like the order or the position. I like to disable buttons if specific status are set.
    Bye Richard

    hi,
    Is needed field available in context nodes or not?
    for example:
    If you want to read STATUS_DESCR attribute from the context node SELECTEDDOC , then code like this
    lr_selected ?=  me->typed_context->SELECTEDDOC->collection_wrapper->get_current( ).
    if lr_selected is bound.
      lv_status = lr_selected->get_property_as_string( 'STATUS_DESCR' ).
    endif.
    activtae the debugging in IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method and check the values for context nodes and attributes.
    I mean debugging for:
    me->typed_context
    me->typed_context->SELECTEDDOC
    comp_controller
    regards
    ismail

  • Get hierarchal list of business objects

    Hi,
      I'm using SWO_QUERY_OBJTYPES to get a list of business objects, but I need to display a hierarchy similar to the BAPI explorer. What business object can I use to browse business objects? If no business object is available, what function calls are available to get at the data?

    Hi Chris,
    this is an excerpt from the SDK Help file.
    It works on other object too, of course.
    Private Sub DataBrowserOperations()
        '// A Data Browser object can not be created, it is invoked
        '// as a property of a business object.
        '// The BusinessPartners object is used to demonstrate the
        '// use of a DataBrowser object
        Dim BusinessPartners As SAPbobsCOM.BusinessPartners
        '// A DataBrowser object contains a Recordset object.
        '// Because a DataBrowser Object can not be created,
        '// a Recordset Object should be created and then assigned
        '// (linked) to the Recordset Property of the DataBrowser
        Dim oRecordSet As SAPbobsCOM.Recordset
        '// Get a new BusinessPartners object
        Set BusinessPartners = oCompany.GetBusinessObject(oBusinessPartners)
        '// Get a new Recordset object
        Set oRecordSet = oCompany.GetBusinessObject(BoRecordset)
        '// Perform the SELECT statement.
        '// The query result will be loaded
        '// into the Recordset object
        oRecordSet.DoQuery ("Select cardcode from ocrd where cardtype = 'C'")
        '// Asign (link) the Recordset object
        '// to the Browser.Recordset property
        BusinessPartners.Browser.Recordset = oRecordSet
        '// Access the data
        '// Once the Browser points to a row in the
        '// result set you can use the properties directly
        BusinessPartners.CardCode
        BusinessPartners.CardName
        '//Get the next Business Partner
        If BusinessPartners.Browser.EOF = False Then
            BusinessPartners.Browser.MoveNext
        End If
        '//Get the previous Business Partner
        If BusinessPartners.Browser.BoF = False Then
            BusinessPartners.Browser.MovePrevious
        End If
    End Sub

  • How do i get a price on Business Objects Edge?

    I have tried the following numbers
    866-681-3435x1
    Products and Services
    800-872-1727
    main office
    610-661-1000
    And I still can't get anyone on the phone. I need to find out how much it will cost me to buy Business Objects edge before i waste any time trying to use it.

    Hello Casey,
    You can call 1-800-877-2340 and select Option 4 and then Option 1.  This is the Tele-Sales number.  They should be able to assist you or point you in the correct direction.
    Sincerely,
    Dan Kelleher

  • Where get the Version trials Business Object with all your components?

    How get the version trial the Business Object Enterprise XI 3.1 or the ultimate version, I need with all components for example: Business View manage, Desinger, Central cofiguration manager, Desktop Web Intelligence, Universe Builder, etc.

    You need to login to SAP Service Market Place (SMP) and visit the download section i.e https://service.sap.com/swdc
    Once there you need to navigate to Installations and Upgrades > SAP BusinessObjects portfolio  > SAP BusinessObjects Business Intelligence platform (SBOP Enterprise) > BOBJ ENTERPRISE XI 3.1 > Installation > Choose OS platform > SBOP ENTER SERVER XI 3.1 SP3 WINDOWS > Download all three parts.
    Similarly, you can obtain temp license key from https://service.sap.com/licensekey
    Thanks

  • Getting error while testing "create" operation of a business object!

    Hi Experts,
       I have created a composition application. This contains only one business object called Reservation.
       It has a structure containing following fields:
      <UL>
       <LI> Key      -- Key field
       <LI>Reservation_No   -- Key field
       <LI>Create_Date
       <LI>Create_Time
       <LI> Status
       <LI>Source
       <LI>createdAt
       <LI>createdBy
       <LI>modifiedAt
       <LI>modifiedBy
       </UL>
       Here following fields are created by system.
    <UL>
       <LI>Key   
       <LI>createdAt
       <LI>createdBy
       <LI>modifiedAt
       <LI>modifiedBy
    </UL>
       The system also created many operations on the business object. Some on them are mentioned below.
    <UL>
      <LI>create
      <LI>delete
      <LI>findAll
    </UL>
    <UL> <LI>I built and deployed the business object. When I test the service and create a new entry in the business object I got the error below:
    </LI>
    </UL>
    <UL> <LI>
    <I>Failed to save BusinessObjectNode element: User XXX has no create authorization for object ID </I>
    </LI>
    </UL>
    <UL> <LI>
    How do i resolve this?
    </LI>
    </UL>
    Thanks
    Gopal
    Edited by: gopalkrishna baliga on Aug 12, 2010 1:13 PM
    Edited by: gopalkrishna baliga on Aug 12, 2010 1:21 PM

    Hi,
    Has this issue of yours been resolved?
    If yes, Kindly guide us how it was resolved, since we too are facing a similar issue.
    Thanks
    Rajeev Parmar

  • Error while accessing Method from Business Object

    Hello Experts,
    I have created a business object ZBUS7051 by using BUS7051 as a Supertype. I have crated a method GET_DATA in ZBUS7051. If I use BUS7051, Method GET_DATA in a standard task, getting a message that Method GET_DATA not defined for object type BUS7051.
    Why I am getting this error? Is there way I can use BUS7051-GET_DATA instead of ZBUS7051-GET_DATA.
    The workflow triggering event is BUS7051 u2013 CREATED. In the workflow binding, system is showing a warning that u2018Conversion from BO.BUS7051 to BO.ZBUS7051 can cause data-related errorsu2019. How to fix this? Please let me know.
    - Krishna.

    Thanks to everyone.
    I have delegated the custom business object to super type BO 7051. I triggered the workflow using T.Code: SWUE, BO: BUS7051. Event: CREATED. But the workflow is resulted an error as given below.
    Problems occurred when generating a mail
    Error '9' when calling service 'SO_OBJECT_SEND'
    Work item 000000503335: Object BUS7051 method WAIT_1_MINUTE cannot be executed
    Object does not exist
    Object does not exist
    Object does not exist
    Variables of the work item text cannot be generated
    Syntax error in expression &NOTIFICATION.NUMBER&
    (This is a Wait Step, Created in ZBUS7051, Method: WAIT_1_MINUTE)
    Since the delegation has done, I can say BUS7051 - WAIT_1_MINUTE, instead of ZBUS7051- WAIT_1_MINUTE. Is it correct?
    Could some one please let me know, How to fix the above issue?

Maybe you are looking for

  • LIBOVD ERROR  - "validateContextToken: workflow session was not found for given context. Create a new workflow session with token"

    Hello everyone, I have the following scenario: We're using "Oracle SOA Suite 11g 11.1.1.7.0" (Patched w/ 17893896) mainly for a BPM/Human workflow composite. Former, we were having the error bellow: <Mar 16, 2015 1:13:03 PM BRT> <Error> <oracle.soa.s

  • Oracle retail RMS signature issue

    Hi, We are not able to open any RMS screen due to the error message "Signature of package RMS12DEV.SYSTEM_OPTIONS_SQL has been changed". can any one provide me solution.

  • PSE 7.0

    I've been using PSE 2.0 for years and liked the create web photo gallery option so I can show my pictures on my web site. Just purchased PSE 7.0 and discovered the option is now gone. It's been on every version until 7.0 Serves me right for assuming

  • Ovi survey falls over.

    The Ovi Nokia survey falls over. Not a good sign! I wanted to **bleep** about not being able to install it, but I cant even do that!

  • I am having trouble with the Family Feud app.

    I am having trouble with the Family Feud app. It loads to a certain point then shuts down. Right after it says "Welcome to family Feud".  I've tried re-installing it by deleting in from the iPhone 3Gs, but no luck. I've deleted it from the phone, shu