BASICPAY create/change/delete Workflow

Dear SDNers,
I am having some problem to trigger workflow for any event respect to basic pay infotype.
When I create basicpay infotype against any pernr, below events are triggering
Object Type               Event
BASICPAY               CREATED
BASICPAY          
CREATED
BASICPAY             DELETED
There are three events triggered. So, If I create workflow against CREATED event, then there will be two workflows triggered due to two CREDETED events triggered.
Same way, when I deleted records, below events are triggering
BASICPAY      CREATED
BASICPAY      DELETED
BASICPAY      DELETED
Why three times events are triggering. How to restrict and how to proceed with my workflows. Kindly guide me.
Please find the same at below screen shot.
Regards,
Venkat

Dear Vijay,
Here is SWE2 screen shot.
Dear Gupta,
It is not creating multiple records. It is creating one record only. Even though multiple events are triggering.

Similar Messages

  • Create/Change/Delete for material

    Hi Experts.
    I have to create an application is which i have to create new material, change existing SAP materials & delete sap existing materials.
    I am not sure which approach is good:-
    1. 1 view for create / change / delete
    2. saperate view for create change & delete.
    If i go with the first case how do to perform it (how to use create view as change & delete view) I created a view for create materials. For change & delete i created a search view which gives a list of SAP existing materials based on selection criteria. Now how to pass selected materials data to the create view so that i can see it in edit mode (in Create view) if user presses change. or how to display the selected material data in display mode (in create view) for deletion.
    If i go with the 2nd option then also how to pass Selected material from the search to change & delete view.
    Not sure where do i have to create context methods etc for such functionalities.
    Regards,
    Nik

    hi
    Can you tell me how can i display SAP existing materials data if i use only 1 create view
    which is used to create materials. At initial its haveing input fields.
    Now i want to see data in create view for the seleted material.
    do u mean , u have the records in ur data base table and u want ur records to be listed down in a drop down , in ur create view
    if so , u can use dropdown by index ..
    if u wish to use drop down by index , thn proceed like this :
    1 declare a context node of cardinality 0..n
    2 declare attribute of type string under it . The attribute name should be exactly the same as that in database table '
    eg if u want to poulate values for a field ' SYS' from table , than giv the attribute name as 'SYS' in context attribute
    3 declare internal table of type standard table
    4 populate internal table with values
    5 take the refernce of the node , u have created
    6 bind it with the internal table
    the dropdown by index wud nw contain app values
    Re: dropdown in WDA
    cn u pls explain more about ur requirement ?
    Edited by: amit saini on Oct 14, 2009 12:29 PM

  • Services for Object (Create , Change, Delete)

    Hi All,
    Is there any sample program where we can create (Change and delete) a note in the services for object for sales order.
    We have requitement where we need to develop a Z program which should have the functionality of changing or creating or deleting the Note from the services for object in sales order. the input parameter will be sales order.
    Thanks.
    Chindam.

    I don't have any sample code
    Please check how this fm called
        CALL FUNCTION 'BDS_CALL_NAVIGATOR'
           EXPORTING
                classname      = 'BUS2037'    " Business object for sales order
                classtype      = 'BO'
                OBJKEY         = L_OBJKEY  " Sales order Number
           TABLES
                EXCLUDING      = i_excluding
           EXCEPTIONS
                INTERNAL_ERROR = 1
                OTHERS         = 2

  • Bapi's or function modules to create, change( delete) partner functions

    Hi,
       Can anyone suggest BAPI or Function Modules for creating , changing the Partner Functions of the customer
    eg: To create customer XYZ as  bill-to-party of customer ZYX , i need  either a BAPI or Function Module.
    Thanks in Advance,
    Sabu

    Hi The following are the BAPI's to create and change the Partner Function.
    BAPI_BUS2001_PARTNER_CHANGE_M
    BAPI_BUS2001_PARTNER_CREATE_M
    Regards
    Vijay

  • Custom Event for Purchase Requisition Create, Change & Delete

    Hello Experts,
    I want to create a custom event which triggers on Purchase Requisition Create, SAP provide's standard event's for purchase requisition release but not for create.
    What are all the steps and how to create a new event.
    Thanks in Adavance,
    Sandhya.

    Hi Sandhya,
    may i know the reason why you are trying to create custom methods.
    You have business object BUS2009(for PR line item wise release) and BUS2105(for PR overall release).
    Both those business object have events RELEASESTEPCREATED (for PR creation) and SIGNIFICANTLYCHANGED(For PR change).
    Even then if you want to create custom events, create a subtype of the standard business object, then click on events, and then select create. Now create your Z-events, say ZCREATED (For creation), ZCHANGED (for changed) and ZDELETED (for deleted). Now select each event, click on edit -> Change release status -> object type component -> to be implemented. Follow the same for all the events. Then select each event, click on edit -> Change release status -> object type component -> to be released.
    Now click on your custom object, click on edit -> Change release status -> object type component -> to be implemented.Then click on your custom object, click on edit -> Change release status -> object type component -> to be released.
    After this in SWEC tcode, click on new entries. Select change document object as BANF, business object as say ZBUS2105 and event as ZCREATED. make sure radio button on create is checked.
    Similary create entries for ZCHANGED event and ZDELETED.
    Select on change and on delete radio button for event ZCHANGED and ZDELETED event respectively.
    let me know if you have any queries.
    Regards,
    Raj

  • User change attribute workflow with approval  problem

    Hello,
    I have a requirement to add account numbers to user entry through workflow with approval process. and also same user can have multiple account numbers. when approver approves the User request then it's account number will be added into the user entity in ldap.
    So, i have created a Change Attribute workflow for that account number with these steps as : initiate, Approval, Commit, Error_report
    this workflow i am able to invoke through IdentityXML call and from OIM interfaces approvers able to approve and that account number is persisting under the User entity.
    Problem is: Actually above request is staging system. when user requests, it is in initiate step, when approver approves the request then only commits the info. so, there are 2 stages here.
    When i am requesting two consecutive account number requests then both requests are in initial stage. Then approver approves the 1st request then it is persisting into User entity. after that approver approves the 2nd request then this account number is overwriting the previous one. so, here is the problem i am finding. worflow is not adding the new account number.. instead its replacing the last value in the list of account numbers for an User entity.
    I hope the above problem make understandable..
    Really its a very much helpful to find the solution on this.
    Thanks in advance,
    Srini.

    Thanks for the help. Having reinstalled OID/OAM a bunch of times to properly add our custom user object, nothing seems absurd. I tried running through your steps, but I'm still not getting the workflow button. I've customized create and delete workflows properly, but the change attribute is a mystery.
    I did the following:
    1) Selected a custom attribute in Attribute Access Control
    2) Changed its read access to Anyone
    3) Saved
    4) Changed its modify access to Anyone
    5) Saved
    6) Added a new Change Attribute workflow for the custom attribute
    7) Action #1: Request, added Anyone as participant and saved
    8) Action #2: External Action, selected attribute is the custom one
    9) Action #3: Commit
    10) Saved and enabled the workflow
    11) Restarted the Identity server
    12) Picked a user
    13) Opened his user profile
    14) Clicked Modify
    The custom attribute is still editable and has no Request a Change button.

  • Trouble with OAM Change Attribute Workflow

    We're trying to setup a Change Attribute workflow but cannot get the Request to Modify button to appear on the modify profile. Our first test was to:
    1) Assign Modify rights for Full Name to anyone & anonymous roles
    2) Using QuickStart, generate a change attribute workflow for Full Name
    3) Login as orcladmin
    4) Open up a user profile for modification
    We're assuming the Full Name field should no longer be editable, but should show a Request to Modify button on its right. This doesn't happen. The field is still editable and no button appears. Are we missing something?

    Thanks for the help. Having reinstalled OID/OAM a bunch of times to properly add our custom user object, nothing seems absurd. I tried running through your steps, but I'm still not getting the workflow button. I've customized create and delete workflows properly, but the change attribute is a mystery.
    I did the following:
    1) Selected a custom attribute in Attribute Access Control
    2) Changed its read access to Anyone
    3) Saved
    4) Changed its modify access to Anyone
    5) Saved
    6) Added a new Change Attribute workflow for the custom attribute
    7) Action #1: Request, added Anyone as participant and saved
    8) Action #2: External Action, selected attribute is the custom one
    9) Action #3: Commit
    10) Saved and enabled the workflow
    11) Restarted the Identity server
    12) Picked a user
    13) Opened his user profile
    14) Clicked Modify
    The custom attribute is still editable and has no Request a Change button.

  • Function modules for delivery creation, change, deletion.

    hi all,
    anyone know and worked on function module to create/change/delete deliveries with reference to sales order/without reference of sales order.
    if any one knows about the function modules please let me know.

    BAPI_DELIVERYPROCESSING_EXEC will allow you to create an outbound delivery, but this is <b><u>not released</u></b> for customer use yet(Rel.47). Type that function module in the forum search area and you will get some sample code.

  • Material numbers created/changed in last 15 min

    Hi ,
    If i want to find out how many materials have been created / changed / delete in last 15 minutes  How to do that ?
    I want all the materail numbers list .

    Hello Ramesh,
    Hope you have checked mara and all for the fields but there is no field as such to get the time stamp for the  material
    just take a look at the object BUS1001 this is BUSINESS OBJECT FOR material number you can check for the events fired for with respect to time ...the object in the SWEL tcode just if there is a fuction module with will give you events fired for the Business object within the specified time stamp
    (SWELS is tcode for ON/OFF event trace...)

  • Bapi or FM to create,change and delete Contact persons for vendors

    Dear Experts,
    We are replicating the Contact persons details from SUS(SRM) to ECC, When a Contact person is create,changed or deleted the data should be replicated in ECC. We are doing custom development to do this, I need to know is there any function module or Bapi which I can use to create , change or delete the contacts persons for a vendor.
    I tried using BAPI_ADDRESSCONTPART_CHANGE, BAPI_ADDRESSORG_SAVEREPLICA for changing but its doesn't covers few fields like time zone etc. For deletion I tried  WY_KNVK_SINGLE_DEL_FROM_BUFFER its too not helping me .
    Please let me know is there any bapi or fm to do these process or we can go for BDC.
    Thanks & regards,
    Santhosh.R

    Hi Santosh,
    Can you please tell me what Business Scenario is asking you to consider the Time Zones .
    If you know the Customer Number you can very well get the country and there are various FM's to get the time zone based on a country .
    Now Call the FM (as wrote by you ) based on the TIme Zone condition,
    Please enlighten me if i am incorrect.
    Thanks
    Sri

  • How to change Apple ID if e-mail (on which Apple ID was created) was deleted?

    How to change Apple ID if e-mail (on which Apple ID was created) was deleted?

    Perhaps this may assist:
    https://appleid.apple.com

  • Who can create, change or delete cubes?

    Hi Gurus,
    I am trying to find out who can create, change or delete the cubes at our BW system.
    I wanna learn if it possible to report this via SUIM or any other way.
    If so can you please tell me about which TCODES or authorization objects should I use.
    Thanks in advance!

    Hi,
    Try these Authorization objects:-
    S_RS_ICUBE --> Authorizations for working with InfoCubes and their subobjects
    S_RS_ADMWB--> 
    Authorizations for working with individual objects of the Data Warehousing Workbench. In detail, these are: source system, InfoObject, monitor, application component, InfoArea, Data Warehousing Workbench, settings, metadata, InfoPackage, InfoPackage group, Reporting Agent settings, Reporting Agent package, documents (for metadata, master data, hierarchies, transaction data), document store administration, (Customer) Content system administration, broadcast settings.
    Authorizations for working with the BI Accelerator Monitor.
    Refer the detailed description of Authorization Objects on the below link:-
    https://help.sap.com/saphelp_nw70ehp1/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm
    Hope it helps.
    Regards,
    Hemlata

  • Error On Creating New 2013 Workflow

    Hi;
    When i create a 2013 workflow on English site, everything is OK;
    But on creating 2013 workflow on non-English site (with language pack installed), i get following error:
    Server-side activities have been updated.You need to restart SharePoint Designer to use the updated version of activites.
    i delete sharepoint designer cache but nothing changes.
    any ideas?

    Hi,
    According to your post, my understanding is that you failed to create new 2013 workflow.
    Please make sure you have downloaded the correct version of SharePoint Designer 2013. You can download it via the following link:
    http://www.microsoft.com/en-us/download/details.aspx?id=35491
    Please troubleshoot for Workflow Manager 1.0 publishing, management and execution. You can refer to
    http://technet.microsoft.com/en-us/library/jj193529.aspx
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f255f4b4-1828-4ccb-983a-5efbf0e020ae/sharepoint-designer-2013-server-side-activties-have-been-updated-prompt?forum=sharepointcustomization
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Enhance Event LIKP to also pass the Sales Order during Change & Delete

    Hi,
    Event/object LIKP is triggered when creating, changing or deleting a Delivery.
    We have workflow links in place, which call custom FM's when creating or changing the delivery. These FM's are able to populate tables during such events.
    However, after a delivery is deleted, there is no way to link it back to the Sales Order. Entries in table VBFA are deleted with the delivery deletion.
    As such, we'd like to enhance event/object LIKP to also store/pass the Sales Order to our custom FM.
    How do I enhance LIKP to do this? I know it's done in SW01 and I might need a new container, but I have no idea on how to do this. Please suggest.

    Bump ...

  • The Create List Item workflow action does not work in document library with document template

    My end goal is more complex but below is a basic example of the issue I’m having that just simply does not work.
    I'm trying to use a site workflow to create an item in a document library that has a document template applied to it but the file that gets created by the workflow is corrupt and cannot be opened.
    I created a document library and edited the document template by adding some text to the header and changing it to a Word docx file instead of a Word dotx file. I tested the document template by clicking the files tab in the ribbon and then clicking new
    document which opens the document template in Word and allows me to edit and save the document back to SharePoint. Then I created a SharePoint 2013 site workflow in SharePoint Designer that contains a single Create List Item action, and that action creates
    an item in the document library with the name field statically defined. I published the workflow and then manually start it on the site. The workflow completes successfully and when I navigate to the document library the document has been created by the workflow.
    When I click on the document to open it in the Word Web App it throws the error pictured below and if I open it in the Word client application it just opens a blank document and not the correct document template.
    I also tried using a SharePoint 2010 workflow with pretty much the same results. Opening the document in Word Web App gives the same error as above and opening the document in the Word client application gives the error pictured below.
    Come on Microsoft creating a Word Document in a SharePoint Document Library from a SharePoint Workflow should just work! Is this a bug or does anyone have any ideas on what is causing the this issue?

    I had the same problem with corrupted document - this worked for me:
    1. Create a 2010 Workflow which creates the list element in a document library
    (you may start this workflow from your 2013 workflow if applicable)
    2. In the Create New List Item properties - make sure to set ContentTypeId to your content type
    ("Id for indholdstype" is Danish for "Contenttype ID")
    3. Your Content Type template should be a ".docx" file - NOT a ".dotx" file...!
    (I have always created my templates for content types as .dotx files - seems Microsoft wants us to use ordinary .docx files as template files for content types)
    Hope this helps you!

Maybe you are looking for

  • Changing description of a field in shopping cart form in SRM Portal

    Hi, We have a requirement to change the description/adding a note to one of the fields in Shopping cart creation form in the portal. In the SHOP page, when we click on describe requirement we have an option to choose the product type as Goods or Serv

  • Any tips? Screen is black, no icons, receives calls but can't answer

    None of the touch functions is working on my iPhone screen. I cannot turn the phone on or off. I tried syncing. When I call the phone a screen image come sup, but I cannot answer the call without the touch screen. I had no problems until tonight. Wor

  • HT4901 How do I get back the second reminder on iPad calendar?

    For appointments, I like to set one reminder for 2 days prior and2 hours prior to the event. I was able to do so until the past month or two. I really need to have both reminders. Does anyone know how to reset the ability to have a second alert? Than

  • Copy Express problem in SAP 8.81

    Hi, I run copy express in SAP 8.81 PL4 and have proceed with 'Copy to target database' button. During the process by the time I reached 'Create target database', suddenly an error appear: Failed to connect UI API. Copy Express is terminating. Error C

  • OAS 4.0.8.1 Performance - Redhat 6.1

    I have noticed a few comments from other members of technet regarding Linux-based OAS performance. I, too, have notice considerable lag times in web/admin requests (as compared to an NT install on a similar box). As well, the java applet takes FOREVE