How to find code responsible  Error Message generated in MIRO transaction

Hi Gurus,
                I have to find the code responsible for generating ERROR message in Miro tcode through DEBUGGING. Let me tell you the case...................
In MIRO,
We input
In Basic data tab,
Invoice Date,
Posting Date,
Reference,
PO no. &
Tax code as V5 ( VAT @ 8% )  in item data  & then
In Details tab,
We enter Business Area    & then
In Payment Tab
Baseline date        & then
In Basic data tab
We check the check box for Calculate tax &
entered Amount     & then click entered .
It displays GREEN button.
When we click Simulate button & click post then it shows 1 message that " Invoice document still contains messages .".
And then if we click Messages Button it shows " MSG No. & text -  Enter Bussiness area ."
So the problem is though we input Business Area , still it shows message Enter Business area.
So plz tell me how to find that code responsible for error message.

Ashish- It is because, the error message is called using function module / BAPI. But Ideally when a developer codes to populate the structure of type BAPIRET2, he.she should also follow the following rule, to make the message traceable:
"Populate BAPI structure for error message
"Following code will not get called, but is for documentation for traceability.
if 1 = 2.
  message e004.
endif.
That is why i said in my comment, if it is "coded properly" then we will be able trace
Bottom line: you will not be able to find the program line using this approach.
But now since you now the error message and number, you can go to the underlying program of MIRO (SAPLMR1M and SAPLFDCB)..click on the find button on the application toolbar, enter the message# and find..PLEASE SELECT THE RADIO BUTTON "In the main program".
Hope this helps.
Sajan Joseph.

Similar Messages

  • How to Find Location of Error Message in MIGO Transaction

    I keep getting an error in transaction MIGO: Create account N450010 for 08/07/2007 as a cost element in controlling area BFP1. According to the functional person the account has been created. Any other way to find out besides a "where-used" on the message class and number to find out where this message is coming from? The where used is not bringing me any results.....Thanks.

    Hi
    Probably the message is called dynamically, so u should try to check by debug when that message is raised.
    U can set a break-point for the statament MESSAGE.
    Max

  • How to find Jolt client error message

    We are using Java Servlet/Jolt to talk with our Tux services.
    We got two kinds of error messages like following:
    Error message:TPESVCERR - server error while handling request
    Error number:10
    Error number:
    and
    Error message:TPETIME - timeout occured
    Error number:13
    Error number:
    Could anyone to point where we can find more detailed information
    about Jolt error 10 and 13.
    Thank you in advance

    Tux 71,
    The error messages are not Jolt but Tuxedo.
    Extracts from the Tuxedo documentation (6.5) :-
    TPESVCERR
    A service routine encountered an error either in tpreturn(3c) or tpforward(3c)
    (for example, bad arguments were passed). No reply data is returned when this
    error occurs (that is, neither odata, its contents, nor olen is changed). If
    the service request was made on behalf of the caller's transaction (that is, TPNOTRAN
    was not set), then the transaction is marked abort-only. Note that so long as
    the transaction has not timed out, further communication may be performed before
    aborting the transaction and that any work performed on behalf of the caller's
    transaction will be aborted upon transaction completion (that is, for subsequent
    communication to have any lasting effect, it should be done with TPNOTRAN set).
    If either SVCTIMEOUT in the ubbconfig file or TA_SVCTIMEOUT in the TM_MIB is non-zero,
    TPESVCERR is returned when a service timeout occurs.
    TPETIME
    A timeout occurred. If the caller is in transaction mode, then a transaction timeout
    occurred and the transaction is marked abort-only; otherwise, a blocking timeout
    occurred and neither TPNOBLOCK nor TPNOTIME was specified. In either case, neither
    odata, its contents, nor olen is changed. If a transaction timeout occurred,
    then with one exception, any attempts to send new requests or receive outstanding
    replies will fail with TPETIME until the transaction has been aborted. The exception
    is a request that does not block, expects no reply, and is not sent on behalf
    of the caller's transaction (that is, tpacall with TPNOTRAN, TPNOBLOCK, and TPNOREPLY
    set).
    Joe

  • How find the ABAP code with Error message

    Hi
    How to  find the ABAP Code for Error Message?
    Example:
    Error Message: ZF026.
    Regards
    Odaiah Pelley
    Edited by: Odaiah Pelley on Aug 22, 2008 4:21 AM

    Hi
    Excellent Answer, I appreciate it.
    My question is with Error Message ZF026.
    How to find ABAP Code ?
    If I go for SE91 I will get same message as if I am getting error message.It is no use.
    Regards
    Odaiah Pelleyu

  • How can I solve this error message? Some of your photos, including the photo "IMG_0374.jpg", were not copied to the iPad "(my name's) iPad" because they cannot be displayed on your iPad.

    how can I solve this error message? "Some of your photos, including the photo “IMG_0374.jpg”, were not copied to the iPad “(my name’s) iPad” because they cannot be displayed on your iPad."
    There were 273 photos in the event syncing from my Mac, but only the last 103 made it to the ipad. Most of the photos were taken by an iphone. I would appreciate any thoughts or insights - thanks.

    Adrian-
    That error message suggests the photo is somehow corrupt.
    Do you have the Apple Camera Connection Kit?  You can set up a USB thumb drive with MS-DOS FAT-32 format and copy your photos to it into a folder named DCIM.  Assuming they have an 8 character plus suffix name, the iPad will recognize them and give you the option of transferring them via the Kit's USB adapter.
    Once they are transferred, you can find out if there is a problem with any.
    Fred

  • How do I fix -50 error message when syncing phoneon Windows 7?

    How do I fix -50 error message when syncing phone on Windows 7?

    Quit Mail. Back up all data.
    Triple-click the line of text below to select it, then copy to the Clipboard:
    /Library/Mail/Bundles
    In the Finder, select Go ▹ Go to Folder from the menu bar. Paste into the box that opens, then press return.
    A folder may open. If it does, move the following item in that folder to the Trash:
    UnsubMailPluginMailAppOSX.mailbundle
    You may be prompted for your password when you do this.
    Launch Mail.

  • How front end query invoke error message at backend

    Dear all,
    Please help me this out! I'm working on servlets(using Apache server). I'm sending sql statement to (dbaccess) database. If I do a sql statement directly at backend, the db will generate an error message. Now I'm sending the query at front end. When error occurs, the backend doesn't show the error message. I have no idea how to 1) generate the error messages at backend when a sql from front end is executed. 2) And then how the backend send the error message to the frontend.
    If you have any idea, please help me. I greatly appreciate that!
    Regards,
    Grace

    Thanks. Backend means database. But I just wonder why this exception not shown on my webpage. I made it to print out in html file.
    And are you sure that the exception front end caught is the same error message that I get if I run the sql statement at backend directly? Because I'm thinking of ways to make the error message both detail and user friendly to understand.
    What would you think?
    Thanks again!
    Grace

  • Finding a System Error Message (reflected in communication channel)

    Hi,
    I am working on release 3.0. I have found a System Error Message reflected in JDBC communication channel due to a data problem. I assume that this message is old and I can not find the message. It seems that I need the exact date and time when the message was created in order to find this message. I would like to find the payload to view the data and cancel the message.
    Does anyone have any tips on how to find this sort of message?
    Thanks,
    Leanne

    use the standalone Logviewer to read the log files. Works great.
    "If you have an SAP Web Application Server Java 6.20 or below you may also get a standalone_logviewer.zip file at the SAP Service Marketplace at service.sap.com/download u2192 SAP NetWeaver u2192 Release ‘04. In this case JDK version 1.3 or higher must be installed on the system. The java version must be same on the server and the client.
    In the SAP Web AS Java 6.30 installation a folder named logviewer_standalone can be found under: <path Of J2EE installation>/<SysID>/JC<nr>/j2ee/admin/logviewer_standalone. Verify that the batch file logviewer.bat is installed in the directory logviewer-standalone.
    (source -> http://help.sap.com/saphelp_nw04/helpdata/en/e4/540c404a435509e10000000a1550b0/frameset.htm)
    procedure is ..
    1.open Visual Administrator
    2.click Log Configurator
    3.Runtime->Destinations you can find out which destination is for defaultTrace.X.trx.
    4.change the formatter from "com.sap.tc.logging.ListFormatter" to "com.sap.tc.logging.TraceFormatter"
    if change couldn't take effect,reboot j2ee.
    regards
    chandra

  • How can we view the error message numbers in the web ui?

    Dear all,
    How can we view the error message numbers in the web ui? It gives the error but no number.  It is possible to debug in web UI so how can we accomplish this?
    Thanks,
    FK

    Hi  Fakhan,
    You can absolutely do that.
    Check the class: CL_BSP_MESSAGES
    Also if you want to find out the exact Message Class and Message Number, go to table T100, type text in field TEXT, you will get Message Class and Message number in fields ARBGB and MSGNR respectively.
    I hope this helps.
    THanks
    Vishal

  • How to populate User defined Error message

    Hi
    i have a requirement as follows,
    we have 2 types users(patient and doctor) some fields are mandatory for doctor and some of them for patient creation.
    when they miss some fields while creating doctor it has to throw error message saying " these fields arer mandatory for doctor " same will follow for patient.
    so can any body please tell me how to use the UDF error messages. (no external code).
    Thank you.

    IF b1 = 'Business One'.
      ASK question [here|SAP Business One SDK;.
    ENDIF.

  • How can i dispaly an Error Message from Server Side To form

    Hi All,
    How can i dispaly an Error Message from Server Side To form side .
    i try several ways nothing succed.
    i put the error in stack and after call the procedure from form i added
    Qms$Trans_Errors.Display_Messages;
    and because it is an error not informantional error the error screen displayed and enter
    in infinite loop acts like flashing .
    can any one help me please i use C/S Headstart6i and Designer 6i
    thanks alot
    radi

    hi,
    thanks alot lauri.
    yr code work only using information message but in error message its still the same .
    the error window still flash and enter in infinite loop of executeing the same triggers.
    thanks again
    radi

  • How do I fix an error message of "failed to open a session on this devices" for my HP photosmart 6510 scanner?

    how do I fix an error message of "failed to open a session on this devices" for my HP photosmart 6510 scanner?

    Hello Kwastfamily,
    It sounds like you are unable to print from your computer to your printer. I would run through the troubleshooting steps in this article:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How can i see the error message?

    hi, i have written a procedure in the database 10g, with my own error, and it works. but, when my exception occurs, i want to see my ora-20000-message in the footer of the isql-screen in the same way like normal ora-errors do it. because, now the code handles the exeption, but i can not se any message.
    thx.
    (zahl1 in number, zahl2 in number)
    as
    maxvertrag number;
    ergebnis number;
    myerror exception;
    pragma exception_init(myerror, -20000);
    begin
    select max(vertragsnr) into maxvertrag from robertl.tblugovor;
    ergebnis := zahl1+zahl2+maxvertrag;
    if ergebnis>104
    then
    RAISE_APPLICATION_ERROR (-20000, 'Result is > 104!');
    end if;
    exception when myerror then
    ergebnis:=0;
    end;

    This is answered in how can i se the error message?.
    As a side note, you generally don't need to cross-post in these two fora, as many of us frequent both.
    Cheers, APC

  • IDOCS - Finding the first error message when reprocess has been done 17000 times

    I was hoping for some assistance. We have an automated reprocessing of our iDocs in one interface. I would like to find the first error message at status 51 in order to see the failure messge. Since the idocs have been reprocessed so many times, it cannot be found in the iDoc handler. Please advise if you have tips.

    This message looks like homemade. And the message will not change, no matter how often you repost the same IDOC without having changed anything.
    So you should at least see the message number to this message in the EDIDS table
    You can search SCN using this number, you can search for OSS notes with this number, or you get active yourself in SAP and check the where used list from SE91 transaction to know in which program this error is triggered and under what circumstances

  • When I update my nano ipod I get an error message "User ipod cannot be updated.  The disk couldnot be read from or written to."   How can I overcome this error message.

    In the iTunes window, when I update my nano ipod, I get an error message "User ipod cannot be updated.  The disk could not be read from or written to."   How can I overcome this error message.

    Hello there dilip77707,
    It sounds like you are getting this error message that your iPod cannot be read from or written to when you are trying to update your iPod Nano. I recommend the troubleshooting from the following article to help you get that resolved. Its pretty straight forward, just start at the top and work your way down as needed:
     'Disk cannot be read from or written to' when syncing iPod or 'Firmware update failure' error when updating or restoring iPod
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

Maybe you are looking for

  • Version 31.3, error in upadting RSS feeds. Error Message - not a valid feed.

    After upgrading to version 31.3, error in updating RSS feeds. Error message - not a valid feed. Unable to Attach screen shot of feed validator results

  • Z77 Mpower 1 stick memory

    Hi, I bought the above today, but it will not boot if memory slots 3 and/or 4 are occupied. Slots 1 and 2work ok. If i put single stick in, slots 1 and 2 will work. with slots 3 or 4 i get debug error 55. Can anyone help. All works fine P67a GD65. Th

  • Do I have the legit and correct Flash player 10?

    Windows Vista Home Premium with Vista SP2  using IE7 I had difficulty getting Flash player 10  version 10.0.32.18 from download at the adobe site. Kept getting error "GetPlus+  Error  Operating System Error! 16236.203.235" and I was not able to downl

  • Render Panel Group

    Hi, what is the easiest way to render a panel group by clicking a certain button. Both elements are arranged on the same page. I've tried it with a managed bean, which contains a variable that could be either true or false. By clicking the button the

  • TNS Error after Linux Patch

    I manage a small instructional Database (Oracle 9i) running on Linux Advanced Server. Everthing had been okay since installation last summer, until a week ago that our Linux Admin applied some patches. Now TNS listener (port 1521) and Oracle Apache (