Prepopluate adapters getting triggered twice

Hi,
I have configured an access policy for my DB resource and it works fine. However, I see that the pre-populate adapters run twice. One of the pre populate adapter fetches a unique number from the DB each time it runs and since this adapter gets triggered twice for the same user, the sequence is getting disrupted. Can someone please tell me how do I resolve the issue. I have the auto save checked on the DB resource process definition.
Thanks,
Supreetha

hmm 9.1.0.2 BP14 ... Well found it to be an unpublished bug in 11.1.1.3.3 Bug 10323254: Prepopulation adapters run twice for fields in process forms. ... but yep I have seen it on 9.1.0.2 also and can't recall the solution. May be you can raise an SR ....

Similar Messages

  • Po message getting triggered twice

    Hi,
    recently we have upgraded SRM5.0 to SRM7.0 with ECC6.0 EHP pack4 .
    we have a problem when we create PO from SRM shopping cart in ECC.PO message is getting triggered twice. Th issue was not there before upgrade.
    Can anyone please help me resolving this.
    Thanks & Regards,
    Beena.

    Hi,
    While making a purchase requisition, you can refer to either last purchase or can take a reference of blanket purchase agreement, just check for that particular supplier that whether in the requisition table while importing requisition from maximo, there exist a reference of any last purchase or any blanket purchase agreement. If yes then autocreate workflow will get trigger automatically which might be schedule on your instance, which will create a purchase order for that particular supplier.
    Thanks & Regards
    Ankur Dawra

  • Same output type getting triggered twice upon saving the document

    Dear SDNers,
    I have a shipment Document.
    Upon saving it the same Output type gets generated twice. ( in a gap of 1 second)
    Clarification needed:
    1. Please guide as to where i need to look for the error as to why same output is getting triggered twice  simultaneously( gap of 1 second).
    2. i have checked in the processing routine associated with it. Is it the right place?
    P.S. I had posted another similar thread. Closed it since i felt it lacked clarity.
    Regards,
    SuryaD.

    Hi,
    Fetch the data from Nast table for that document number
    Check the vstat  . if it is 0 then use the below function module.
    CALL FUNCTION 'RV_MESSAGE_SET_PROCESS_STATE'.
    Then it will update the existing single record for the first time .
    Next time on wards you will get the multiple records for te document in the Nast table.
    For that you need to change the VSTAT status as per the requirement.
    Hope this might solve your problem.
    With Regards,
    Sumodh.P

  • OIM 11gR1 notificationevents getting triggered twice

    Hi,
    We have defined notification events which are triggered based on the status of an request. When the request status is "Request Completed" we should receive an email. Form what we are seeing for some reason the event is being trigerred twice for each request.
    <plugins pluginpoint="oracle.iam.request.plugins.StatusChangeEvent">
    <plugin pluginclass="oim.notification.EnableUserNotificationEvent" version="1.0"
    name="EnableUserNotificationEvent">
    <metadata name="status">
    <value>Request Completed</value>
    </metadata>
    </plugin>
    </plugins>
    Thank you in advance

    In your plugin, i suggest you do a system.out.println of the data and and the operation. Maybe this will help you to identify why it's triggering twice.
    -Kevin

  • Event gets triggered Two times everytime

    Dear Experts,
    I am using an event Changed of BOR LIKP(Outbound Delivery). It gets triggered twice. I am unable to find the reason. Please help.
    -Pritam

    Hi,
    Check this [Thread1|Event and Business obejct triggered  twice; & [Thread2|the workflow gets trigerred thrice...;.
    Regards,
    Surjith

  • Subtype event not triggering and supertype event triggers twice!!!!!!

    Hi,
    We have created a subtype for object bus2030 and also an event created for that. My workflow should trigger whenever an inquiry is created.
    I've maintained this as triggering event in SWDD and done type linkage is SWE2 and everything looks fine.
    When i simulate or create event the WF is triggered but when create inquiry in VA11 WF does not triggers.
    I've checked SWEL for event trace but no event is triggered at all... Am i missing something... I've done almost everything that i used to do...
    Even synchronized buffer!!! nothing paid me a solution...
    Infact the same was working with 3.1i system but after migration to ECC6 we had to create new WF template for the same Process.
    Now I also see that the supertype bus2030-created event is triggered twice but, obviously no receiver type exists. But the zbus2030 event is not being triggered at all!!!!
    Kindly help me understanding my mistake...
    Regards,
    PB

    Hope you have already set the deletegation in SWO6.
    Now, event dont get triggered automatically, jus because they are defined in object. They have to be explicitly published in thesystem.
    Check for a suitable user exit in your transaction, which makes use of function module to create the event, from that you know how to proceed.
    If you dont find user exit, try other triggering techniques such as change documents, logistics, BTEs... etc.
    regards,
    Sandeep Josyula

  • EVENTITEM is triggering twice!!!

    Hi,
    I needs to send mail if PR is released or unreleased or reject or cancel rejection to the creator.
    So I created a workflow which contains event of BUS2105 in  START EVENT - RELEASESTEPCREATED, RELEASED, REJECTION_STOP, REJECTION_START.
    So if anything happen in ME54N a mail should get triggered.
    I used FORK which contains 4 wait event because only 1 event will be triggered for 1 PR. And accordingly formatted mail will be send.
    If PR is released for the first time mail is triggered successfully. If that same PR is unreleased and then again released for same release code mail is triggered twice and keeps triggering twice if again it is unreleased and then released.
    In SWEL below messages is seen twice for RELEASE event.
    BUS2105     RELEASED     20.07.2011     19:23:58     EVENTITEM     SWW_EI_EVENT_RECEIVE_IBF
    so same mail is triggered twice.
    This this is same for all remaining events.
    When I show in SWE3 and in OBJECT DATA, their exist a entry of PR(object key) for BUS2105 release event. If I delete that entry then again for the first time it will trigger 1 mail but for next release of same PR will trigger mail twice.
    The whole problem is for all events mentioned in FORK.
    Thanks in advance.

    Hi,
    You are correct.
    I removed worflow configuration from SPRO for release code. So REJECTION_STOP, REJECTION_START wait event are working properly means only 1 mail is triggered and below msg is shown only once. But as soon as I reconfigure release code in SPRO mail start triggering twice means in SWEL i can see below msg. 2 times :-
    message in SWEL --> BUS2105 RELEASED 20.07.2011 19:23:58 EVENTITEM SWW_EI_EVENT_RECEIVE_IBF
    As you said their might be some configuration problem of release code, So I developed a separate workflow which has only 1 event RELEASE and no WAIT EVENT is used, then it works perfectly means only 1 mail is triggering.
    So I also think that the problem is of WAIT EVENT(receiver type EVENTITEM) and RELEASE CODE configuration.
    I think, I need to control the receiver type --> EVENTITEM triggering for release code.
    I don't know how to solve this issue. Please help to solve the issue...
    Thanks & Regards,
    Mihir

  • Relese of PP operation - Triggered twice? (AFVC_PM-RELEASED)

    Hi
    When we release an operation of an PP-order the Event AFVC_PM-RELEASED is triggered twice.
    This is a problem for us since we have a linked interface when the status is set to RELEASED.
    We only want the status to be changed once - otherwise we get two calls to our interface wich causes error.
    Do you know why that EVENT pop up twice?
    Best reg
    Henrik

    Check the linkage table. Did you link this event twice? If you have a subtype, check if the event is linked for the super- and sub-type.

  • BBP_WFL_SECUR_BADI triggered twice

    Hi Gurus,
    I am using BADI BBP_WFL_SECUR_BADI to retrigger workflow when user make changes to certain fields in the shopping cart. First I check SCENARIO is initial, then I use function BBP_PD_SC_GETDETAIL to get screen values, then I called function BBP_PROCDOC_RESET_DB_BUFFER_SG to reset database buffer before calling function BBP_PROCDOC_GETDETAIL to get database values.
    I compared values on screen verses values in database and then set NEW_SEC_LEVEL = 2 if retrigger is necessary. Everything works fine except this BADI is triggered twice, once before save and once after save. Second call is made after screen values are committed to the database. So this make my screen value and database value the same when the BADI is triggered for a second time. So approval is never retrigger since there is no difference.
    Appreciate any advice or help, thanks.

    Hi,
       I think this  BADI should work for PO also.Pls read the doc again and there you can see the scenario for  PO is also covered wherein the BAdI is called each time the shopping cart screen is opened and whenever a purchase order is ordered and held.
    For more information, also see the SAP Note 502952.
      But this will not work for BIDS/AUCTIONS.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • PR triggering twice

    Dear All,
    Am creating a workflow for Purchase requisition. When the workflow is initiated the first level approving authority is getting 2 work items. When I trigger the event from SAP Menu u2013Tools u2013Business Workflowu2014Developmentu2014Utilitiesu2014Create Event (Business object-BUS2105, Event- RELEASESTEPCREATED ) then it is generating only one work item, but when I try through transactions ME51 and ME51N it is triggering twice. If you can share your knowledge about this issue it will be grateful for me.
    Regards,
    Surya

    Hello Athadu,
    line-item approval is done with business object type BUS2009. So BUS2105 is triggered on header level and -- usually -- only once after creating, and then after each release code has been set.
    I know of two possibilities, why you have two events coming up:
    - Check transaction SWEC for an entry BANF BO BUS2105 (on create) with event = RELEASESTEPCREATED and delete this entry.
    - You have more than one release code available and open at the same time. Check in the started workflow the container element "ReleaseCode".  To avoid or configure this, use the customizing "prerequesites" in the section of the release strategy.
    Best regards,
    Florin
    Edited by: Florin Wach on Jun 25, 2008 3:49 PM

  • Subscription is triggered twice, why???

    I have a subscription called "move to nearline storage" which is triggered by asset metadata being "modified" to a custom status I've created called "move to nearline". The subscription runs 3 responses. First it changes the asset status to "processing...". Then it performs a copy response. Then if the copy is successful it deletes the original.
    It works, but here is my problem. Occasionally (maybe 25% of the time) when I change an assets status to "move to nearline", the subscription is triggered twice and 2 copies of the asset & file are created on our nearline storage.
    Any ideas why???
    This is 10.5.5 Server running on a Mac pro 2x 3ghz quad core with 8gb ram.

    This is actually happening with ALL my subscriptions and not just the move one I mentioned above. I have another subscription that ran about 10 times in a row today.
    The subscription runs when an asset is modified or created & has a specific status. Then has a series of responses. What I did with the very first response was to change the status to something else so I don't get caught in a loop. Then I have a copy response which transcodes the video and an email response. This afternoon I had to disable this subscription b/c I literally got about 10 emails in a row from this subscription. We only set the status once.
    * One thing I did notice after getting several emails is that I went to look at the asset and the very first step which changes the status had not occured yet, but our copy & email response had happened several times. The server had a pretty heavy workload on it at the time. Any ideas???
    Here's some screen shots of what the subscription looks like in the admin.
    http://static.newsok.biz/images/screenshot1.png
    http://static.newsok.biz/images/screenshot2.png

  • Alert is not getting triggered in QA

    Hai Experts!
    i have transported the Alert Classification and Alert Category from development system to Quality system and i created the alert rule in QA. Now alerts mails are not tiggering. In se30 i have excecuted the RSALERTTEST that time i am getting a mail in the alert inbox and also to my mail box but for a real time data alert is not getting triggered.
    Pls help me to solve this issue.
    Regard's
    Preethi

    Hi
    Schedule send job
    please see as
    help.sap says
    Send Job
    E-mails sent from an SAP application are first stored in a queue. A periodical background process, the SAPconnect send job, gets the e-mails from this queue and sends them over the Internet. To schedule this job in SAPconnect: Administration, proceed as follows:
    i.         Choose View ® Jobs.
    ii.       If no other job has been scheduled, choose Job ® Create.
    iii.      Enter a job name and confirm it.
    iv.      Select the variant SAP&CONNECTALL by positioning the cursor on it.
    v.        Choose Schedule Job.
    vi.      Choose Schedule periodically.
    vii.     Select the interval you require, such as 10 minutes.
    viii.   Choose Create.
    Refer this.
    http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm

  • Print program is not getting triggered when saving the application

    Hi all,
    My requirement is when i save the invoice using VF01 the print program should get triggered.
    The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.
    The setting "send immediately (when saving application)" is also checked.
    I need to configure it for VF01 transaction.
    The error message displayed was " please maintain output device in master data".
    Regards,
    Umesh

    Hi Umesh
    Please check if you have missed any of the following:
    1. Defining Access Sequence(can use existing).
    2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.
    3. Output Determination Procedure
    4. Assign Output Procedure to Billing Types
    Kind Regards
    Eswar

  • User command is not getting triggered in interactive ALV with LIST display

    Hi experts,
    I have developed an interactive ALV report with LIST display. Here, the issue is, when i double click a record in the primary ALV list, the control must go to the USER COMMAND event which i have written in my report. But the user command event is not getting triggered at all when i double click any record.
    It gives the following information instead.
    "Choose a valid function".
    (My user command name and its respective form name are same.)
    Here is my code..
    START-OF-SELECTION.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program       = sy-repid
          i_structure_name         = p_table
          i_callback_user_command  = 'TST1'
          i_callback_pf_status_set = 'SET_PF_STATUS'
        TABLES
          t_outtab                 = <dyn_table>
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
      IF sy-subrc <> 0.
      ENDIF.
    FORM tst1 USING r_ucomm LIKE sy-ucomm
                    rs_selfield TYPE slis_selfield.
    * Local data declaration
      DATA: li_tab TYPE REF TO data,
            l_line TYPE REF TO data.
    * Local field-symbols
      FIELD-SYMBOLS:<l_tab> TYPE table,
                    <l_wa>  TYPE ANY.
    * Create table
      CREATE DATA li_tab TYPE STANDARD TABLE OF (p_table).
      ASSIGN li_tab->* TO <l_tab>.
    * Create workarea
      CREATE DATA l_line LIKE LINE OF <l_tab>.
      ASSIGN l_line->* TO <l_wa>.  CASE r_ucomm.
    *   When a record is selected
        WHEN '&IC1'.
    *     Read the selected record
          READ TABLE <dyn_table> ASSIGNING <dyn_wa> INDEX
          rs_selfield-tabindex.      IF sy-subrc = 0.
    *       Store the record in an internal table
            APPEND <dyn_wa> TO <l_tab>.
    *       Fetch the field catalog info
            CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
              EXPORTING
                i_program_name         = 'Z_DEMO_PDF_JG'
                i_structure_name       = p_table
              CHANGING
                ct_fieldcat            = i_fieldcat
              EXCEPTIONS
                inconsistent_interface = 1
                program_error          = 2
                OTHERS                 = 3.
    Please advice what is the msitake i have done here..

    Read the following code:
    pass the  i_callback_user_command = g_user_command to the ALV function module and write the FORM user_command USING ucomm    LIKE sy-ucomm
                            selfield TYPE slis_selfield.
    as shown below.
    thanx
    Data for ALV display
    DATA  : gt_fieldcat TYPE slis_t_fieldcat_alv,
            gt_events           TYPE slis_t_event,
            g_variant LIKE disvariant,
            g_user_command      TYPE slis_formname VALUE 'USER_COMMAND',
            g_status            TYPE slis_formname VALUE 'SET_PF_STATUS',
            gt_list_top_of_page TYPE slis_t_listheader,
            g_repid LIKE sy-repid,
            gf_pos TYPE i
    Data for ALV display
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
               EXPORTING
              i_callback_program      = g_repid
                 i_callback_program      = sy-repid
                 it_fieldcat             = gt_fieldcat[]
           it_events               = gt_events[]
              i_callback_user_command = g_user_command
                 i_save                  = 'A'
                 is_variant              = g_variant
               TABLES
                 t_outtab                = it_print.
    FORM user_command USING ucomm    LIKE sy-ucomm
                            selfield TYPE slis_selfield.
      CASE ucomm.
        WHEN '&IC1'.
          CASE selfield-sel_tab_field.
            WHEN '1-KUNNR'.
              READ TABLE it_print INTO wa_print INDEX selfield-tabindex.
              IF sy-subrc = 0.
                SET PARAMETER ID 'BPA' FIELD wa_print-kunnr.
                CALL TRANSACTION 'BP'.
              ENDIF.
            WHEN '1-MATNR'.
              READ TABLE it_print INTO wa_print INDEX selfield-tabindex.
              IF sy-subrc = 0.
                SET PARAMETER ID 'JP_ISS' FIELD wa_print-matnr.
                CALL TRANSACTION 'JP29' AND SKIP FIRST SCREEN..
               GET PARAMETER ID 'WRK' FIELD wa_zprint-werks.
               SET PARAMETER ID 'VKO' FIELD wa_zprint-vkorg.
               SET PARAMETER ID 'VTW' FIELD wa_zprint-vtweg.
               CALL TRANSACTION 'JP29' AND SKIP FIRST SCREEN.
              ENDIF.
    Endcase.
    Endform.

  • Re: Arrears is getting formed twice during retro run

    Hi Team,
    Request your Kind help urgently.
    In one of my support client I am facing a problem with deduction Wage type.
    Scenario is: An employee is eligible to purchase the company share up to 10% .
    - The eligibility will be maintained in I T14 with a wagetype using  %
    - It will calculate on 10% of basic every month and share will be deducted from his pay.
    - But if any Loss of pay is there it will calculate as per is working days.
    For example,
    - In case of changes in the basic in the month of May which is updated in the month of July, when you run the July payroll from payroll driver is running retro for both period that is May to July and gives the output correctly.
    And executed the regular payroll until December.
    But in January when updated IT0581 from 01/04/2010 to 31/12/9999, here when you run the January payroll run, again share purchase amount is getting calculated (twice) which should not happened, since share purchase has already calculated in the month of July(May to July) and the same amount is deducted (twice)
    The calculation is happening when process of arrears is formed
    Please let me know how can I stop system calculating twice share purchase. Should I write any rule or something else can be done.
    Thanks  & Exepcting your help
    Vidya

    Could this help you friend:
    If you whish the payroll system only to evaluate certain aspect of the payroll in orginal period then in the particular payroll scheme where it is evaluted add an IF statement in Function and the "O" value in the PAR2, next line to process your PCR and ENDIF statement after that.
    So if period is orginal then evaluate whatever. Else. Read from previous result. Endif.
    Greetz.

Maybe you are looking for

  • Safari crashes after installing Lion

    I just installed Lion, and also the most recent update to it (not a clean install) and Safari will not startup. I've tried deleting extensions but it has done nothing to help. I have a late 2009 27 inch iMac (2.66 GHz Intel Core i5). Could anybody he

  • Required Vendor Excise Details_J1ID_Creation Date & time

    Hi Experts, We have update Vendor Excise details in t code J1ID under vendor Excise details tab. We have required to Creation date (When Excise details update of particular Customer) Please help BK GAIKWAD

  • Datek Streamer does not work with JRE 1.3.1_01

    I am unable to load the Datek Streamer applet (www.datek.com) when using the JRE 1.3.1_01. I have tried using the JRE with Internet Explorer 5.5 SP2, Netscape 6.2, and Mozilla build 2001112104. In each case, the message "Java applet loading" appears

  • Quiz options "Show Incomplete Message"

    I am developing a scored assessment in my Captivate tutorial. If I check the box to "Show Incomplete Message," the message only displays when the user clicks Submit w/o answering the question. The user can still page forward and not answer the questi

  • Difference between oracle editions

    I'm a novice.I just want to know what are the major differences between standard,enterprise and express editions .