Error Message using Tools, Reports

Whenever I try to print a report for anything in this area, index, glossary, images etc I always
get an error message "Adobe Robohelp 8 has encountered a problem and needs to close etc" and program closes. Anyone know how I can fix this.

Is it just those reports, or can you print no reports?
  The RoboColum(n)
  @robocolumn
  Colum McAndrew

Similar Messages

  • Display Error Message in BW Report based on Customer Exit Variable

    Hi
    I need to display an error message in the BW report based on the value of a customer exit variable - i was able to do this successfully in BW3.5 using the below code.
      WHEN 'ZUPN'. "Here ZUPN is the customer exit variable
        IF i_step = 1.
          <check for condition -- if successful, variable flag = 1, else variable flag = 0>
          IF flag = 0.
            MESSAGE e157(00). "Error Message
          ENDIF.
        ENDIF.
    I have upgraded my system to BI 7.0 now. Whenever the variable check is not successful, it displays a blank screen instead of the error message in the report. Please advice if we need to change the code and how ??

    Bhanu,
      Thanks for u r reply.This warning message appears every time i execute the report through portal.
    Any idea ?
    Regards
    Mano

  • Putting video clips (mov) in to edit work place time line after photos (jpeg) getting error message, the importer reported a generic error. ? please help thanks

    premier elements12, putting video clips (mov) in to edit work place time line after photos (jpeg) error message, the importer reported a generic error. ? please help.

    TINA54
    Thanks for the reply.
    Some general comments...
    Regarding:
    THERE ANY WAY I CAN PUT MULTIPLE RANDUM TRANSITIONS IN TO THE TIME LINE WITH JUST ONE CLICK ? .
    There is no transition choice for random transitions across the Premiere Elements 12 workspace Timeline. But, the Elements Organizer 12/Create Menu/Slideshow and its Slideshow Editor does have that random transition choice. So, one possibilitity would be to create your slideshow in Elements Organizer 12 Slideshow Editor and then move the slideshow into Premiere Elements with the Output of Edit with Premiere Elements Editor command.
    Pending more details of the slideshow you are creating, I think that you would get your best photo quality and overall results staying with Premiere Elements 12 workspace (1080p) project and the transitions randomized manually.
    perhaps applying the default to all (all at the same time),
    using Timeline Menu/Apply Default Transition,
    and then replacing transitions randomly for the random transition look).
    Please let us know if any of that worked for you.
    Thanks.
    ATR

  • To display a continuos Error Message using BADI

    Hi Everybody,
                        There's a transaction that makes use of classes and interfaces to display an ALV grid with input enabled frames and fields. There's a need to display an error message using a specified BADI method, which gets triggered after the user enters the input. The error message is working fine for the first time.<b>But when i'm trying to enter the same input and press enter after the error message, the transaction is getting closed. How can i display the same error message, until and unless the user enters the correct input ?</b>  I've tried to trace the control using the debugger after the enter is pressed, but the debugger is also getting closed and the control is coming out of the transaction. Help me out in displaying the error message.

    Hi,
    Open the interface and go to the Methods tab.
    Select the Method and click on Parameters.
    In the method parameters, declare a variable
    RETURN      Changing      Type     ALM_ME_BAPIRET2_T.
    Now, inside your code, declare   DATA : ls_return TYPE bapiret2.
    and populate this RETURN table, something like:
            if not ( wa_mara-mtart eq 'SPAR'  or wa_mara-mtart eq 'ZMRO' ).
        CLEAR ls_return.
        MOVE 'E' TO ls_return-type.
        MOVE 'ERR_MESSAGE' TO ls_return-id.
        MOVE '999' TO ls_return-number.
        MOVE 'Enter proper error message here' TO ls_return-message.
        INSERT ls_return INTO TABLE return.
        endif.
    Then, back in your program, check if this table is empty proceed otherwise, STOP or EXIT.
    Regards
    Subramanian

  • Send custom error message using IDoc conversion rule?

    Hello,
    I am using an Idoc conversion rule in BD79 to load cost centers.  In my conversion rule I use a conversion exit function module to concatenate 2 specific characters and sending cost center value together and then this output value placed in the receiving cost center field.  This works fine, but now I want to send a custom error message to the idoc and fail the idoc if the sending cost center value is greater than 8 digits. 
    Does anyone know how to send an error message or update an idoc with an error message using a conversion rule (bd79)?
    Thank you,
    Rhonda

    Hi Rhonda,
    Any luck on the below.. i have a similar issue...
    Sorry to hijack your thread...

  • Getting Error Message using Formatted Search

    Hi,
    I am using formatted search for validating a particular field, and that happens fine.  Kindly let me know if I can also display error messages using the same formatted search.
    If yes, what am I to include in the formatted search, and if No, please let me know the alternative.
    Thanks in advance.
    Satish.

    Hi Satish,
    if you validate the value of a field and intend to rise an error message on detection of invalid values in a separate window or in the status line there is no way to do it with Formatted Searches (as far as I know)!
    You could use the following methods as simple workarounds if you don't want to program a solution with the SDK:
    1. Solution
    You can display the text of an error message in the field you validate; of course, the invalid data then is overwritten with your error message, but you could construct the message from fixed text parts concatenated with the data found in the field.
    Be sure to save the original data of the field in your query before you do anything else. This way you sustain the field data in case the data is valid!
    Example:
    DECLARE @save AS ....
    SET @save = $[xxxxx]
    IF $[xxxxx] test on invalid data
      SELECT 'Error: Invalid data: ' + $[xxxxx] -- in case of error
    ELSE
      SELECT $[xxxxx] -- no error - sustain valid data
    END
    2. Solution:
    You define a sepate User Defined Field (UDF) for potential error messages - that's the way I often programmed it for our own applications. Suppose that the Formatted Search is connected to this UDF and the field to validate is field 'xxxxx'. The Formatted Search is triggered (auto-refresh) on change of field 'xxxxx':
    IF $[xxxxx] test on invalid data
      SELECT 'Error: Invalid data: ' + $[xxxxx] -- in case of error
    END
    May be that there are minor syntactical errors or missing type conversions in the code above - but I hope it gives you an idea on how to solve your problem without SDK programming!
    Good luck!
    Frank Romeni

  • How to show error message using java.awt?

    How to show error message using java.awt?
    Which is the class corresponding to the JOptionPane?
    Or I need to use Frame ?

    No, JOptionPane is swing!
    You would have to create your own frame, put your message in it, then show it.

  • Repeated "Unknown error" messages using selection tools, CS5.1 Illustrator

    Installed a Creative suite 5.5 (Master) upgrade where Illustrator (like Photoshop) is renamed CS5.1. Getting repeated "unknown error" message when trying to select an object. I've reinstalled, trashed preference plists, repaired permissions. The annoying error is showing up under MacOS Snow Leopard 10.6.8 (including today's updated) and MacOs Lion.  Anyone else on Mac platform experiencing this issue with the Creative Suite 5.5 upgrade? If this can't be resolved soon I will uninstall this version and reinstall the CS5 suite version of Illustrator. But I really don't want to go there after shelling out for the upgrade. Thanks for any feedback.

    Adobe posted a troubleshooting document in Illustrator area:
    http://kb2.adobe.com/cps/824/cpsid_82414.html
    I read it thoroughly since I am still experiencing the popup error messages when using either selection tool on objects.  I did a uninstall and install of CS5.1 (CS5.1 for the suite 5.5 upgrade) and did not install the VectorScribe and XtreamPath 1.4 plugins. The "unplugged" Illustrator worked fine. I then installed VectorScribe -- no problems. Then XtreamPath 1.4 - voila the error popped up.
    Anyone else use XtreamPath 1.4 with Lion and had problems? I sent CSValley Support to ask if their plugin works under Lion (according to their system specs, it should).
    UPDATE  8-5-11:  (CSValley promptly replied back that they had not received any issues similar to mine.) 
    I installed both plugins (VectorScribe and XP 1.4) on my Macbook Pro and had no problems there which led me to think the XP plugin might be corrupted on my main work machine (MacPro). So I copied the plugin from the MBP to the MacPro and happily (knock on wood) am not getting the error messages.
    Somewhere along the way of installing the CS5.5 upgrade and MacOSLion, my XtreamPath plugin was affected.

  • Equium A60: I get error message using explorer.exe

    Everytime I try to open an image file using Paint or Fax/Image viewer, or I try to drag a file into a folder I get the following error message:
    "Windows Explorer has encountered a problem and needs to close. We are sorry for the inconvenience"
    The error report says:
    "AppName: explorer.exe AppVer: 6.0.2900.2180 ModName: rpcrt4.dll
    ModVer: 5.1.2600.2180 Offset: 000847a6"
    Also I cannot open webpages that open in new IE windows. Norton Internet Security 2005 also would not open, but did claim to be active in the background.
    Does anyone have any advice for me?
    I've tried all the help for explorer.exe problems on helpwithwindows.com but nothing they suggested worked - such as spyware, malaware removal. I've run a few online virus checks - since Norton won't work I had to try the online scans.
    The laptop was bought last year, and we've lost the recovery CDs - so if we need them, then where can we get replacements?
    Many thanks,
    Jonathan

    Hi
    Well, this sound like a OS software malfunction. It's possible that some registry entries or/and data files are corrupted and damage.
    However, the best solution is to recover the OS.
    The other possibility is to use the "system restore" tool of Win XP.
    Then you can try to roll back the OS to the early point. But if it doesnt work so the new installation is needed.
    regards

  • Error message in SDS report shipping processing

    Hello everybody,
    we are running a SAP ECC 6.00 system with EA-APPL 15.
    We are using the standard SDS shipping process of inbound documents triggered by delivery.
    Everything worked fine, but all of a sudden each SD_CALL gets an error message in CVD1 in the flow trace:
    Main function CVEB_RDOS_GENERATE was called
    Starting user exit CVEO_RDO_BUNDLE_GENERATE
    Shipping order processing terminated --> Message no. DV456
    Status switch from Bundled to Errors found
    CG5Z shows WWI server is up and running, SM59 shows no problem, service on WWI server is started.
    I already checked the following OSS notes:
    1075753 - Report shipping - Error during sending of inbound reports
    1096697 - EH&S report shipping
    995736
    855793
    But now I have no more ideas.
    Every hint is highly appriciated, as the problem occurs on the productive system.
    Best regards,
    Christoph
    PS: Possible new reason: authorization check failed for the user:
    Object Class BC_A
    Authorization Object S_ARCHIVE
    Authorization Field ACTVT --> value needed 01
    Authorization Field ARCH_OBJ --> value needed CV_DVS
    Could that be the reason?
    Edited by: Christoph Giehl on Mar 11, 2011 10:27 AM

    Hello Christoph
    only a guess: during the SDS shipment the program need to read SBRs from DMS or Archive.  Furtheremore there is the need to read the cover sheets to process them and then at the end the SBEs are created (either in DMS or Archive) which stay normally samething like x days in the system and are deleted after that.
    I believe that the access violation indicates may be that the user does not have enough rigths to create the SBEs.
    Refer may be to this side:
    http://help.sap.com/saphelp_rc10/helpdata/en/8d/3e70b9462a11d189000000e8323d3a/content.htm
    or
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCCA/CAARCCA.pdf
    or
    http://help.sap.com/saphelp_srm40/helpdata/en/c7/d36b40dde0980ae10000000a155106/content.htm
    With best regards
    C.B.
    Edited by: Christoph Bergemann on Mar 11, 2011 1:05 PM

  • How to show error message in a report program

    Hello Guys,
    I am making a report using smartforms. I am successful in showing data  but problem is if if i put a value in parameters that does not exist is database, the smartform runs and related fields shows as empty fields. But the form is running. I want to show error message if the parameter values dose not matches with the database values. The message will show as Document not exists
    So i used related error msg here like
    if sy-subrc ne 0.
              message e357.
               endif.
    But it is not working for passing values to smartform. It works if i use in classical report. Plz help me on this issue.
    Thanks,
    Rosaline.

    >
    Rosaline. wrote:
    > Thanks all for reply.  Should i have to use message before call function 'SSF_FUNCTION_MODULE_NAME' ? I tried it but not working.
    >
    >
    if it_final[] is not initial.
    >*             if sy-subrc ne 0. ---> "Remove this condition check, it not required
    >            Message e000(8i) with 'Parameter value not found'.
    >            endif.
    > *            endif. ---> "remove this
    >
    Hi,
    Sy-subrc doesnt need to be validated here, remove that If condition and check again.
    Regards,
    Karthik D

  • Skip Error message in submit report

    Hello Gurus,
    I am using SUBMIT <REPORT> command inside a loop of my calling report. For one record the SUBMIT <report> is throwing an eror message due to which my report is getting stopped by displaying the error message.
    My requirement is to skip the record if there is any error in SUBMIT <report> and process rest of the records.
    Please help me out.

    Hi,
    Vasanth's idea regarding doing a CALL FUNCTION IN BACKGRUOND TASK does work, unless you need to get back some information from the SUBMIT, as export parameters can't be set when using IN BACKGRUOND TASK.
    As i need to get data from the SUBMIT, i'll keep looking for other alternatives, so other ideas are still welcome...
    Regards,
    mr.
    Hi Manuel,
    Try calling report in background task like below:
        CALL FUNCTION 'JOB_OPEN'
          EXPORTING
            jobname          = c_name                    "this name can be any name defined in constants(you do not have to create a job name anywhere in system or SM36)
          IMPORTING
            jobcount         = w_number
          EXCEPTIONS
            cant_create_job  = 1
            invalid_job_data = 2
            jobname_missing  = 3
            OTHERS           = 4.
    *" Job opened successfully
        IF sy-subrc EQ c_0.
    *" Call program to process IDoc
          SUBMIT ZSubmit WITH <any value>                                                      " e.g. p_field1 EQ <value>
                          VIA JOB c_name NUMBER w_number
                          AND RETURN.
    [Note: In ZSubmit report you can send the data to calling program through ABAP memory i.e. Use EXPORT parameter to export data
    Ex: constants: c_memory(7) type c value 'MEMORY1'.
    At the end of ZSubmit report, before returning to the calling program write below statement:
    EXPORT i_message TO MEMORY ID c_memory1.]
    *" Successful processing of IDoc
          IF sy-subrc EQ c_0.
    "Here you can import data from ZSubmit report
    import i_message from memory id c_memory1.
    After retrieving the data, free the memory otherwise it will affect the performance of your report:
    Free memory id c_memory1.
    *" Close the job
            CALL FUNCTION 'JOB_CLOSE'
              EXPORTING
                jobcount             = w_number
                jobname              = c_name
                strtimmed            = c_x
              EXCEPTIONS
                cant_start_immediate = 1
                invalid_startdate    = 2
                jobname_missing      = 3
                job_close_failed     = 4
                job_nosteps          = 5
                job_notex            = 6
                lock_failed          = 7
                OTHERS               = 8.
    ENDIF.
    ENDIF.
    Hope this helps!
    Regards,
    Saba

  • Error message in Complete report

    Hello,
    I create a production order successfully.
    However when I want to create the complete report and add the Receipt from Production.
    2 error message are shown:
    Enter valid currency
    Can't issue backflush component [Goods Receipt - Rows - Warehouse Code][line: 1] , 'Production Order no: 11151 Line: 1'  [Message 3559-10]
    All the Component items and the Product item are using the EUR in the price list and the exchange rate is also updated.
    The System currency is US dollar and the local currency is EUR.
    What can I do to solve this problem?

    The warehouse is also OK.
    The problem is only some items has this error message
    For example
    Production item P001 with 2 Component items C001 and C002 has this problem
    but Production item P002 with the same 2 Component items C001and C002 is OK...
    I have compared these 2 items in OITM, only few fileds are different:
    LastEvlDate, UserSign, LastPurPrc, DataSource

  • Error message in BEx Report Designer

    Hello,
    I get an error message when I try to add a data provider in Report Designer
    It says:
    "Error when loading query metadata
    Check the query and portal settings"
    I can see no reason why my query should not appear in my report.
    Has anyone seen a similar thing before?
    With regards
    Kristian

    Hi,
    There is a reason for that. RD uses Java BICS service for getting the query meta data. This means that the request has to be processed in Java.
    This error appears when Java server is not properly configured. The note 937697 will help you to check and correct the configuration of ABAP - Java connection.
    With the note 989525 you can simply check the connection (it will be broken in your system). Points 4 - 7 are describing the check directly in ABAP.
    Regards, Karol Kalisz
    SAP NetWeaver BI Development

  • Error messages in a report

    hi experts
    i am using a report to read the contents of the file from the desktop. the selection screen contains a parameter field for user to input the file path. in the program i am gui_upload to read the contents. if the read is not successfull i am throwing a message like this
    message e345(xyz) with text-001
    no what is happening when i enter an invalid path in the field and execute the program the error message is coming in the status bar, but then the std icons at the top of the screen like back. cancel and exit buttons are not viisble. so i have to again go back to se38 and execute the program. how do i go back to selection screen once an error occurs.
    thanks

    hi
    one more clarification about exit statement. suppose if i have a form like this
    form xxx
    read table xyz with key name = 'abc'.
    if sy-subrc = 0
    exit.
    endif.
    read table xyz wiht key name = 'def'.
    endform.
    now when the sy-subrc equal to 0 whether the control comes out of the form or it comes out of the if condition. i basically want to come out of the form
    thanks

Maybe you are looking for