How to do debugging

Guys,
I am new to support environment here, i am getting a system generated error while doing the delivery.
Error:
"no contract could be found valid on XXXXXXX Plant XXXX Sloc 0000 Val type UT Mat.no. XXXXXXXXX Sales HT CA & MOT"
I know that this is pointing to a table entry that is missing in the system, I don't have any idea what table entry that is missing, how can i go into debugging mode to find out what entry is missing that is throwing this error.
Guys if you have any step by step process of debugging could you send me please.
srinir2009 at g mail com

Hello Yash,
Please put /h in the command place and press Enter.
Then you could go into the debugging mode.
If you would like to debug an error message, you could set breakpoint at statement Message.
Menu->Breakpoints->breakpoint at->statement->Fill in value "message"
->get info "Breakpoint set"
Then there are two parameters to watch
Sy-msgid
Sy-msgno
They are the message class and message number of SAP message.
For example, for error V1427, SY-MSGID is V1 and SY-MSGNO is 427.
There is another way to check a logic for an message.
SE91->Enter the class and number for a message->Display->
There is button called "Where-use list". Here you could find the program which issues the message.
You could also set breakpoint here and it will stop when you process the document.
Regards,
Smile
Edited by: Smile Zhang on Jun 4, 2009 6:30 AM

Similar Messages

  • How to do debugging for sending inbound or outbound email via ERMS?

    Hi Colleagues,
    I send an email to '[email protected]' with email titile 'CIM: 318238 2013', and want to display inbound email in email assignment block within CIM Service Request 10001503 in ICX. But it fails to be displayed on Web UI. And there is no problem to browse inbound and outbound emails via t-code SCOT as below.
    If I send an email to '[email protected]', there is no problem to display inbound email within one CIM Service Request in ICP as below.
    One related class ZSCL_CRM_ERMS_AH_CIM_CSS=>IF_CRM_ERMS_SERVICE~EXECUTE is used to implement this function, I don't know how to do debugging when sending inbound or outbound email? Could please tell me more detailed steps?
    Kind Regards
    Andie

    Hi Fabian,
    Thanks for your reply.
    How can I add this method ZSCL_CRM_ERMS_AH_CIM_CSS=>IF_CRM_ERMS_SERVICE~EXECUTE to the list in t-code SM50 for doing debugging?
    And another question is that I cannot attach inbound email to CIM Request via ICX email address '[email protected]', but no problem to send inbound email using ICP email address [email protected] as below. Is there any authorization issue for this case?
    Kind Regards
    Andie

  • How should I debug a PVM that is crashing & rebooting too fast ?

    I have a newly created oel4u6 PVM that appears to be starting but then crashing & rebooting too fast and I don't know how to best debug it. The vm is a P2V'ed oel4u6 HP Blade that successfully boots as a HVM but I can't seem to get it to fully start as a PVM (I have several clones that I am working with to contrast/compare).
    I can't seem to get the console to start fast enough to show me anything useful as the crash is within seconds.
    I likely can flip the VM back to HVMPV mode or HVM and boot to the original kernel but if I boot to another kernel I am not sure what files in the VM (if any) may give any insight on the failed starts/crashed.*
    Anyone have any ideas/recommendations on how to debug this?*
    The message from xend.log is:
    [2013-03-31 07:45:32 3273] WARNING (XendDomainInfo:2131) Domain has crashed: name=0004fb0000060000b0d58463f621a2a3 id=37.
    [2013-03-31 07:45:32 3273] ERROR (XendDomainInfo:2265) VM 0004fb0000060000b0d58463f621a2a3 restarting too fast (Elapsed time: 1.654993 seconds). Refusing to restart to avoid loops.
    [2013-03-31 07:45:32 3273] ...
    More details as to the specific HVM kernel & PVM kernel & the process I used to get the PVM to at least get to load grub are in this thread looking for a good step-by-step guide on the recommended process:
    Good guide to convert oel4 hvm to pvm on OVM 3.2.1 ?

    Choose Utilities from the Finder's Go menu, open the AppleScript Editor, and run:
    do shell script "mv '/System/Library/oldname' '/System/Library/newname'" with administrator privileges
    (126015)

  • How can i debug a rfc being called from sap

    hello Gurus,
    We made a RFC call from SAP r3 to sap grc nfe......we did not receive any data in sap grc .......we go to SM58 and there it gives
    the message "Name or password is incorrect (repeat logon)u201D.
    How can i find out where the data has stuck.
    Please help.
    BR
    Honey

    HI,
    please have a look at the link below..
    this may help u !!!
    [Re: how can i debug a rfc being called from .net connector (NCO) v2.0?;
    Best of Luck !!1
    Regards
    Ravi

  • How can I debug a routine created in Deletion of similar requests?

    Hello Experts,
    I need some help from you. I need to delete overlapping requests and the common
    settings you can set are not suitable, so I decided to write my own ABAP routine.
    But how can I debug a routine, which is implemented in the deletion of similar requests?
    Hope you can help me.
    Cheers
    Daniel Weilbacher

    Please go to the routine code..
    In the menu options..u will find an option for breakpoint--set..
    The line where breakpoint is set will get highlighted and u will also see a STOP symbol..
    then come out of routine..and then run the data load..
    this ABAP routine for overlapping request deletion runs before the scheduled data load..
    the run shud stop at the set breakpoint and show the routine code..in debugger mode..
    cheers,
    Vishvesh

  • How can I debug a sequence that has a subsequence is running in a separate thread?

    Hi,
    How can I debug a sequence that has a subsequence is running in a separate thread?
    I have to have a continues check for a  digital in signal to be able to terminate the sequence if a physical button is pushed.
    This is running in a separate thread, but this way I cannot debug the main sequence.
    Is there any workaround for this?
    Thanks,
    Andras

    This KB might help you:
    http://digital.ni.com/public.nsf/websearch/46D1E157756C37E686256CED0075E156?OpenDocument
    Let me know if this does not help.
    Allen P.
    NI

  • FM in update task - How do you debug for a user exit (IW32)

    Hi,
    I am working on user exit IWO10009, fm EXIT_SAPLCOIH_009, transaction IW32.
    The user-exit should be called any time an order is saved with parts added to the component tab.
    The import structure of the user exit is CAUFVD, which doesnu2019t contain the items in the component. Instead, I have to go into table RESB and get the components.
    However, when I go into RESB from inside the user-exit, the added components have not yet been added to the table.
    As such, I was thinking of creating a Z function module in update task to process this code after the order is saved & RESB is updated.
    2 questions
    1 u2013 Is this the best way of accomplishing this?
    2 u2013 How do you debug FMu2019s in update task? I have set a breakpoint & have switched system debugging on from inside the debugger, but it doesnu2019t stop inside the fm.
    Please help.
    Thanks,
    John

    Hi,
    to debug update task you need to switch on "update debugging" not the "system debugging" from the menu Settings->update debugging.
    -Ramesh

  • How Do You Debug Oracle Report Calls From Forms On The App Server?

    I am working on a system which uses oracle forms and reports 10g.
    In our system we call, we are calling oracle reports from oracle forms. How do we debug the form code when the form and report both are running on the application server in production.
    To my knowledge, this can not be done when the form is running locally since there is only OC4J forms services locally.
    I understand one views error messages through the jinitiator console but how does one turn on this facility? How do you determine what line the error occurred?
    I am looking for step by step instructions as answer to this issue.
    Please be specific. Please write in good English.

    Good afternoon,
    If you have the developer suite installed on your PC, run the report from your form and then follow this tree from the start button on your PC:
    Developer Suite Home =>
    Reports Developer =>
    Oracle Application Server Report Services =>
    Reports Queue Manager
    Select View => Past Jobs and then find your report in the list, double-click the report entry and you'll see the error message that was generated by the Report Server when you tried to run the report.
    Good luck,
    Don.

  • How do you debug on the ITS?

    Hi,
    How do you debug an ITS application? I am trying to debug a web app, and I know the error is in the ABAP code. I would like to set a breakpoint in my ABAP code, so that when a certain action occurs from the client (web) side, I will jump to the ABAP breakpoint, that way I can step through the ABAP code. Any help would be appreciated.
    Thanks in advance.

    Peter,
    We can achieve this thru ABAP Debugger itself not thru HTTP debugger .
    For example , the ITS Trans you r trying to Debug is PZ13,
    u hva to carry the foll steps ,
    1. Go to SM30 - > T77WWW_SC - > find which function module it points to .. -> Put brk pts ->
    SE93 -> type the transaction - > in the command box give ,
    /h (Turn on Debugger).Run.
    Hope it Helps .
    Regards,
    J

  • How to stop debuger in sapscript

    how to stop debuger in sapscript

    Hi,
    before executing the Script, goto SE71, and give the script name and press display, there in the utilites --> Activate Debugger
    or
    You can use the program RSTXDBUG, execute this program program for SAPSCRIPT debugging,
    If you want to Come out from the Debugger, In the menu we an ooption
    <b>Debugger --> Exit</b>    or <b>Press Shift+F3</b>
    Regards
    Sudheer

  • How To Generate Debug Log Files for ebs jsp?

    hi   How To Generate Debug Log Files for ebs r12 jsp?
    and where i get the log .please help me thanks!

    Please check following MOS Document
    Oracle Application Server Diagnostic Tools and Log Files in Applications Release 12 (Doc ID 454178.1)

  • How to use debug my jdevloper devloped jsp applications using tomcat 4.0?

    hello,
    how to use debug my jdevloper devloped jsp applications using tomcat 4.0?
    how to run with using tomcat path with browser?
    can any one help?
    thanks
    pullareddy

    Hi Pullareddy,
    Charles' answer will work for Servlets in Tomcat, but debugging JSPs is a bit more complicated than debugging Servlets.
    Here's what you need to do:
    (I don't have Tomcat, so I don't know the details of Tomcat configuration files and I can't guarentee that Tomcat provides the flexibility so that you can configure it for debugging JSPs. Each application server is configured a bit differently. Hopefully you can adjust the following instructions to Tomcat.)
    1. You need to replace Tomcat's JSP engine with OJSP and you need to setup debugging parameters for OJSP.
    This is not specifically in the JDev documentation, but you may be able to apply the information found in the topic "Remote Debugging in OC4J".
    Here are some tips:
    A. You'll probably need to specify the following jars in some Tomcat config file: ojsp.jar, ojsputil.jar, xmlparserv2.jar, ojc.jar, and jdev-rt.jar.
    B. The OJSP class name is oracle.jsp.runtimev2.JspServlet.
    C. The debug parameters are:
    debug_mode = true
    developer_mode = true
    encode_to_java = true
    emit_debuginfo = true
    jspjavacompiler = oracle.jdevimpl.jsp.JspOjcCompiler
    2. You need to make Tomcat start the Java command with debugging options. (This is what Charles was talking about. One of the debug options is -XXdebug). This is in the JDev documentation in the topic "Starting a Java Process in Debug Mode". Please read that documentation help topic.
    3. You need to delete any old .java or .class files which were created in the past for your JSP. If you leave old .java or .class files around, then the debugger may not be able to stop at breakpoints in your JSPs. So, be sure to clean up old files.
    4. Set your project settings for remote debugging. This is on the Debugger - Remote panel in the Project Settings dialog box. You probably want either Attach to OJVM or Attach to JPDA. Which radio button you choose depends on what command line options you specified in step 2.
    -Liz

  • How to insert debug messages in a report

    All,
    I am facing a problem with one report in apps environment.
    When I run the sql in toad or when I run the report from reports
    builder I am getting data. But, when I run the same report using
    concurrent program I am not getting any data for the same inputs.
    I am not sure what is wrong. I want to put some debug messages.
    Can you please tell me how to put debug messages in reports?
    Thanks.

    973508 wrote:
    All,
    I am facing a problem with one report in apps environment.
    When I run the sql in toad or when I run the report from reports
    builder I am getting data. But, when I run the same report using
    concurrent program I am not getting any data for the same inputs.
    I am not sure what is wrong. I want to put some debug messages.
    Can you please tell me how to put debug messages in reports?
    Thanks.Please post the details of the application release, database version and OS.
    What is the type of the report?
    Please see the following docs to enable debug/trace.
    How Can Trace and Debug Be Turned On For A Concurrent Request? [ID 759389.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Thanks,
    Hussein

  • How to do debugging in ESO

    Hi All,
    I am new in ESO i dont know how to do debugging in ESO ... i need to replicate a issue in debugg mode ....can u please answer me how to do debugging in eSourcing .
    and in debugg mode how create RFX.
    Thanks ,
    Ritu Gupta

    Ritu,
    Below are the steps.
    1) Login to the ESO
    2) Click 'Setup' on the top of the page.
    3) Under 'System  Administration' -> 'System Management' -> with 'System Information' selected click OK.
    4) Here on this page click on the 'Logs' tab.
    5) Click 'Edit' and under the Logging Options -> check the 'Debug Logging' check box.
    6) Save it.
    Make sure once you are done with your debugging come back and uncheck the 'Debug Logging' and Save it. Otherwise you may run out of disk space as log file size will increase due to the debug statements.
    There in no difference in creation of RFx while in debug mode. Just create RFx in normal way as you normally do without debug enabled and save the log file for your investigation.
    I hope this helps.

  • How do you debug JavaFX Script

    I'm very frusturated with JavaFX debugging "feature". (I'm using Netbeans 6.7.1 on Linux x86 platform.)
    It doesn't let me to watch objects, how can one debug code without watching objects?
    Great effort JavaFX team, that really made developing JavaFX torture!
    It doesn't even let me to see text value of a TextBox. What a crap!
    ...And it's on 1.2.1 version, though what it should be is 0.2 Beta. There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized. There is no grid, no tree, not even a bloody combobox. Swing wrapping does shit!
    Did anybody make it to watch variables despite javafx?

    I don't use NetBeans. Nor Eclipse... Just a plain text editor (SciTE...) and... lot of println! You can use loggers too. Or secondary visual nodes.
    OK, it is more suited for the small test applications than I wrote than for a full fledged multipackage applications, but at least it is IDE agnostic! ;-)
    There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized.GUI is important, but only part of JavaFX. Obviously they concentrated first on the building blocks, like shapes and layout (and animation, effects, etc.).
    We expect more components in next version. Some are already developed by 3rd party developers (see CRUDfx, Peter Pilgrim's grid, also saw a combo box, a menu set, a calendar, among others).

  • How do you Debug start routine?

    Hi gurus
    How do you Debug start routine?
    Thanks in advance
    Raj

    By inserting a BREAK statement in the routine you won't be able to debugg as the upload process is done in background.
    Instead you should insert a code like this:
    data flag.
    while flag ne 'X'. endwhile.
    Then launch the process and go to transaction SM50 select the process and execute Program/Mode -> Program -> Debugging

Maybe you are looking for

  • Need Urgent Solution for error in presence webservice

    Hi Folks, I am new to ocsg , i got stuck with a serious problem I am working with presence web service As from documentation , i understood that watcher should subscribe with attrbiutes which he wants to look up for presence user's information , so i

  • Info about conditions, exceptions and celldefinitions

    Hi, Please tell me about conditions, exceptions, cell definition and structures. can we create conditions characteristics and exceptions on characteristics. what is the meaning of cell definitions and how it will be useful. Thanks, Annam

  • Best practice when writing multi window gtkmm application?

    Hello Anyone here who knows gtkmm? I'm in the progress of learning it, and now I'm stuck. I can't really find a good, clean and _working_ way to add more windows. For example I want to create a "New project" window where the user have to enter some i

  • What is accural process in corresponding to purchase orders

    hai freinds i am new to Material management , can any one tell me where is the accural  process used in purchasing , can any one tell me in detail how the accural process is implemented in purchsing thanx in advance afzal

  • Move Podcast from MobileMe to GoDaddy

    I know similar questions like this have already been asked.  I've read the various discussion and answers.  I think I know what I need to do, but I want to confirm it here on the boards.  A mistake could very well cost me listeners. I have moved my s