Reason and details for Deactivation of Event linkage in Production

Hi Friends,
Recently I have come across Event deactivation For AP invoice, Vendor Creation and Customer Creation workflows in Production, I have checked further and found that those are set as deactivate event linkage as default system behavior.
So that mean when ever an error will occur while event triggering then linkage will be disabled by the system.
Correct me if I am wrong.
So friends, my big doubt her is that What all are can be the reasons for that system error?
*And How I can get details for those errors? *
Regards
Dev

Hi,
While defining the Event linkage in SWETYPV ->
When ever u click on Business object it will open one new window ->
In that window -> There are four options to define in the field
Behaviour upon Error Feedback -> system defaults
                                                  Deactivation of linkage
                                                  Mark linkage as having errors
                                                  Do not change linkage
if the linkage is not activated as per the syatem defaults ( when ever error occurs)
You need to specify the type as -> Do not change linkage
Please check the four options once u will come to know the difference.
And also please check the following link
[http://mailman.mit.edu/pipermail/sap-wug/2004-October/014617.html]
Edited by: vijayareddy on Jun 1, 2009 11:56 AM

Similar Messages

  • The XPRA for converting the event linkage (RSWFEVTXPRA)

    Hi
    We have just completed a couple of upgrades from 46C to ERP2005 ECC6 and we have discovered a problem with the workflow in that some of the event linkages are lost during the upgarde.
    We have found the following SAP notes 1082490, 1019080 and have also been advised that we should remove the program RSWFEVTXPRA from the upgrade but there are no instructions for doing this.
    Has anybody experienced the same kind of problem and if so how was the problem overcome.
    Many Thanks
    Steve

    Hello Steve,
    Please look at the following OSS Notes for workflow issues
    1092157
    1083317
    1075730
    1060762
    1058159
    1055045
    1049570
    1043988
    1031216
    1019080
    1017567
    1008778
    991585
    991379
    988191
    987978
    975851
    960783
    956559
    950861
    939489
    931519
    924388
    921775
    905029
    881160
    859293
    215753
    1019850
    Better still if you can upgrade to SAP Basis 700 SP SAPKB70014. This will take care of most of your issues.
    Regards,
    Amol
    Reward points if helpful

  • RowNum for header and detail for XMLNodes using XQuery Sqlserver

    Hi All,
    I have this xml.
    declare @xml xml
    set @xml =' <StudentsData>
    <StudentData>
    <Name>AAA</Name>
    <subjects>
    <subject>
    <Name>computers</Name>
    <marks>30</marks>
    </subject>
    <subject>
    <Name>Maths</Name>
    <marks>40</marks>
    </subject>
    </subjects>
    </StudentData>
    <StudentData>
    <Name>BBB</Name>
    <subjects>
    <subject>
    <Name>Science</Name>
    <marks>30</marks>
    </subject>
    <subject>
    <Name>Physics</Name>
    <marks>40</marks>
    </subject>
    </subjects>
    </StudentData>
    </StudentsData>'
    I am able to get the proper data by querying like below.
    select
    s.n.value('(Name/text())[1]', 'varchar(50)') as StudentName ,
    z.c.value('(Name/text())[1]','varchar(50)') as SubjectName ,
    z.c.value('(marks/text())[1]','int') as Marks
    from
    @XML.nodes('/StudentsData/StudentData') as S(N)
    CROSS APPLY s.n.nodes('subjects/subject') z(c)
    But I want to include the header_id and detail_id to for these records using a variable like below.
    eg: declare @header_id =100
          declare @detail_id = 1000
    I want the output like below.
    HeaderId DetailId StudentName SubjectName Marks
    101 1001 AAA computers 30
    101 1002 AAA Maths 40
    102 1003 BBB Science 30
    102 1004 BBB Physics 40
    how do I get this using xquery.
    Thanks in advance.

    pls try
    declare @xml xml
    set @xml =' <StudentsData>
    <StudentData>
    <Name>AAA</Name>
    <subjects>
    <subject>
    <Name>computers</Name>
    <marks>30</marks>
    </subject>
    <subject>
    <Name>Maths</Name>
    <marks>40</marks>
    </subject>
    </subjects>
    </StudentData>
    <StudentData>
    <Name>BBB</Name>
    <subjects>
    <subject>
    <Name>Science</Name>
    <marks>30</marks>
    </subject>
    <subject>
    <Name>Physics</Name>
    <marks>40</marks>
    </subject>
    </subjects>
    </StudentData>
    </StudentsData>'
    declare @header_id int =100
    declare @detail_id int= 1000
    select @header_id+ROW_NUMBER() over(order by (select 1)) header_id,@detail_id+ROW_NUMBER() over(order by (select 1))detail_id,
    s.n.value('(Name/text())[1]', 'varchar(50)') as StudentName ,
    z.c.value('(Name/text())[1]','varchar(50)') as SubjectName ,
    z.c.value('(marks/text())[1]','int') as Marks
    from
    @XML.nodes('/StudentsData/StudentData') as S(N)
    CROSS APPLY s.n.nodes('subjects/subject') z(c)
    vt
    Please mark answered if I've answered your question and vote for it as helpful to help other user's find a solution quicker

  • Event linkage is getting disabled

    Hi Experts,
    I made some changes in my workflow and transported the same into my quality server.
    but when i am trying to execute that workflow it is not creating any workitem and it is deactivating my event linkage.
    please guide me i am stuck in this.
    Thanks in advance.
    Regards
    ANit

    Probably you have to check SWEL to find what is wrong with the event triggering. Probably some mandatory parameter is not getting passed or some authorization issue.
    You can also change the Feedback Upon Error in SWE2 for your Workflow template entry to DO NOT CHANGE LINKAGE. The vent linkage will not be deactivated such that events which are good will trigger event after the Error event.
    Thanks
    Arghadip

  • Tcode to check the event linkage for a terminating event

    Hi ,
    Can some one plzz let me know the transaction code for checking the event linkage for a terminating event
    Thanks
    Sheetal

    And yes the FM RH_GET_TASKS_OF_EVENT gives you the list of tasks for a given BO-terminating event combination. Pass the parameters for this FM as folllows,
    CLSTYP = 'BO'
    CLSNAM = '<BO name>'
    EVENT = '<terminating event name>'
    GET_START_EVENTS = ' '
    GET_TERM_EVENTS = 'X'
    you will get the task list in the table TASKS_OF_EVENTS.
    Thanks,
    Prasath N

  • Event Linkage to Workflow

    Hi,
    I need to enable the Standard WF 1000105 PdvAppraisal for the Appraisal Approval/Rejection by Appraisee.
    I enabled the Event linkage in the Trnx: SWETYPV.
    Unlike the other WFs, this WF has the binding with the triggering Event deactivated.
    I activated the binding, saved the WF. But after some time..approx 15 min, I check the binding linkage in other session and see it deactivated. The Linkage dint get saved actually. I am not sure of what might be the reason.
    Please suggest.
    Thanks,
    Suryakiran D.
    Thanks,
    Suryakiran D.

    Suryakiran,
    I assume that this workflow runs every 15 minutes or is activated after the period and an error occurs during runtime.
    One possible cause might be that something in your workflow or even the standard SAP WF went wrong. I've watched this behaviour, too when coding some own workflows before.
    This means that the workflow system will deactivate any faulty workflow in case sthg. went wrong.
    Perhaps you can check using transaction SM58 for any RFC errors or look into ST22 for short dumps.
    Of course you could also debug ot test methods using transaction SWUD. Transaction SWU0 allows you to test event linkage.
    HTH,
    Michael

  • How to ensure the event linkage of the Workflow active/enabled?

    Dear Experts,
    Iam new to the Workflow. We have one Workflow event linkage not activated/Enabled in the production system eventhough it was active in DEV as well as QA. We have transported the Customising request to enable event linkage in Production.
    my question is why the event linkage is deactivated/disabled in Production?
    is there any way to ensure that it (event linkage) will not be disable in production system? (please answer to this)
    Please suggest .
    Warm Regards,
    Murthy.

    Hi
    When there is an error in event, then linkage often gets broekn. In SWE2 or SWETYPV settings, Behaviour error upon feedback make it as do not change linkage.
    This will sure that when there is an error, only that workflow will be in error mode and event linkage is not broken.
    Regards
    Sachin

  • How to get rid of mutiple events showing in calenders for the same event

    How do you get rid of mutiple events that show up in your calender of the same event. It doesn't matter what kind of event it is whether personel or yearly holiday it shows up mutiple times in the month view, list view. I've gone through and deleted events manually and said for all future events but this is time consuming, because you have to do it for each event. Is there a qicker way of getting this done? Also just an off note I found out that my bluetooth headsets stop ringing throught the ear piece like they did before the upgrade, any insight into this?

    If I understand your question correctly...
    try the following
    from Sources, choose the greyed out streaming library that you want to be rid of...in your case, make sure it is the right one, since they both have the same name.
    You should get a screen that says "Library Unavailable" with 2 menu choices below that, "OK" and "Disconnect from iTunes".
    Choose disconnect from iTunes and the library should be gone from your Sources.

  • A passcode was not created when ipad mini 3 was first set up however it is now locked and asking for a passcode. What to do?

    A passcode was not created when we first set up my son's ipad mini 3 however the ipad is now locked for some reason and asking for a passcode.  What do we do?

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

  • Why does reminders only remind me for yesterday and tomorrow for recurring reminders?

    I am running Mavericks on my MacBook Pro. All of sudden, I noticed that Reminders was alerting me only for yesterday and tomorrow for the same events of which it is supposed to remind me daily. I click on yesterday's Reminder as completed, then it goes strait to tomorrow's reminder, which obiously does not remind me of until the next day. Why will it not remind me on the correct date? I have not made any software changes that I can think of.

    Mozilla has nothing to do with YouTube and the manner in which they determine the age of their viewers. See Google for support.

  • Populate reason and result fields

    HI,
         I want to populate 'reason' and 'result' for reportability in CRMD_ORDER transaction.can you please help me by giving any suggestion?
    I can't fine the ref guid for osset.

    See if the following code works for you.
    DATA: it_service_os TYPE  crmt_srv_osset_comt,
            is_service_os TYPE  crmt_srv_osset_com.
      DATA: es_service_os TYPE crmt_srv_osset_wrk.
      DATA: is_osset      TYPE crmt_srv_osset_com1.
      DATA: es_osset      TYPE crmt_srv_osset_wrk1.
      DATA: is_subject    TYPE crmt_srv_subject_com.
      DATA: es_subject    TYPE crmt_srv_subject_wrk.
      DATA: ct_input_fields TYPE  crmt_input_field_tab,
            cs_input_fields TYPE  crmt_input_field.
      DATA: ct_input_field_names TYPE crmt_input_field_names_tab,
            cs_input_field_names TYPE crmt_input_field_names.
      DATA: it_objects_to_save TYPE  crmt_object_guid_tab.
      DATA: et_saved_objects   TYPE  crmt_return_objects.
      CLEAR: is_service_os.
      is_service_os-ref_guid = gv_header_guid.
      is_service_os-ref_kind = 'A'
    is_subject-ref_handle = 1.
      is_subject-katalogart = iv_katalogart.
      is_subject-codegruppe = iv_codegruppe.
      is_subject-sort = 1.
      is_subject-mode = iv_mode.
      is_subject-code = iv_code.
      INSERT is_subject INTO is_osset-subject INDEX 1.
    is_osset-ref_handle = 2.
      is_osset-subject_profile = iv_subj_profile.   "<-You subject profile.
      is_osset-profile_type = 'G'.
      INSERT is_osset INTO TABLE is_service_os-osset.
    INSERT is_service_os INTO TABLE it_service_os.
      cs_input_fields-ref_guid = gv_header_guid.     "Transaction Guid
      cs_input_fields-ref_kind = 'A'.
      cs_input_fields-objectname = 'SERVICE_OS'.
      cs_input_field_names-fieldname = 'CODE'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'CODEGRUPPE'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'KATALOGART'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'LISTCODE'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'DEFECTCLASS'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'DEFQUANTITY'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      cs_input_field_names-fieldname = 'QUALITY'. "Constant
      INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
      INSERT cs_input_fields INTO TABLE ct_input_fields. 
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_service_os   = it_service_os
        CHANGING
          ct_input_fields = ct_input_fields
        EXCEPTIONS
          OTHERS          = 1.

  • Using cr for vb 2010 and cr for 2012 on same development computer

    I have applications in  vb.net 2010 and  am going to install vs 2012 on the same development machine.  Can I continue to create reports for 2010 and 2012 on same development machine.  Will I then have both cr for vs 2010 and cr for vs2012 on the same development machine with separate references to each vb.net version.  Is that correct?  Both visual studio versions will now be using the framework 4.5 as I understand when both are installed on same machine.  Is there anything regarding this that would involve separate steps installing Crystal?
    Is there anything else I need to do regarding crystal in terms of installation that would be different?  I know there was a problem with having vs 2008 and vs 2010  with the different crystal versions on the same development machine .  I gather this is not the case now?
    Thanks

    Hi Suzanne,
    CR for VS 2010 and CR for VS 2012 are not different products. Its the same product called as
    SAP Crystal Reports developer version for Microsoft Visual Studio which works with VS 2010, VS 2012 and VS 2013.
    Yes, you could install VS 2010 and VS 2012 on the same machine and then simply install CR_VS_13.0.10.exe (SP10) from above link. This will integrate with both VS 2010 and VS 2012.
    You could develop your apps saparately with both VS versions however the CR assembly references would be the same for both VS apps as its is the same CR version.
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Event Linkage for custom Workflow and Custom BO

    Hi Friends,
    I have created one Custom Module Pool, Business Object and Workflow Definition. In Business Object I have created one Business Event and the event is triggered from Custom Module Pool using function module SWE_EVENT_CREATE. I have created event linkage in transaction SWETYPV and receiver type given Workflow Template No: (WS*) and receiver function Module SWW_WI_CREATE_VIA_EVENT_IBF and checked Event Linkage Active checkbox. Finally I have activated the Triggering Event in the Workflow basic data section. But the Workflow is not getting triggered. Can anyone of you give me a solution for this or tell whether i missed any of the setting for the workflow?
    Regards
    Sujith

    Hi Sujith,
    Did you include a commit work statement after the call to SWE_EVENT_CREATE?
    Regards
    Gareth

  • Event linkage deactivated after executing the work flow

    Hi Experts,
    We are facing a problem in the production with Event linkage activation.After Event linkage was activated (ENABLED = u2018Xu2019 in the table SWFDEVENA) and if we execute the workflow then again this linkage is deactivated(Enabled value is cleared).if we activate the linkage and execute the work flow again after work flow exectution event linkage will be deactivated.Could you please  give the solution if any one face this issue.
    Thanks and Regards,
    venkat

    Hi Rickk baker,
    Thanks for your answer.Now my issue was resoved .This is because of some mandatory work flow container parameter value is missed in the programme.This was traced throgh event trace(swel and swels)
    Thanks and Regards,
    Venkat Marisetti

  • What are the options for integrating the event catalog and event landing pages in our website?

    We'd like to integrate the event catalog and event landing pages into our website but would prefer not to use the standard iframe embed code. Are there other solutions available, like an API or something else?
    Reason for this is that when we tried it with the iframe embed code the event catalog seems to load quite slow in a webpage on our website. Plus it seems we can't change the width and height of the event catalog with the CQ5 editor, or have the event catalog embed dynamically change in size depending on the amount of events in the catalog.

    Keeping everything in one scene is the better way to go.  Scenes are useful for animators who do not use navigation, they just make movies that play frame after frame without stopping.  But for anything that involves navigating the timeline you will have less headaches if you just avoid them and keep everything in the one main timeline.
    There are primarily two approaches to implementing pages in a timeline.  Either spread them out along the timeline and navigate from frame to frame to access them, or create them as movieclips (all in the same frame) and manage their visibility.  The latter approach makes it easier to maintain the status of a one page if navigating to another is necessary.  And you might find it useful to mix these two approaches at times.
    When you have everything on one timeline, you can have a layer dedicated to actionscript that you extend the full length of the timeline, which makes shareable code, such as variables and functions, available to anything along the timeline.  This avoids any need to have duplicate function definitions since you can have the same single function available to multiple pages in the site.  I usually use two actions layers... one for the shared stuff which has all code in frame 1 only, and another for frame specific code such as timeline commands and other action coding that needs to happen at particular frames.

Maybe you are looking for

  • Mac suddenly slow, overheating, spinning ball of death, hard to reboot.

    Problem description: Mac suddenly slowed down, especially when using Safari - spinning ball of death, pages won’t load, etc. Hard drive appeared to get “stuck” causing overheating and had trouble even shutting down with the button, and then wouldn’t

  • Anyone know how to download old episodes of a podcast?

    I accidently erased some episodes to a podcast that I subscribe to, and would like to re-download them. But How?

  • Reinstall my Windows 7?

    I have Windows 7 Home Premium installed in my 13 inch Macbook Pro via Bootcamp. I may need to wipe out all the data on the bootcamp partition and reinstall Windows 7 one day, so how exactly do I do it? I do not know what I have been doing, but I can'

  • What does the "restore previous session" menu option do?

    It seems that it would be obvious, except this option is '''''always''''' greyed out. I keep my history for the longest available period of time, so it shouldn't be erasing anything.

  • Don't bother!

    Despite BT asking for my telephone number and postcode, and then telling me that I would get a speed of 50.4Mb, when their engineer arrived to install it, he immediately stated that we wouldn't get anything at all! What hsort of incompetent test is c