Exception not triggered after 4 acknowledgement failures.

Hi,
   I have an FTP Sender, When i am sending the file to FTP site. the send step is defined as throwing send exception and send exception is handled in send exception handler where i cancel the process. The send step is defined with acknowledgement as "Transport".
I have FTP address wrongly spelt.
So the BPM tries 4 times, with 5 min duration between retires. Then after the 4tn try i am expecting the send step to throw send exception. It does not do that.
Could you please let me what changes i have to do to catch this acknowledgement exception.
I also have a deadline exception. but i dont want this to go into the deadline exception. Can i catch this exception in send exception.
Regards,
Vinay.

Hi,
In IMG - Materials Management- Purchasing-Messages - Fields relevant to Print out of changes
Enter Table EKPO , Reference Field LOEKZ, tick on change print relevant for purchase order,in routine enter 03.
Now your Output will be triggered with a change indicator and you can process it using ME9F.
Regards
Chandra Shekhar

Similar Messages

  • 925685 - Approval process is not triggered after documents are added

    Hi there,
    I was wondering if anyone found already a solution for the following problem.
    According to SAP Note: 925685 - Approval process is not triggered after documents are added.
    Within our SAP application, we want to approve purchase orders for departments based upon the document total.
    I was very astonished that employees are able to add a PO which will not trigger an approval stage and after the document is added, they have the possibility to change the document and at the update moment no approval will be started even if the document meets the approval requirements.
    Therefore I really want the flexibility to give users the possibility to change their PO.
    Meanwhile, documents which are added under approval, are also locked for changes, although this is another question it is also pretty annoying!
    I hope anyone has already found a method or work around for the stated problems above.
    (We are using SAP 8.8 PL 20)
    Thanks in advance.
    Kind regards,
    Marcel

    Hi Kambadasan,
    Thank you for your reply
    I'm sorry but I know how the approval templates work and they are configured correctly, however as SAP also mentioned in their own Note, this is due to the lack of SBO that SAP has such behaviour.
    Hi Gordon,
    Thanks for your reply.
    Unfortunately I have not found the post you mentioned...
    I will post my issue alson on the topic you mentioned.
    Hopefully they found a solution or maybe version 8.81 will solve the problem.
    Thanks a lot!!
    Kind regards,
    Marcel

  • PAI is not triggered after I choose value in F4

    Hello experts,
    I fight with the following problem:
    On my screen I use input field (ucf_s_coi_afd03_ct-xrproc_param) and I coded the F4 help for it manually
    PROCESS ON VALUE-REQUEST.
      FIELD ucf_s_coi_afd03_ct-xrproc_param
          MODULE req_xrproc_param_2006.
    After I press f4 on this field, the values are correctly listed but after I choose one value (double click), I would expect that the PAI is triggered but it is not. I have to press ENTER, only then.
    Is there a way how to trigger the PAI after the value is chosen?
    I found one way, but I don't want to use it:
    If I change the input field into "List box" or "List box with key", then I can assign function code to it and if I do that, then it works - PAI is triggered after value is chosen. However, I don't want to use list box, I need standard input field.
    Any ideas?
    Regards,
    Tomas

    >
    Jonathan Coleman wrote:
    > Rather than triggering the PBO in order to fill in other fields on the screen from your POV event, the usual approach I've seen is to call the function DYNP_VALUES_UPDATE (which is quite well documented) e.g. you could get a customer number from your F4 dropdown, then retrieve their name and address and populate that data back into the screen all from within the "process on value-request" module logic.
    >
    > Jonathan
    The original problem (or at least my orignal problem) which was solved by the SUPPRESS DIALOG was how to trigger my PAI validation - not the PBO though that of course follows on afterwards - immediately on selecting a value from a search help in order to carry out a further check on the value selected.  I've used DYNP_VALUES_UPDATE in other situations, but it was not a suitable solution for me here.

  • PO change output not triggered after deletion of line item

    Hello SAP experts,
    I have one issue with PO output
    I have created PO with output type & we are outputing through ME9F( 3- Send with application own transaction)
    Below is the sequence,
    1.PO created & outputed thru ME9F
    2.Now ,i added the line item in the PO,Output triggred but not processed.
    3.I deleted the line item immedietely,Output not triggered.
    (My question is Why the output is not tiggered?)
    4.I outputed it through ME9F,vendor will receive only 1st output & never get the 2nd o/p for the deletion of item.
    I am clear that after processsing the 1st output,then only i can process the 2nd.
    But in business point of view,this scene created the problem.
    Please provide your valuable input.

    Hi,
    In IMG - Materials Management- Purchasing-Messages - Fields relevant to Print out of changes
    Enter Table EKPO , Reference Field LOEKZ, tick on change print relevant for purchase order,in routine enter 03.
    Now your Output will be triggered with a change indicator and you can process it using ME9F.
    Regards
    Chandra Shekhar

  • Release strategy for RFQ's not triggered after change

    Folks,
    Release strategy is active for RFQ's. In case of initial creation, the release strategy is active. After releasal a change is made to the existing RFQ. However, the release strategy is not triggered. Characteristics used are:
    1) document type (AN)
    2) purchasing type (RFQ purchasing document)
    It is obvious that these characteristics will not re-trigger the release strategy. On header level, there is no field in CEKKO available to re-trigger, for example total quantity? Any suggestions for a characteristic that can re-trigger the RS?
    Message was edited by:
            MdZ

    Hi,
    For RFQ Release strategy will be applicable only for Document type.No other characteristics will apply for that.
    As RFQ don't have any specific table where the data is stored related to RFQ.
    So we Use CEKKO which only identifies the document type of RFQ.
    In your case in initial process while creating the RFQ release strategy is active.
    What change you have made to the Released RFQ.
    rgds
    Chidanand

  • DATA_CHANGED event handler is not triggered after input.(OO ALV)

    Dear Experts,
    What I did:
    I register Enter as the trigger event for data_changed event, and I put my checking logic in data_changed_handler which is a method of a local class. When the checking fails, I put messages using er_data_changed->add_protocal_entry to show messages.
    My checking is simple, if the cell is empty, error messages pops up tells that this cell can not be blank for this row.
    My problem:
    When there is no entry in the alv list(Only this situation), I insert a new entry, the cell which is required is empty, I press Enter, data_changed event is triggered, the message pops up saying that the cell is required. Then close the pop up message window, I input something in the cell, and press enter. The data_changed event is not triggered.
    Is there any1 has any ideas on this problem?
    Vicnent
    Edited by: Changjiu Tan on Sep 7, 2009 1:33 PM

      METHOD HANDLE_DATA_CHANGED.                               "#EC NEEDED
    *<<<  BEGIN MODIFY EXAMPLE CODE
    *   u4FDDu5B58u30C7u30FCu30BFu3092u7DE8u96C6u3059u308Bu3000START
        DATA: LW_INS      TYPE LVC_S_MOCE,
              LV_FNAME    TYPE LVC_FNAME,
              LW_MOD      TYPE LVC_S_MODI,
              LV_MAX      TYPE I,
              LV_RES(12)  TYPE C,
              LW_LIST     TYPE ZTSRE012,
              LV_ROWID    TYPE LVC_S_ROID,
              LT_MOD      TYPE LVC_T_MODI,
              LV_COLID    TYPE LVC_S_COL,
              LV_ROW_ID    TYPE LVC_S_ROW,
              LV_COL_ID    TYPE LVC_S_COL.
    *   u73FEu5728u306Eu30D5u30A9u30FCu30ABu30B9u4F4Du7F6Eu3092u53D6u5F97
        CALL METHOD GO_ALV_GRID7->GET_CURRENT_CELL
          IMPORTING
            ES_ROW_ID = LV_ROW_ID
            ES_COL_ID = LV_COL_ID.
        LOOP AT GT_LIST INTO LW_LIST.
          IF LW_LIST-ID > LV_MAX.
            LV_MAX = LW_LIST-ID.
          ENDIF.
        ENDLOOP.
    *   u30B0u30EBu30FCu30D7ID
        LV_FNAME = CNS_ID.
        LOOP AT ER_DATA_CHANGED->MT_INSERTED_ROWS INTO LW_INS.
          LV_MAX = LV_MAX + 1.
          CALL METHOD ER_DATA_CHANGED->MODIFY_CELL
            EXPORTING
              I_ROW_ID    = LW_INS-ROW_ID
              I_FIELDNAME = LV_FNAME
              I_VALUE     = LV_MAX.
        ENDLOOP.
        CLEAR: LV_FNAME.
        LT_MOD[] = ER_DATA_CHANGED->MT_GOOD_CELLS[].
    *   u30C7u30FCu30BFu30C1u30A7u30C3u30AF
        LOOP AT LT_MOD INTO LW_MOD.
          IF LW_MOD-FIELDNAME = CNS_ZZTTSN.
            LV_COLID-FIELDNAME = LW_MOD-FIELDNAME.
            LV_ROWID-ROW_ID    = LW_MOD-ROW_ID.
            CALL METHOD GO_ALV_GRID7->SET_CURRENT_CELL_VIA_ID
              EXPORTING
                IS_COLUMN_ID = LV_COLID
                IS_ROW_NO    = LV_ROWID.
            CALL METHOD GO_ALV_GRID7->GET_CURRENT_CELL
              IMPORTING
                E_VALUE = LV_RES.
            IF LV_RES IS INITIAL.
              CALL METHOD ER_DATA_CHANGED->ADD_PROTOCOL_ENTRY
                EXPORTING
                  I_MSGID     = CNS_MSGID
                  I_MSGTY     = CNS_MSGTY
                  I_MSGNO     = CNS_MSGNO
                  I_FIELDNAME = LW_MOD-FIELDNAME
                  I_ROW_ID    = LW_MOD-ROW_ID.
            ENDIF.
            CALL METHOD ER_DATA_CHANGED->MODIFY_CELL
              EXPORTING
                I_ROW_ID    = LW_MOD-ROW_ID
                I_FIELDNAME = LW_MOD-FIELDNAME
                I_VALUE     = LV_RES.
           ENDIF.
          CLEAR:  LV_RES,
                  LV_COLID,
                  LV_ROWID.
        ENDLOOP.
        CALL METHOD GO_ALV_GRID7->SET_CURRENT_CELL_VIA_ID
          EXPORTING
            IS_ROW_ID    = LV_ROW_ID
            IS_COLUMN_ID = LV_COL_ID.
      ENDMETHOD.                    "handle_data_changed
    Edited by: Changjiu Tan on Sep 7, 2009 1:31 PM
    Edited by: Changjiu Tan on Sep 7, 2009 1:32 PM

  • DisplayExecution event not triggered after sequencefile execution

    I have a problem now with my customized Test UI developed in C#.
    In my own PC, my codes works well:
    this.axSequenceFileViewMgr1.GetCommand(CommandKinds.CommandKind_ExecutionEntryPoints_Set, 0).Execute(true);
    // Run sequence---> This goes to DisplayExecution event
    private void axApplicationMgr1_DisplayExecution(object sender, NationalInstruments.TestStand.Interop.UI.Ax._ApplicationMgrEvents_DisplayExecutionEvent e)
                this.axExecutionViewMgr1.Execution = e.exec; 
    However, when I run this UI in another PC, which installed same softwares as mine, the DisplayExecution can not be triggered.
    And I found that the count of Executions in axApplicationMgr1 is always 0 after the command execute.
    I'm using TestStand 2014, 64bits version.
    C# in Visual studio 2010.
    Please advise where may go wrong in my code or the PC environment for my problem.
    Thanks alot!

    I figured out the reason of this issue by myself.
    The failure of not doing the GetCommand.Execute() is due to the user login issue.
    During my development I feel the login window is annoying so I disabled it by setting axApplicationMgr1.LoginOnStart to false.
    I'm not sure why it works in my PC but not in others. -> Maybe someone can advise on this point?
    So my current solution is to catch the UserChanged event after the login then to open the sequence file and execute it.
    Hope this is helpful to those meet similar issues.

  • Events listening to Image with map not triggered after DOM manipulation

    Hi again,
    I am rephrasing the issue that I had posted earlier today and assume that reproducing the issue wasn't clearly mentioned.
    ISSUE:
    After the DOM is updated with new image and corresponding image map, events assigned to the div containing the img and map, do not respond or get triggered.
    *TO REPRODUCE:*
    Click on the link below. There appears an image that has image map. Mouse over any of the two boxes and notice that corresponding area ID appears in the red colored box placed below the image.
    (Until here all browsers behave the same. So far so good ...).
    Now click on one of the two boxes (image) and then a new page is loaded that has a new image and corresponding image map to it.
    Now the new image has 4 pink colored boxes. Mouse over any of the boxes and the red colored box should now display the area id corresponding to the box.
    Red colored box below the image is updated with the area id of the box and you mouse over any of the 4 boxes in all the browser EXCEPT IN SAFARI.
    Further, (in all browsers except safari) click on the image and a again a new page is loaded and mouse over and click event are trigerred.
    As long as we mouse over the image, red box gets updated with the area id corresponding to that of the box from the image.
    Also as long as we click a new page is loaded with new image (there are 3 images that are in loop).
    *LINK TO SAMPLE:*
    I recommend you to try this either in Firefox or IE before you do on Safari (to see the normal, expected behaviour first).
    http://www.hivegroup.com/safari/test.html
    All inputs on this issue are welcome and greatly appreciated.
    Thanking you in advance.
    Regards,
    Shashi.

    Thanks for advice Reverse_parn. And I did report the bug to Apple, like you said.
    And, finally did you notice the wrong behaviour in Safari ?
    Regards,
    Shashi

  • Refresh of Master/Detail does not work after validation failure

    After page validation stops further page processing of a Master Detail page,  I get the following Oracle Error on display of the Detail portion :
    <code>
    ORA:01445: Cannot select ROWID from, or sample, a join view without a key preserved table.
    ORA-06510 - PL/SQL unhandled user-defined exception.
    </code>
    Any clues as to why this might occur?  The Master portion of the page displays fine along with the appropriate custom validation error message. It is just the detail portion (from a SQL based report) that is causing the problem.  I do not use a ROWID either! 
    Thanks!

    Just an FYI for everybody who may have this very same problem in the future.  I fixed the error and it had nothing to do with ROWID or views or anything like that.  Under the Page Rendering section where you define the region definition under the source section, I had included the 'order by' clause in my SQL statement.  This was the cause of my ORA-01445 error!  When I removed the clause from the source definition and instead included it within the Report Attributes by checking the Sort box for the appropriate column (thus allowing APEX to generate the sort for me), the error disappeared!  The Oracle error message would NEVER have given me a clue into what caused the error.  I just happened to think 'what if I take the order by clause out'!  How's that for a flukey fix! 

  • PO release strategy not triggered after PO printout

    Hi Experts,
    I have configured PO release strategy and have given 10% tolerance to PO value.
    When I change PO value (more than 10%) after releasing the PO, but before taking Print out of PO, the system triggers new release strategy.
    But when I change the PO value (More than 10%) after taking PO print out, system do not trigger the new release strategy.
    I want the system to trigger new release strategy after PO print out (if its going beyond the tolerance).
    Please help.
    regards,
    Anand

    Hi Anand,
    you cannot reset the release once the PO is printed.
    When the purchase order is printed/faxed the vendor will deliver the goods. Therefore it would make no sense if the system resets the strategy.
    Please ensure that changeability of the release indicator should be 5 or 6.
    Sanjeev

  • Open dataset exception not triggered

    hello folks i'm having a dump because i can't open the dataset, but
    when i use this code
    open dataset p_file for output in text mode encoding default message mes.
    if sy ne 0.
    message mess type E.
    endif.
    the error is triggered but if i use:
    TRY.
           OPEN DATASET p_file FOR OUTPUT
                IN TEXT MODE ENCODING DEFAULT.
         CATCH cx_dynamic_check  INTO gr_err.
           gs_msg = gr_err->get_text( ).
       ENDTRY.
    in debug i can see sy-subrc = 8 but the catch is not trigger, i have also try with   cx_sy_file_authority but nothing, i'm in ECC6 unicode.
    Regards

    hy all thanx for you reply, i've also try to catch all the possible exception like this:
    data gr_err TYPE REF TO cx_root,
    TRY.
           OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.
         CATCH cx_sy_file_open INTO gr_err.
           gs_msg = gr_err->get_text( ).
         CATCH cx_sy_file_authority   INTO gr_err.
           gs_msg = gr_err->get_text( ).
         CATCH cx_dynamic_check  INTO gr_err.
           gs_msg = gr_err->get_text( ).
       ENDTRY.
    still nothing catch and sy-subrc still 8.

  • [SOLVED] "ip: command not found" after power failure

    Hello,
    After a power failure my Arch box has no network connection available. An 'ip addr' command showed me the outrageous error message :
    bash: ip: command not found
    How could this ever happen ? How do I recover from such an error ?
    Last edited by singleton (2014-12-19 17:34:58)

    I wasn't doing any system maintenance when the power failed, just some regular browsing.
    Here's the output of each command :
    pacman -Qk
    https://bpaste.net/show/e06fb962c42c
    echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
    ls -l /usr/bin/ip
    ls: cannot access /usr/bin/ip: No such file or directory
    pacman -Qi iproute2
    error: package 'iproute2' was not found
    I 'm suspecting I will need to use a fresh installation CD to get over this. Any guidance will be greatly appreciated though!

  • Officejet Pro L7590 Scan feature does not work after power failure!

    Hello guys,
    I have an L7590 set up as a wired network printer through a netgear router. I am running Windows Xp. I installed the printer and everithing was working fine, but whenever there is a power outage the printer scanner does not see the computer. I am able to print from the computer but the twain feature is the only thing affected. I checked the router "Attached devices" and the printer is listed. The only way that I have being able to repair the problem is doing a complete uninstall and reinstalling the printer software again. Does anybody knows why this happpens or how to fix it? thanks a lot.

    I am having a very similar problem.  Everything will be working fine, and then one day the scan function will not work.  It will print fine but it wont scan.  It locks up my computer and then I have to reinstall.  Now it has happened and I cant get it to work even after a reinstall.  Printer works fine, but scanning wont work.  I am able to ping the printer and nothing has changed on my computer.  I am lost with this one.  I hope someone is able to answer this.

  • Security exceptions not configurable after release 31 (bug number 1042889 is not fixed)

    We are running Firefox 31 32 and 33 on different machines on windows/XP (updated until end of support).
    Our router has an expired certificate. On the machines updated to Firefox 32 or above the security popup screen does not show. Instead we just get the corresponding error message, when trying to access the router's homepage.
    I looked at the support thread "Secure Connection Failed- can not confirm security exception (since update to 31)" .
    The posted solutions do NOT work!
    Chrome and even IE work fine.
    Please take a look at what was changed and reverse it.
    Or add a possibility to configure exceptions to the always accessible options tab "security", Having only 262 users with the same problem, means all others having the problem just moved to other browsers.
    For someone using Firefox since the beginning and liking it this will be a hard step, so I raise the issue again.
    No, buying a new router is NOT an option, because it manages our network storage and printers and the rule is "never fix a running system".

    hello, the fix of the bug number you have referred to has already landed in firefox 31.2.0 esr and will land in the regular firefox release channel in case there is an update to firefox 33 or else in version 34.

  • Old Generation not cleaned after Promotion Failure

    Hello,
    Using Java 1.6.0_29 with a 45GB heap, we occionally see promotion failiures like this
    2012-03-28T07:37:00.939+0200: 484094.380: [GC-- [PSYoungGen: 14615647K->14615647K(14615680K)] 44825709K->46072922K(46072960K), 154.0113697 secs] [Times: user=149.84 sys=4756.31, real=154.02 secs]
    After that, we run into a situation, where Full GCs occur constantly without removing any objects from the old generation.
    2012-03-28T07:55:26.191+0200: 485199.597: [Full GC [PSYoungGen: 788224K->0K(10485760K)] [ParOldGen: 30836335K->29557364K(31457280K)] 31624560K->29557364K(41943040K) [PSPermGen: 235098K->235086K(239616K)], 22.3880437 secs] [Times: user=658.48 sys=0.00, real=22.39 secs]
    ... (goes on until you shutdown the process).
    We use the following JVM Optons:
    -XX:+UseParallelOldGC
    -XX:+UseLargePages
    -XX:+UseFastAccessorMethods
    -XX:+AggressiveOpts
    -XX:+DisableExplicitGC
    -XX:+UseCompressedOops
    -XX:+PrintGCDetails
    -XX:+PrintGCDateStamps
    -XX:+PrintGCTimeStamps
    Any help in understanding this problem is much appreciated.

    Check the warranty for the cartridges as shown in the document here.  If the cartridges are still in warranty contact HP for replacements.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • How to find Fragmentation of tables and tablespaces in oracle 8i

    Hi, How can i measure the fragmentation of Tables and Tablespaces in oracle 8i. Do any one have any handy script to find the same. What are the attributes to be determined to do health checkup of a database.

  • Safari unexpectedly quits while trying to view content at Disney site

    Whenever my kids try to access the games and videos at the Playhouse Disney website, Safari (and Firefox) quit unexpectedly. I've tried the troubleshooting tips suggested by Apple's article on this, including restarting the computer, resetting Safari

  • OCI Application with 1000 threads

    Hi All, I just created a simple OCI program which creates 500 threads (using OCIThreadCreate call) . The threads do nothing except sleeping for sometime and then exitting. After some threads are spawned (number very non-deterministic) the application

  • Function module EBBS_ITEMS_READ doesn't exist in ECC 5(SAPNetweaver)!

    Hi, In our 4.6B system we have a few programs that use function module EBBS_ITEMS_READ. Unfortunately this function module no longer exists in ECC 5 and our programs no longer work! SO I've tried to find what SAP has done to replace these function mo

  • How to shorten clips on iMovie

    I am doing a project and were using iMove to splice and edit the video, however we cannot get our clips to stay short despite the fact that we saved them that way Does anyone know why it's doing this? If someone has any tips/tricks to help that would