Report terminates after error message

Hi all,
     i had created an alv report ,grid display.I am using a few error messages frm a message class.Whenever i am performing an operation AFTER the error message is displayed,( like clicking back button,clicking any push button,when trying to debugg using /h..ect..) the entire transaction exits/ it comes out /terminates...pls help me on this
.... i am even unable to debug using /h...
Regards,
Devendran
Edited by: Paramaguru devendran on Mar 21, 2008 7:13 AM

Hi
I think it doesn't make a sense to set a warning or error meesage in the user_command of ALV, usually it's better to use an information message and exit from the routine (method):
METHOD handle_user_command.
    IF <velidation>.
       MESSAGE IXXX(YY).
       EXIT.
    ENDIF.
ENDMETHOD.
In this way the program will be out from the method and doesn't run the abap code after the message and back to the ALV.
Max

Similar Messages

  • "Importer reported a generic error" message while importing ProRes 422 clip

    Hi all.  I am getting an "Importer reported a generic error" message when I try to import a ProRes 422, linear PCM clip into Premiere Pro CS6.  I have imported other ProRes 422 clips in previous projects without a problem, although those clips did not have the linear PCM codec included.  I have tried to solve the problem using advice on other forum threads.  Changing the file name did not work.  Removing underscores in the file name did not work either.  Copying the file and pasting to a different folder before re-importing did not work either.  The file DOES open in AE, but I am getting the error message without fail when I try to import into Premiere.  Any thoughts on how to remedy the situation?  FYI - I am still running version 6.0.0 of Premiere.  Thanks for your help!

    Try going to Help | Deactivate in Pr.  Close Pr.  Reboot.  Launch Pr and activate if requested.  That procedure has helped some users restore missing codecs and presets, maybe it'll help your Dynamic Link.
    Jeff

  • SSRS 2008 Created Commssion Report, now getting error message when I run this ( need Help)

    in SSRS 2008 2 years ago created Commission with sub reports added, it was working fine, some how started to get error  
    message when we entered some invoice # see below screen shot of error message
    but same time if I enter different invoice # it process the report without any error message , donot understand the problem
    what's causing this issue, I have looked each sub report,
    can some one suggest any idea,
    I have spent hrs to figure it out, no luck so far.
    thanks in advance
    see the 2nd screen shot with report process
    any help will be greatly appreciated

    Hi Wendy
    thanks for your reply
    I tried creating new report , I have 1 main report and 3 sub report on this
    on main report when I enter some invoice# and accountnum  data shows up with no problem,
    but same time if I enter different invoice# and accountnum , there is no data return  on same query, I have checked my query so many times, donot understand this issue, what's causing this problem, since all the data pulling from same tables, why its
    not pulling for some invoices,
     other strange thing , I created this report , year ago, there was no problem until now,
    all of the sudden this problem just shows up,'
    I am not that expert in sql , can I really use advise
    see below by query , if you can tell me what's wrong with my query I will be really greatfull I have spend so much time to figure it out, but so far no luck
    SELECT        VENDTRANS.DATAAREAID, SALESTABLE.SALESID, VENDTRANS.VOUCHER, SALESTABLE.SALESTYPE, SALESTABLE.SALESSTATUS, VENDTRANS.TRANSDATE,
                             CUSTINVOICEJOUR.INVOICEAMOUNT, VENDTRANS.INVOICE, VENDTRANS.PAYMMODE, VENDTRANS.ACCOUNTNUM, VENDTRANS.TRANSTYPE,
                             VENDTRANS.LASTSETTLEVOUCHER, VENDTRANS.TXT, CUSTINVOICEJOUR.INVOICEACCOUNT, CUSTINVOICEJOUR.INVOICINGNAME,
                             VENDTRANS.LASTSETTLEDATE, LEDGERJOURNALTRANS.ACCOUNTTYPE, LEDGERJOURNALTRANS.AMOUNTCURCREDIT, LEDGERJOURNALTRANS.LINENUM,
                             CUSTINVOICETRANS.INVOICEDATE
    FROM            SALESTABLE INNER JOIN
                             CUSTINVOICETRANS ON SALESTABLE.DATAAREAID = CUSTINVOICETRANS.DATAAREAID AND SALESTABLE.SALESID = CUSTINVOICETRANS.SALESID
    INNER JOIN
                             CUSTINVOICEJOUR ON CUSTINVOICETRANS.INVOICEID = CUSTINVOICEJOUR.INVOICEID AND CUSTINVOICETRANS.SALESID = CUSTINVOICEJOUR.SALESID
    AND
                             CUSTINVOICETRANS.INVOICEDATE = CUSTINVOICEJOUR.INVOICEDATE INNER JOIN
                             VENDTRANS ON CUSTINVOICETRANS.INVOICEID = VENDTRANS.INVOICE AND CUSTINVOICETRANS.DATAAREAID = VENDTRANS.DATAAREAID
    AND
                             CUSTINVOICEJOUR.DATAAREAID = VENDTRANS.DATAAREAID AND CUSTINVOICEJOUR.INVOICEDATE = VENDTRANS.TRANSDATE INNER JOIN
                             LEDGERJOURNALTRANS ON VENDTRANS.DATAAREAID = LEDGERJOURNALTRANS.DATAAREAID AND
                             VENDTRANS.ACCOUNTNUM = LEDGERJOURNALTRANS.ACCOUNTNUM AND CUSTINVOICETRANS.LINENUM = LEDGERJOURNALTRANS.LINENUM AND
                             VENDTRANS.INVOICE = LEDGERJOURNALTRANS.INVOICE AND VENDTRANS.VOUCHER = LEDGERJOURNALTRANS.VOUCHER AND
                             VENDTRANS.PAYMMODE = LEDGERJOURNALTRANS.PAYMMODE AND VENDTRANS.TRANSDATE = LEDGERJOURNALTRANS.TRANSDATE
    WHERE        (VENDTRANS.DATAAREAID = N'AR1') AND (SALESTABLE.SALESTYPE = 3) AND (SALESTABLE.SALESSTATUS = 3) AND (VENDTRANS.ACCOUNTNUM = @Accountnum)
                             AND (VENDTRANS.INVOICE = @Invoice) AND (LEDGERJOURNALTRANS.ACCOUNTTYPE = 2)

  • Delivery gets created in VL01N - Return scenario even after error message

    Hi,
    I am having following issue explained in details in steps -
    We have a service return scenario and following steps have been followed in ECC.
    Material code used in this case is batch managed material.
    Step 1 u2013
    We have created a sales order(VA01) with document type ZRE(Itu2019s a kind of return order). This return order actually coming from CRM.
    Step 2 u2013
    We are creating delivery using VL01N transaction for return order.
    Step 3 u2013
    We avoid giving batch number in VL01N and try to save the delivery document. System prompt error saying u201CEnter batchu201D. Subsequently we press return keys to cancel the error message and try to come out of the transaction.
    Step 4 u2013
    Instead inputting batch number, we try come out of the document creation step.
    Step 5 u2013
    We go to document flow button of sales order and we could see the delivery created although we came out of the delivery creation process after the error message, without saving the document.
    Also note instead of coming out of the document creation, if we again try to save the document, system throws update termination with a reason saying u201CError info... ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPRECu201D, which is quite obvious as system has already created the delivery and we are trying to create / save the document once again in VL01N
    We are in dilemma now.
    What is the cause of this abnormal behaviour? I don't know.
    Any one experienced this, feedback is appreciated,
    Regards,
    Dipak

    Hi,
    The SAPSQL_ARRAY_INSERT_DUPREC error is not bothering me much.
    My worry is once "Enter batch" error message comes, I am not interested to create the delivery any more.
    So I come out of the transaction by pressing return key.
    Now when I press return key, system gives me the delivery number, this should not be the case as message given was an error message.
    If I go to the SE16N, I could see the delivery number in database.
    Also system prompts me to save the delivery which I am not interested to do, just I want to come out after error message.
    What could be the reason, I don't know. Ever after error message system gives you the delivery.
    Which is very strange.
    Any input is apprecited,
    Regards,
    Dipak

  • I just installed OS X Yosemite and now my WD My Book Live external hard drive won't re-connect.  My Safari keeps kicking out and giving me error message after error message and my computer is really slow.   How do I resolve?   Can I uninstall this ?

    I just installed OS X Yosemite and now my WD My Book Live external hard drive won't re-connect.  My Safari keeps kicking out and giving me error message after error message and my computer is really slow.   How do I resolve?   Can I uninstall this ?   I had to re-connect my iMovie t

    USB2.0 PCI cards that use the NEC chipset seem to give the least amount of problems for Mac users.
    OWC have a few different ones for sale.
    http://eshop.macsales.com/Search/Search.cfm?Ntk=Primary&Ns=P_Popularity%7c1&Ne=5 000&N=7057&Ntt=USB2**0**cards
    Do you also connect the external USB drive to the AC power as well while you use it ?
    Sometimes USB external drive problems are resolved simply by plugging them into the mains power and trying again.
    Stewie
    Message was edited by: stewiesno1

  • Edit screen after error message in module pool

    Hello Experts,
    In our scenario ,we have some checks over inputs given in a table control of module pool screen.Requirement is that after error message we need to display that record of table control in editable mode.
    Thanks.

    Thanks for the reply...The issue was resolved by dispaying information message and using EXIT to stop program flow.

  • HT4623 my iphone froze up after error message

    my iphone froze up after error message and i am now unable to restore.  showing usb connections with arrow to Itunes.  how do i fix this?

    If by the "starting screen" you mean the Apple logo, then your phone is coming across a software issue that prevents it from finishing it's boot sequence. You will need to replace the software and firmware on the phone to get it back up and running. Doing this will also remove your data from the phone, so hopefully you have synced recently.
    To put your phone into DFU recovery mode:
    1. Make sure your phone is connected to a computer with iTunes on it.
    2. Hold down the sleep/wake button and home button at the same time for 8 seconds.
    3. Let go of the sleep/wake button and continue holding the home button.
    4. If successful, the phone's display will main black and a dialogue box will appear in iTunes stating thet it detected a phone in recovery mode.
    5. Click OK, then click Restore.
    After that the phone should be up and running and you can sync your content back.

  • Trying to send files to After Effects, keep getting "Importer is reporting a generic error" message?

    I googled around for a solution to this but haven't been able to find anything. Basically exactly what I said in the title is what happens: none of my Premiere projects will let me send anything to After Effects, it just keeps setting off a little box that says "Importer is reporting a generic error" anytime I try. This is frustrating, obviously, as the entire purpose of having all these programs together is to send them back and forth and have everything work in harmony.
    I'm on a Mac, and running CS6 across all aspects of the softwares, I have the Creative Suite, so all of them are the same version of the software.

    Hi DangerusZack,
    Can you try what is suggested in this post? http://forums.adobe.com/thread/1050730?tstart=0
    Thanks,
    Kevin

  • Navigation to another view after error message appears

    Hi,
    I have a requirement to enhance a the FPM component FITE_VC_RECEIPTS Receipts for Expense Report , to display the messages according to the expense type. These messages are for itemization. If an error message appears, i need to click on
    enter itemization and enter to that view,itemize that particular expense type and then the error message should disappear after itemization is done.
    But presently if error message appears i am unable to navigate to the itemization view as the navigation_abort is set  'X' and also the rv_response = 'CANCEL' in FITV_FPM.
    Please suggest as how to enhance the component so as to recify the error messages and navigate to the itemization view.

    It is bit complicated to advice without seeing your source and understanding the problem.
    In webdynpro i would have done something like this
    enhance in the process_event method and return ev_result - defer. (failed status is equivalent to you cancel and navigation_abort ).
    You can try to enhance like this and try out changing the values for  navigation_abort and  rv_response.

  • Report Generation Toolkit - Error message rpcrt4.dll

    Hello
    My labview app. calls functions from the Report Generation Toolkit. I tested the runtime version, and this work fine under in Windows NT and Windows 2000, but does not work under Windows 98. I got and error message say "rpcrt4.dll Page not valid" that seem come from Windows and is related to a Remote Procedure Call. I already check the version of this dll 4.71.2900

    The rpcrt4.dll is part of the DCom98 package. I have seen other problems, unrelated to LabVIEW, with this .dll arise when other programs have installed different versions of some of the DCom DLLs. You may want to consider trying this program out on another Win98 machine, or you may want to search through the Microsoft Support page for errors with this dll, specifically with the error number in the message you receive. The ones that I have seen have suggested restoring the DCom dlls to the original ones from the Win98 disk. There is also an update to the DCom components for Windows 98 (version 1.3) on the Microsoft website.

  • Help diagnose Crystal Reports for Enterprise error message

    When I attempt to open a specific report from our server using CRE, I receive the error message:  "Unable to Open Report", "A problem occurred while opening the report from the server."  "Please contact your server administrator."
    The report runs fine as part of a publication.  I have been able to make copies of the report on the server, but CRE will not open the copies either.
    Can anyone please point this newish BOE/CRE user in the right direction for finding a solution to this problem?  Where can I look for further information about what the error really means.
    THANKS!
    Carl Lance

    Hi Abhilash,
    I am able to open and edit other reports on the server without problem.  I believe that they are the same version and pack.  Here are my versions:
    CR for Enterprise Version 14.1.3.1257, Build 2013 Support Pack 3.
    SAP BusinessObjects BI Platform 4.1 Support Pack 3, Version 14.1.3.1257
    When CRE displays an error like this, is there further information in a log or recorded anywhere else?  How does one go about finding details?

  • Premiere Elements 12 does not start after error message: display driver is incompatible

    After successful installation and starting Premiere Elements the following error message appears: "Uncompatible display driver identified. Update the display driver for a better and faster playback performance!" Hopefully my translation from German is helpful enough. I confirmed with OK but unfortunately Premiere Elements does not start. I checked the display driver: it is the most actual one: AMD Radeon HD 7610M. Furthermore the hardware should be OK as well: ASUStek with an Intel Core i5-2450M CPU @2.5 GHz; 6 GB RAM; 64 Bit Windows 7 Service Pack 1. What can I do?

    Moonkeys25
    Recap...please confirm that as of this date, the problem exists with or without the antivirus and firewall(s) disabled.
    Moving forward...
    If you issue was specific to the display card error that you have been getting then probable conclusions
    a. the ADM Radeon H7610M driver version is not up to date
    or
    b. the ADM Radeon H7610 M video card/graphics card installed as is is not compatible with Premiere Elements 12 on your Windows 7 SP1 64 bit
    The updated driver version and the BadDrivers.txt file deletion should have corrected the problem unless there is a gross mismatch between Premiere Elements 12 and ADM Radeon H7610M.
    Did you use the link that John posted to get the auto detection of the latest driver version for the ADM card?
    If we have gone as far as we can with the card and its driver version angle on this, then we can try the generalized troubleshooting drills with no guarantees, just hopes
    1. Delete the Adobe Premiere Elements Prefs file and, if necessary, the whole 12.0 Folder in which the Adobe Premiere Elements Prefs file exists.
    Local Disk C
    Users
    Owner
    AppData
    Roaming
    Adobe
    Premiere Elements
    12.0
    and in the 12.0 Folder is the Adobe Premiere Elements Prefs file that you delete. If that does not work, then you delete the whole 12.0 Folder in which the Adobe Premiere Elements Prefs file exists. You just need to make sure to have the computer's Folder Option Show Hidden Files, Folders, and Drives active so that you can see the complete path cited.
    2. If "1" has no effect on the issue...uninstall, ccleaner run through time, reinstall with antivirus and firewalls turned off.
    a. Control Panel/Program, select Adobe Premiere Elements 12, right click the entry and click on the Uninstall pop up. Then follow the instructions for the uninstall.
    b. Download and install the free ccleaner for a computer run through to get rid of leftovers from incomplete uninstalls and installs.
    https://www.piriform.com/ccleaner/download
    When you are ready for this step, I will give you a step by step through the ccleaner (regular cleaning part and registry cleaning part).
    c. Reinstall from your installation files or installation disc, with antivirus and firewall(s) disabled.
    Please review above and then let me know if I have interpreted correctly where we are in the troubleshooting. Do not start the above plan until we are in agreement on the details and hoped for results.
    Thanks.
    ATR

  • Bridge CS5 freezes after error message...."The operation could not be completed, there is not....

    Error - The operation could not be completed.  Not enough storage is available to complete this operation.
    After this happens I have to close Bridge as it is unresponsive to any further commands and I often I have to use the task manager to close it.
    I have scoured these boards and the web for a solution and have found others w/ the same problem (even people w/ much more RAM) but have not found a solution beyond the usual advice of changing cache settings, increasing page file, or making sure there is enough hard drive space.
    I have two 1TB hdd's w/ over 80% free space on each but I only have 2 GB RAM (all my old motherboard can handle).  However, this error message occurs even when Photoshop is not running (only Bridge) and my RAM usage meter shows that I still have plenty of unused RAM available.  I did not have this problem w/ Bridge CS4. The error msg. of not enough storage doesn't make since considering the available RAM showing and ample space on the hard disk assigned to the cache (which is a different physical drive than my OS or the Bridge program.)
    Here are some of the things I have tried:
    reset Bridge preferences at startup, changed the location of the Bridge cache, its size and options, purged the cache, changed the page file size on both drives to the max, defragmented drives, disabled Norton anti-virus, etc.
    -What else can I try?
    -Would creating a new partition on my 2nd hdd to be used solely for the Bridge cache make any difference and if so, why?
    Please help, I am willing to try anything to get this to work.  It is a personal challenge at this point.... and I am determined to get Bridge CS5 to work on my machine...... 
    Thanks in advance for any advice or insturctions you may offer!

    Dear Customers,
    I am Baichao Li, Adobe Bridge Quality Engineer.
    Bridge team is investigating this error, In order to reproduce the problem in our lab and find a solution as soon as possible, I would like to ask you to help providing more information, please follow steps below,
    1. Download "User Mode Process Dumper Version 8.1" from
    http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=e089ca41-6a87-40c8-bf69-2 8ac08570b7e&displayLang=en
    2. Install "User Dumper" following Microsoft's article
    http://support.microsoft.com/kb/241215
    3. Open "Control Panel -> Process Dumper", switch to tab Page of "Processing Monitoring"
    4. Click button "New", input "Bridge.exe" for "Application Name".
    5. Select "Bridge.exe" from list box, then click button "Rules", 
                    Select "Use Custom Rules",
                    Browse to a custom dump file folder, 
                    Check "All Exceptions",
                    Check "Ignore Exceptions that occur inside Kernel32.dll",
                    Select "Mini Dump Type" to "Small"
                    Select "Save Mode" to "Cyclic Saving 5 times"
                    Others keep uncheck or unselect.
    6. Click "OK" button to exit "Rules" setting dialog, then Click "Apply" button, then click "OK" to quit "Process Dumper " dialog.
    7. Launch Adobe Bridge CS5, do your work.
    8. When that error message occurs, Bridge hang, wait for a while, then kill bridge using "Task Manager", please check if there are some ".dmp" files in "custom dump file folder " which is set in step 5, if so, please zip all .dmp files and FTP to us (please contact me at [email protected] for FTP info). It would be better if you can repeat your hang and send us more zipped .dmp files.
    Sincerely appreciate if you could provide us your workflow before Bridge throws that error message, what file formats you use, what features you use and your machine information.
    Best Regards,
    Baichao Li

  • Screen exit Payment document saved when press enter after error message

    Hi All,
       I have created a screen enhancement for payment document WZR1.its in additional data tab under header details.
    Here i should populate a error message when user save the payment document without entering values to custom screen fields.It works fine with Function exit LWZRE017 . It populated the msg and the screen is disabled but after when i press enter button the document is saved and created.
    please let me know how to stop saving the document without entering values in custom fields.
    Thanks,
    Arun kumaran.
    Edited by: Arun Kumaran on Mar 4, 2010 12:09 PM
    Edited by: Arun Kumaran on Mar 4, 2010 3:26 PM
    Edited by: Arun Kumaran on Mar 4, 2010 3:43 PM

    I found the fcode when enter is 'ENT1' it is from standard screen program.
    I populated the same message when UCOMM = 'ENT1' still not working.
    ARUN KUMARAN.
    Edited by: Arun Kumaran on Mar 5, 2010 1:36 PM
    Edited by: Arun Kumaran on Mar 5, 2010 2:11 PM

  • After error message has been displayed , unable to check multiple selction.

    Hi experts ,
    I have developed an interface tosend data to thrid party tool. But there is a single issues with it.
    Whileproviding inputs at selection screen the selection-screen fields are not validated properly.
    Could somebody please correct me on this :-
    I have a validation check for a select-option with NO Intervals.
    Any incorrect value in the Select option then an error message displayed . Now if there are multiple values in the Selct-option multiple selection then also the error popos up showing the wrong entires . But when i try to change again i.e click on multiple selection then it doesnot allow the user to enter and correct those entries.
    Could you please let me know the best posible way to check teh above scenario ?
    Thanks
    Kylietisha

    Hi,
    try to put our validation logic in the AT-SELETION SCREEN event so that it will allow you to crrect the values in the selection screen option after displaying of the error message.
    to check the mutiple value validations, try to get the entries from the validation table into an iternal table. if internal table contain a vaue then there are some valide entres present in the given input vaues. if table is empty then display the error message.

Maybe you are looking for

  • Lumia .sms (text messages) via pc?

    hi all, its probably not the first one about this, but is there a way to send type sms messages via PC? i love my lumia 920 but if i had known in advance that pc suite would not work anymore this would affected my choice... its a feature i used allll

  • Reading values from properties file

    Hi All, I am in need of a help from you all.I have a login.jsp which gets username and password as user input and checks in the servlet that if it was admin and admin it will take to index.jsp and if it was other than admin and other users it should

  • ITunes doesn't fit my Samsung screen. Why is it too big?

    The iTunes interface is too large for my Samsung screen. There is no menu bar at the top. What must I do to make it fit?

  • How to update Adobe Reader X

    How to determine if there are updates for Adobe Reader X.  Where to get updates?

  • Internet cafe software for managing 27 iMac Intel based

    Dear all, I am planning to setup a 27 iMac based internet cafe. Do you know any software to run a typical internet cafe with Point of Sale for products and time and account management? With best regards, 2pacy