Error message in PAI module

Hello,
i have written an message 'text' type 'e' in a PAI module.
when this message is executed i am taken bacl to the screen but none of the fields are editable any longer. i have to come out of the transaction.
can someone help me on this? what else do i need to keep the fields editable for the user to input the correct data?
Thanks.

try my above code in a chain  endchann statement.
chain.
field field1
field2
module module_name.
endchain.
Make sure this is the first set of statements just after the PAI.

Similar Messages

  • Is it possible to send error message from Adapter Module to CCMS?

    Hi
    Is it possible to send error message from Adapter Module  to CCMS...?I have written on adatper module from there i have to send error message to CCMS or SXMB_MONI. Is it possible if yes please send me the related documents
    Best Regards
    Ravi Shankar B

    Hi
    I have written following User Defined Exeption in my Module program
    class DuplicateFileException extends ModuleException{
              DuplicateFileException(String message){
                   super(message);
    I am throwing my Exception like this
    try{
         throw new DuplicateFileException("Duplicate File");
    }catch(DuplicateFileException e){
         throw e;
    But i am not getting this exception in SXMB_MONI. In adpater monitoring i am getting the following exceptions
    <b>
    2007-05-16 15:51:30 GMT+05:30: Retry interval started. Length: 5.000 s
    - 2007-05-16 15:51:30 GMT+05:30: Error: java.lang.NullPointerException
    - 2007-05-16 15:51:30 GMT+05:30: An unknown error occured.
    - 2007-05-16 15:51:30 GMT+05:30: Processing started
    - 2007-05-16 15:51:25 GMT+05:30: Error: java.lang.NullPointerException</b>
    can any one give me the idea how to send error from module program to SXMB_MONI
    Thanks & Regards
    Ravi Shankar B

  • How to handle error message during PAI?

    Hi Experts,
    Need help here.
    In my dialog screen, I have a field which is typed 'QUAN'.
    In entering different format , e.g. with non numeric value or a negative value, an error message appear and it does not process the MODULES inside the chain or FIELD MODULE ON REQUEST.
    Does anyone knows how to handle this kind of error. I need to display into a separate screen the errors I encountered coz I'm creating a new RF transaction.
    Points will be rewarded.
    Thanks in advance.

    Hai
    in your case(RF case) it is other way...
    yes you can use
    field x_currency module check_currency.
    in module check_currency.
    you have to display errors in another screen say 200.
    in that there will be 4 fields, all are display only fields.
    X_MESSAGE-MSGV1  of type sy-msgv1
    X_MESSAGE-MSGV2  of type sy-msgv2
    X_MESSAGE-MSGV3 of type sy-msgv3
    X_MESSAGE-MSGV4 of type sy-msgv4
    you populate the messages with these fields and then display it in the screen.
      method check_currency.
    *--do all your checks here....
           if error
             clear x_message.
            x_message-msgv1 = 'Enter Valid Employee Number'(004).
            leave to screen 0200.
          endif.
        endif.
    ENDMODULE.                 " VALIDATE_Currency
    in screen 200 PBO you need to format the message
    using the below logic.
           Method for formatting the message
      method message_format.
        data : lt_text type table of tline,         "text table
               lx_text type tline.                  "work area
        refresh lt_text.
        clear lx_text.
        concatenate x_message-msgv1 x_message-msgv2 into lx_text-tdline
          separated by space.
        append lx_text to lt_text.
        clear lx_text.
        concatenate x_message-msgv3 x_message-msgv4 into lx_text-tdline
          separated by space.
        append lx_text to lt_text.
    *- formatting the message
        call function 'FORMAT_TEXTLINES'
          exporting
            formatwidth = 20
          tables
            lines       = lt_text
          exceptions
            bound_error = 1
            others      = 2.
        clear: x_message.
    *- transfer the message data to screen fields
        loop at lt_text into lx_text.
          if sy-tabix = 1.
            x_message-msgv1 = lx_text-tdline.
          elseif sy-tabix = 2.
            x_message-msgv2 = lx_text-tdline.
          elseif sy-tabix = 3.
            x_message-msgv3 = lx_text-tdline.
          elseif sy-tabix = 4.
            x_message-msgv4 = lx_text-tdline.
          else.
            exit.
          endif.
        endloop.
      endmethod.                    "message_format
    Regards
    Vijay

  • What precise steps do I take to STOP this annoying 'unresponsive script' freezing of computer; error message: "resource://gre/modules/XPCOMUtils.jsm:329"

    When computer is first turned on, and after Firefox is launched, the screen freezes. It continues to remain unresponsive to any mouse clicks or keyboard actions. After 10 to 20 minutes error message pops up:
    Unresponsive script: resource://gre/modules/XPCOMUtils.jsm:329
    followed by 2 choices (buttons): wait for script to finish running or stop the script.
    This is an enormous waste of time and highly frustrating.
    If you answer this question or provide a solution, kindly do not use technical or vague terms like "check if there's a problem with the hardware accelerator or with add-on or extensions". That's too general and I can't follow up. It's a bit like saying "go cook a meal". Instead, I'd appreciate if you give precise instructions, steps 1, step 2, step 3 and so on. Thank you.
    THANK YOU VERY MUCH IF YOU PROVIDE A SOLUTION!!

    any difference between Cached Web Content and browsing history and cokkies?
    Old Toad wrote:
    I'm able to access the Vistaprint home page with FF 24 without a problem.  Install FF 24 and give it another go.  First try clearing  Firefox's cache via its Advanced preference pane and reload the site.
    OT

  • Passing error message from login module to login page

    Hello,
    we have a custom login module to authenticate user in ldap and to grant application roles stored in db.
    Is it possible to pass error catched in login module to the user (display the error message on login screen)? We think it is helpful to see correct reason why the user couln't be logged in.
    Notes:
    Jdev version is 10.1.3.1. Custom login module was written using Frank Nimphius guidelines and examples.
    Rado

    Hi,
    if you followed this example then it is configured for container managed authentication, in which case the error message cannot be propagated to the view.
    There was a similar discussion on the J2EE forum and the answer was that the OC4J team will put this on a list of enahncements they track. The technical reason appears to be that the J2EE spec does not foresee to tell users about the "why" authentication fails - which clearly is a limitation of the Spec.
    Frank

  • CS5 error message - file-format module interface

    First post - sorry if it's not in the best place.  CS5 has suddenly fallen over with the following error message when trying to open a raw file (.CR2 / 5DII), which it could open previously:
    "Could not complete request because of a problem with the file-format module interface".
    Googling has not produced much at all on this topic, and none of it helpful.
    Any thoughts on this please?

    Thanks for getting back to me.  I've made a little progress.  It seems that my usual identity is corrupted, or is being affected by PS crashes, which are crashing the DDE server window and also preventing some other applications (such as Adobe Acrobat Pro 9 and even Internet Explorer) from running in that identity too.  If I close and restart that identity, it's fine again as long as I don't even open PS.
    So I created a new identity just to see if PS would run OK there, and it did, for about 4 hours, but then errors started to recur, such as 'PS has encountered an expected problem and needs to close....' when opening raw files.  As I'm trying to finish off editing a set of wedding photos, this is a pain.
    I'll try reinstalling PS, but I suspect the problems I'm seeing may be due to a lack of resources.  So, reluctantly, I'm thinking it may be time to replace my faithful and carefully maintained Pentium 4 running XP, and enter the dizzy world of 64-bit.  One issue may be installing CS5 on a new machine, since I only have an upgrade disk, having migrated all the way from a full copy of PS6, via a CS2 upgrade.  I understand that it would be wise to go for Windows 7 Pro, which contains an emulation of XP and therefore allows older 32-bit software to be installed.  Any other points to consider?
    By the way, your suggested search for the file 'camera raw.8bi' turned up two versions - the CS5 one, and the older CS2 file.

  • Error Message when changing modules??? Help

    Having issues - new MBP computer - so reloading all my cloud apps - LR5.5 will NOT work and I've tried everything - I keep getting the Error when changing modules message.  I am beyond fried at this point.

    Hi hillclimbing,
    Can you please let me know the exact error message you see as that would be helpful.
    Does this occur with all the pdf files.
    What OS and Acrobat version are you using?
    Regards,
    Rave

  • Error message the specified module cannot be found

    error message getting "the specified module cannot be found" when i open any ms office like word or excel or outlook

    Hi,
    Try to start one Office application, such as Word, when this error message appears again, go to check the event logs and we may find useful information to determine the cause:
    Press Win + R, type "eventvwr" in the blank box, press Enter.
    Browse to Windows Logs -> Application, check if there is any error about this issue. If there is, you can send the logs to us, we can help analyze the logs from which we may find the cause.
    To protect your private information, you can send the logs to our email address:
    [email protected]
    Anyway, based on the error message you provided, I suspect the issue was caused because one module was missing. Although we are not sure which one it is, you can go to Control Panel -> Programs and Features to repair Office, this will recreate
    some missing components and probably fix this issue.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to raise error message from PAI of oops ALV report

    Hi All,
    I have a requirement to raise error message form editable oops alv . After entering the data and then press SAVE button .
    Please help.
    Thanks in Advance

    HI SK,
    Write a Local class (Event Handeler) to handel the events. In Editable ALV once the user enter a value, CL_GUI_ALV_GRID will raise an event called DATA_CHANGED.
    1. Define and Implement a local class to handle that event.
    In the implementation of this class you need to get data from imported object to an internal table, then compare the same with the ALV output table.
    * Local Class to handler the events raised from the ALV Grid
    CLASS LCL_EVENT_HANDLER DEFINITION.
    PUBLIC SECTION.
    * Method to handel EDIT event, DATA_CHANGED of CL_GUI_ALV_GRID
      METHODS : ON_DATA_CHANGE FOR EVENT DATA_CHANGED OF CL_GUI_ALV_GRID
                           IMPORTING ER_DATA_CHANGED.
    ENDCLASS.
    * Event handler class Implementation
    CLASS LCL_EVENT_HANDLER IMPLEMENTATION.
      METHOD ON_DATA_CHANGE.
        DATA : LT_MODIFY TYPE LVC_T_MODI,
                   LS_MODIFY TYPE LVC_S_MODI.
    * Copying changed data into intenal table from Object
        LT_MODIFY = ER_DATA_CHANGED->MT_MOD_CELLS.
    * Modifying the ouptut table with the changed values
        IF LT_MODIFY[] IS NOT INITIAL.
              *Compare the ALV Output table with LT_MODIFY
        ENDIF.
      ENDMETHOD.
    ENDCLASS.
    Then raise  a message on required condition in the same method.
    Note: To trigger the above method, you need to set event handler before displaying ALV (before calling method SET_TABLE_FOR_FIRST_DISPLAY)
    * Creating object for the Local event handler class
      CREATE OBJECT GR_HANDLER.
    * Set handler (call method of Event_handler) to handler Edit event
      SET HANDLER GR_HANDLER->ON_DATA_CHANGE FOR  GR_GRID.
    Regards,
    Vijay

  • Error message in PBO module

    Hi,
    I want to display an error message in status bar.
    my validation is in PBO and m writing there - message e010 with 'error msg...' but when the respective screen(300) is displayed, its showing an error msg pop up and only option to exit.
    I want to be on same screen(300) after error message is displayed. Also the error messge comes in the status bar.
    Please suggest.
    Thanks.

    Use the option "Display LIKE" for the message statement.
    e.g Message EXXX display like 'S' with 'message text'.
    this should change the only the display of your message i.e. in status bar instead of the pop-up and not the behaviour...
    Edited by: Rohit Ganeriwal on May 6, 2009 5:28 PM

  • Error message in function module HR_INFOTYPE_OPERATION

    Hi experts,
                I need to update the data in the table pa0762 . I am using the function moudle HR_INFOTYPE_OPERATION to do that. i am passing infty,number,SUBTYPE,OBJECTID,validityend,validitybegin , the data to be inserted in wa_0762 this is of type p0762
              When i execute the function i am getting a error message in return as 'Fill in all required entry fields'.
    Can anyone provide help about this Topic . I would be really greatful to any help .
    Thanks in advance

    It seems that the time constraint defined for the custom infotype requires the existence without gaps.
    change time constraint or create the infotype with ENDDA = 99991231

  • Error Message ipod Service Module has encountered a problem

    I have just upgraded to iTunes 10, for some reason I receive two error messages, see below:
    '*ipodServiceModule (32-Bit)has encountered a problem and needs to close, we are sorry for the inconvenience.*
    If I then plug my iPod in iTunes firstly it doesn't open up like it used to, therefore I manually open to sync my ipod, but it doesn't recognise it and I get another error message
    *'The software for communicating with the iPod is not installed correctly, please reinstall the iPods software.*
    I have uninstalled and reinstalled 5 times and rebooted each time, yet I still get this message, it was working fine with the earlier versions, can anyone advise what is wrong?
    Many thanks
    Lisa

    found this buried deep, deep in another thread courtesy of mooncow. i'm in no hurry to try to reinstall v10 anytime soon, but a few people in the thread tried this and said it works....
    OK, a colleague of mine and I have been looking at this to try and find a common factor, and I think we may have found one. This may sound like the latest from Department of the Weird but bear with me. It would explain why quite a lot, but not anything like all, XP SP3 users have hit this problem. It would explain why Apple may have missed it even though they may have done thorough testing.
    We discovered that a machine on which IPodService was failing to start with the subject error message had Data Execution Protection turned OFF in boot.ini. Data Execution Prevention (DEP) is a security feature intended to prevent an application or service from executing code from a non-executable memory region. See http://support.microsoft.com/kb/875352. The machine that was experiencing the failure had "/noexecute=alwaysoff" in boot.ini.
    We changed "/noexecute=alwaysoff" to "/noexecute=optin" in boot.ini, restarted Windows, and the IPodService started without error and has worked OK since.
    "/noexecute=optin" is the default setting. I don't know why our system had "/noexecute=alwaysoff", and I am not aware of any harm or problems that can be caused by changing it to "/noexecute=optin". NB, changing that setting to "/noexecute=optout" or "/noexecute=alwayson" CAN cause problems if you don't know what you're doing, so I don't recommend anything other than a change from "alwaysoff" to "optin".
    Anyway -- there is an alternative fix that people can try: edit your boot.ini (found in c:\boot.ini, which is usually a hidden file but you can open it in Notepad just by Open->c:\boot.ini) and change "/noexecute=alwaysoff" to "/noexecute=optin" (be careful not to change anything else in this file), save it, then restart Windows. I hope this helps folks. And if this helps Apple understand the problem and produce a fix, all the better.
    mooncow

  • Error message (The Specified module could not be found) how do I fix the problem?

    I have Windows 7 and Photoshop Elements 10.  I went to install brushes by going to computer->OS(c:)->program files(x86)->adobe->pse10->presets->brushes.  After I installed the brushes I could not open PSE, I would just get this error message.How do I fix the problem?

    ok, I did not find anything that refered to PSE. I did find a red icon on this.  It did not let me paste this in so I am typing it.
    Description:
    Event filter with query"SELECT*FROM__InstanceModificationEventWITHIN 60 WHERE TargetInstance ISA "Win32_Processor"AND TargetInstance.LoadPercentage>99"could not be reactivatedin namespace"//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
    hope this helps
    Kaarin

  • Error message for function module

    I have created a custom function module. I have activated it. But when i'm trying to use it in a program it is showing an error. The function module has 'TABLES' but it is showing error as:
    "field "TABLES" is unknown. It is neither in one of the specified tables nor defined by a DATA statement".
    Please help me!!
    Thank you.

    Hello Titan,
    Generally you get these kind of syntax errors when there is some problem with the format of the program. Please recheck the format of the program in which you are calling the newly created function module. Please check if there are any erroneous '.' or ',' in the program before the 'Tables' partameter of the function module.
    Please verify the same.
    Regards,
    Pavan

  • In WE19 getting error Message as Function module missing

    Hi Friends,
    I need to debug the Inbound function module
    so in WE19 i am providing the IDOC number and clicking on the Inbound function module then i am getting pop-up
    i am able to select my function module name
    and checking the Fore ground processing Radio button
    for debugging
    I am getting a Warring Message as
    Interface or Function module <NAME> is Incorrect
    Kindly suggest me
    where the mistake might be
    and how to correct IT
    Thanks in Advance
    Ganesh

    Hi Ganesh,
    I believe you are using a non IDOC function module, that's the reason you are getting that error.
    Use the appropriate IDOC function module and then select the Debug check box and it will stop.
    If you can provide me the IDOC message then I can help you by giving the correct Function Module.
    Thanks,
    Mahesh.

Maybe you are looking for

  • Reversal of asset document in different fiscal year

    Hi Friends, An asset was acquired in period 12, 2008 through t-code ABZO. No depreciation was charged in 2008 because the dep start date was 01.01.2009 in the asset master. Then depreciation was charged and posted for the asset in period 1 and 2 in 2

  • Putting to Sleep vs. Shutting Down

    Hi, I have a macbook and I usually never shut it down unless I am doing updates. I am going away for about 10 days so should I shut it down while I am away or put it to sleep like I usually do every day? Also, I have read somewhere that macs are mean

  • Burning footage to DVD with Chapters using FCPX

    I have created some footage using FCPX and now want to burn it to DVD. As the footage is long I want to include a menu with chaptures to allow me me to go sytreight to a certai  part i.e. scene selection. When I select the DVD in the share menu it on

  • Configuration overview for Reciever Determination Error

    Hi friends !! while creating Reciever determination... at configuration Overview for reciever determination (tab)   Reciever(Partner / Service) showing <b>Not Defined</b> can anybody suggest me why this issue is coming Regards Abhishek Agrahari

  • Looking for Master Data Management in non-Netweaver environmets

    Hello Based on SAP literature I have read on Master data Management (MDM) ,it is a component of Netweaver product family. Currently we are running SAP R/3 Enterprise edition(4.7C)  and wish to have some form of MDM  to maintain a consistent view of m