Is this a qucik and satisfactory method for CLD error handling? (see image)

http://i.imgur.com/IiI8D1w.png
with reference to: http://i.imgur.com/TyNVWQX.png (from success package document)
Is this too simple an error handler setup?  Assuming non-catastrophic errors are taken care of before leaving any case in my qsm?  An error is only acceptable during debugging isnt it? (unless instructed by requirements?)  
I'm trying to think of ways to save some time as I've been working so much I let my test date creep up on me...  
Thanks
Solved!
Go to Solution.

PatLyons wrote:
Is this too simple an error handler setup?
In the real world, yes.  For the CLD, that is a minimum to get the points.  Just throw down the Simple Error Handler to show the error dialog and you have "handled the error".  If the spec does not say how to handle the error, stop the loop(s) and show the error dialog.  If you are given a spec of how to handle the error, do whatever you are told.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Why can I no longer, after having downloaded Lion, write accents and other diacriticals when in the Google, Yahoo, FaceBook, or even here in this post? The new method for getting at the "option" symbols works fine in other places like spotlight, but now e

    Why can I no longer, after having downloaded Lion, write accents and other diacriticals when in the Google, Yahoo, FaceBook, or even here in this post? The new method for getting at the "option" symbols works fine in other places like spotlight, but now even the older "option+letter" doesn't work in most places.

    Chrome doesn't support the new accent/diacritics/macron chooser. I'm not sure about other browsers such as Firefox. You can use the old Option+letter combination that Doug suggested. Hopefully updates will solve these little incompatibilities shortly.
    Neill

  • Tiling and collision methods for this app

    I plan on making a game where the player travels down though a level. I have created basic player/objects collision games using AS2 & Mclips for browser/PC and some basic AS3 apps also, but I want to focus on making this one to run well/fast on iOS and Android via flash/AIR.
    The goal will be for the player to avoid colliding with rock/tiles.  There will not be too many enemies to track but a few powerups may be on the rock edges to pickup.
    Can someone give me any suggestions/links for current Tiling and Collision methods for this environment? Should I use starling?

    Thanks Glad, I hear that a pixel perfect collision method like bitmapdata hittest can be a tremendous overhead in CPU time, but I guess I will have to try it and see.

  • Can we hav call transaction and session method for an application

    can we hav call transaction and session method for an application ?if yes how?

    Hi ,
    You can.  If Call Transaction fails, a batch input session can be created.
    Check this example-
    Call the transaction. Messages from Call Transaction are stored in the
    internal table messtab 
      CALL TRANSACTION 'LT01' USING bdc_tab MODE 'N' UPDATE 'S'
          MESSAGES INTO messtab.
      IF sy-subrc = 0.                                                 
    Call transaction successfull,  get the number of the Transfer Order that
    was created                                                        
        LOOP AT messtab.                                               
          IF messtab-dynumb = '0104' AND messtab-msgnr = '016'.        
            w_transportorderno = messtab-msgv1.                        
          ENDIF.                                                       
        ENDLOOP.
      ELSE.
    Call transaction failed, create a batch input session instead.
        PERFORM open_group.                        
        PERFORM bdc_insert USING 'LT01'.           
        PERFORM close_group.                       
    ENDIF.
    Regards,
    Sookshma

  • What's the best method for a nav menu with image rollover for all visitors?

    Hi.
    First, thanks for reading this.
    What's the best method for a nav menu with image rollovers for all visitors, including PDAs? I've used JavaScript rollovers for years because the majority of my customers' visitors use some version of IE (past 7.0) but I'm building a new site that has to display properly for the widest range of visitors imaginable. (I also know that I need to use a more modern method for everyone and this is my excuse to start).
    Finally, using images is critical. I apologize ahead of time to anyone I offend, but I have never seen a nav menu without images that doesn't look just plain terrible.
    Thanks.
    Fitz21

    If you want the best menus possible for Dreamweaver look no further than Project Seven:
    http://projectseven.com/
    They have all kinds of menus and other extensions available for purchase.  Easy to use and they work as advertised.  I personally use Pop Menu Magic and Tab Panel magic myself.  I could go on and on, but I guarantee that if others respond they will echo the same sentiment for Project Seven.

  • And 'can use for commercial purposes Gallaria the images in photoshop?

    and 'can use for commercial purposes Gallaria the images in photoshop?
    type print shirts

    If the images belong to you or you are using images that you were given permission to use such as public domain images. The other requirement (as far as I know) is photoshop is not the student/teacher version.
    There is an eula on the main web page of Adobe that you can read. Just search for it. Be specific with the search for example eula for lightroom or eula for Photoshop CC 2014.

  • Housebank and payment method for vendor

    Hi
    While doing MIRO, i want housebank and payment method to populate from vendor master data.  I maintained both these details in VM data but its not populating automatically in MIRO.  Please help.  (m using ECC 6)
    Sadhana

    Thanks Rinku.
    If we keep house bank and payment method fields blank while doing data entry, system will pick them up from VM data at the time of payment run. Right??
    But if the housebank field is mandatory for data entry (as in my scenario),  then we have no option but to fill the fields up at the time of MIRO or FB60.
    In my scenario, daily there are 150 bills processed at one centre, and the user has to fill up these two fields every time.  Is there any other solution so that this trouble can be saved?
    Thanks (points assigned).

  • FM and/or method for displaying file from frontend ?

    hi there,
    i have word-documents, excel-sheets, PDF'S, etc.......... on my frontend PC.
    i need a function module and/or method of class to OPEN this files. do you
    have any hints for me ?
    regards, Martin

    hi,
    thanks a lot, friends. i found out that execute from cl_gui_frontend_services works perfect for me.
    BUT: is it possible to load a file from APPLICATION server too ? in the example below
    file is on presentation (client).
    call method cl_gui_frontend_services=>execute
          exporting
            document = 'C:\Dokumente und Einstellungen\d78358\ALTMP_D01_2.PDF'
              maximized = 'X'
            exceptions
            others   = 1.

  • Objects and instance methods for JSP?

    I've been looking through the JSP 2.0 specification and, while I'm extremely impressed with the improvements in this version, I'm also disappointed to see that everything still boils down to statically bound methods.
    What I mean by this is that the template part of a JSP is like an anonomously named static method associated with the JSP class. The new tag-files in JSP 2.0 are terrific, but they also have this same kind of static binding.
    As far as I know, only JPlates (www.jplates.com) allows you to develop web applications using actual instances of classes that have instance methods for expressing the template parts. Are there any other template processing systems that support real object-oriented development of dynamic content-generation applications?

    By an amazing coincidence, the domain name jplates.com is registered to a Daniel Jacobs and your user name is djacobs. What are the odds of that?
    If you're going to plant commercials, you need to disguise them better than this.

  • Classic: will not recharge; apple logo flashes every few seconds then fades away; have tried the 'reboot' advice i.e. move hold switch on and off, hold menu and center button, no success.  have tried this many times and kept connected for several hours.

    I have a classic, several years old.
    It will not recharge; the Apple logo flashes every few seconds then disappears. 
    I have tried the 'reboot' advice i.e. move the Hold switch on and off, hold the Menu and Center buttons, no success. 
    I have tried this many times and kept the ipod connected for several hours.  And I have tried two different cords, one connected to the desktop computer, one connected to electrical outlet.

    Hi enbridge4,
    If your iPod Classic won't charge or turn on, you may find the following articles helpful:
    Apple Support: iPod won't turn on
    http://support.apple.com/kb/ts1383
    Apple Support: iPod's battery doesn't charge
    http://support.apple.com/kb/ta44551
    Regards,
    - Brenden

  • Please help me with this urgent viewing and editing question for a long video clip.

    Hi, I have never used this software before and when I imported a 2 hours and 12 minute video clip of my sister's wedding into the system and added it as one sequence into the program it would only allow me to watch and edit the first 2 minutes.
    Why is that and how can I rectify this so that I can watch and edit the whole clip?
    Also, can such a long video clip be edited by trimming it and creating transitions where I see fit?
    Thanks so much for your advice as I am feeling really stuck right now.
    Becky

    First, the tutorial list in message #3 http://forums.adobe.com/message/2276578 may help
    2nd, More information needed for someone to help... please click below and provide the requested information
    -Information FAQ http://forums.adobe.com/message/4200840
    3rd, did you do the below to be sure your project is correct?
    See 2nd post for picture of NEW ITEM process http://forums.adobe.com/message/3776153
    -and a FAQ on sequence setting http://forums.adobe.com/message/3804341

  • Is this Power Supply and case right for my PC?

    Pals...
        Here I go again with a brand new question.
    I want to buy a new case with the Power supply Unit in it and I have come to the decision of buying them separately.
    My machine at the moment is made up of...
    AMD Athlon 64 3200+ Processor Socket 939
    MSI K8N Neo-4 Platinum Socket 939 motherboard
    MSI NX GeForce 6600GT 128 Mb PCI-E VGA card (connected thru the PCI-E, actually)
    2 521 Mb Kingston DDR Memory 400 - 3200
    1 120 GB Western Digital HD PATA (with OS: Windows XP Professional SP2)
    1 120 GB Seagate HD PATA (with files only)
    1 Pioneer 109 DVD-RW
    1 Pioneer 111D DVD-RW
    1 generic Floppy
    Anyway, this is the Case I want to buy
    More information here...
    http://articulo.mercadolibre.com.ar/MLA-22331044-gabinete-vitsuba-master-550w-fan-120mm-lcd-frontal-vtb-_JM
    and this is the Power Supply
    More information here
    http://articulo.mercadolibre.com.ar/MLA-22621114-fuente-vitsuba-san-55-s-fuente-vtb-colosa-550w-20-24-pines-_JM
    Now, In the PSU, there is a comment that it has 20-24 pins. What the hell are they? Are the Case and PSU fine for the computer I have?

    vandienk,
    If you know anyone coming to the U.S. I have some much cheaper options for you:
    Rosewill RD600-2DC-SL 600W Active PFC Power Supply SLI Ready ATX Form Factor 12V V2.2 / SSI standard EPS 12V, 90-264V CSA,UL,TUV $68.99
    MSI TurboStream 600W ATX 12V V2.2 EPS12V 600Watts Power Supply 115/230 V Safety / EMI Approvals: FCC certification $69.99
    Mushkin 550200 ATX12V 550W Power Supply 115/230 V cUL,CE,CB,FCC $89.99
    ePOWER ZU-600W ATX 12V v2.01 600W Power Supply 115/230 V CSA, TUV, FCC, UL $89.99
    Take Care,
    Richard

  • Itunes artwork display issue and a fix for  'unknown error occured (-50)'

    Too bad they dont have stickies. This would be a great one.
    This is a thorough fix for art work and the -50 error.
    If you see artwork in itunes, first verify that the artwork is in the mp3 tag using a program like "tag and rename" http://www.softdepia.com/tagrename_download1291.html
    If the artwork shows up in tag and rename, then you added it correctly.
    If the artwork isn't displaying on ipod, delete the song and retransfer to the ipod. Next make sure the "view artwork" check box is checked. To do this connect your iPod to iTunes and there will be a checkbox that should be checked to see if you want artwork to show up on your iPod.
    If you get this message -
    The ipod cannot be updated. An unknown error occured (-50).
    And have no artwork at all in you IPOD , dont fret. I am getting there..
    NO you DO NOT NEED to FORMAT YOUR IPOD YET as commonly posted. I have tested and retested the following fix-
    Eject IPOD. Kill ITUNES.
    Backup the following files
    iTunes Library.itl
    iTunes Music Library.xml
    & anything in the Previous Itunes library folder
    and delete them. More info on these at http://docs.info.apple.com/article.html?artnum=93732
    Dont worry, its much easier to recreate the database than to wipe your IPOD.
    Next Start up ITUNES. Plug in IPOD. You now should have a empty database.
    At this time, uncheck copy ARTWORK to IPOD, and when it's done deleting artwork, CHECK Copy ARTWORK to IPOD.
    It now should sucessfully display ARTWORK and not get the -50 error!!
    Now, goto you ITUNES Music folder and drag to the library and it will add you music back in, including your PODCASTS.
    All you need to do is click the RESUBSCRIBE button and you are back in business!
    IF this fails, which i cant DUPLICATE anymore, try this
    http://docs.info.apple.com/article.html?artnum=300248
    Its the DREADED IPOD FORMAT article.
    But you probably wont need it if you follow all these steps.
    Post back if this doesnt work and if it does, give me some credit;)

    Just as an fyi, to shorten this procedure instead of deleting the files i found out you and open the .itl files and delete all the lines in it so its an empty file.
    Then open itunes, and it will rebuild the database with the files from the .xml file.
    This saves you from having to rescan the songs..

  • Tool and best method for diary

    Hi All,
    Can anyone please help me in this ?
    I want to create a diary  for 2015 .
    I have some design in the diary unlike traditional diary.
    Which is the best method and tool to create the same? How to create templates and design effectiviely without redoing the same deisgn and alignment again and again.
    Looking forward for yoru response.
    Thanks Nirmala

    You need to ask specific program questions in that specific program's forum InDesign
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to get the CanGoBack property and GoBack() method for windows 8 store app

    Hi Everybody,
            I m working windows 8 store app with webview. Here I have two buttons for go back and go forward. But i didn't have default  property for goback and goforward. How can i achieve this? 

    Thanks Rob Caplan
    Actually I want solution for XAML.
    I achieve this by using list and maintaining the the current item position of current URL.
    See the Sample code:
    In webview loadingcomplete event track the url navigations
    private int _bacListPositionElevate = -1;
    webView.LoadCompleted += (object s, NavigationEventArgs e) =>
    _currentUri = e.Uri;
    if (_currentUri != null)
    if (_currentUri != elevateNavigationStack[_bacListPositionElevate])
    elevateNavigationStack.Add(_currentUri);
    _bacListPositionElevate++;
    Now in the back button decrease the position like this:
    _bacListPositionElevate--;
    webView.Navigate(elevateNavigationStack[_bacListPositionElevate]);
    BackButton.IsTapEnabled = (_backStackPositionElevate != 0);
    FrwdButton.IsTapEnabled = (_backStackPositionElevate < elevateNavigationStack.Count - 1);
    Now in the forward button increase the position like this:
    _bacListPositionElevate++;
    wvElevate.Navigate(elevateNavigationStack[_bacListPositionElevate]);
    imgElevateBack.IsTapEnabled = (_backStackPositionElevate != 0);
    imgElevateFwrd.IsTapEnabled = (_backStackPositionElevate < elevateNavigationStack.Count - 1);

Maybe you are looking for

  • Help with Multiple libraries and one storage location for files

    I cannot get an answer to this question anywhere and was really hoping that The [H] would be able to help. Here is my current set up that allows my wife and I to have completely independent libraries and ratings, but use the same files: -Shared folde

  • WS - "java.rmi.MarshalException: (1)Missing end tag for Body or Envelope"

    HI All, I'm new of this forum but I really hope you could help me solving the problem I have to connect Web Services and midlets. Somehow my configuration works with some services I've found online but when I invoke very simple services deployed on m

  • Meebo: how to get rid of it in Snow Leopard

    Please help me get rid of it. It doesn't show in Spotlight, extensions, finder or applications. Did Google hide it in my macbook?

  • Exchange Rate derived from OB08 while making payments

    Dear Team, We have posted a document with exchange rate 1Euro = 70 Inr manually, but when i post a payment transaction for the same in INR the exchange rate for the same line item is derived based on the rate maintained in OB08 for EURX Exchange Rate

  • Bom text in Purchase requisition

    hi all we are working on Project base scenarion with MTO. we create bom as per wbs element. we have a material codes for pumps, motors. in bom we maintain text for line item. e g for pump we maintain make for the pump in text line of bom. my requirem