Wrong entries in ztable

Hi,
I am having one ztable. In which some wrong entries are coming. These wrong entries are the messages.
When checked by where used list, this table is getting updated by 8 different programs.
Now I need to find out from which program and what condition this messages are coming into this ztable.
Could anybody help me out how to search?

Hi Swapnil,
To find out the source of the error message, do something like this.
A ) Point out the messages.
B ) Try to find the message class for those messages.
C ) Now determine the programs, those are using that message class, which contains your pointed messages.
Or you can try the change document concept,
In the tables CDHDR and CDPOS you will get all the data,Like the table updated on, table updated by etc.
Hope this helps.
Regards,
Abhinab Mishra

Similar Messages

  • How to delete the total entries in ztable

    Hi ,
    How to delete the total entries in ztable...
    code pls.
    regards,

    Hi Venkat,
    pls see below records,
    Plant  Material                       Alternate material
    3770  00000000000126875          2020202
    3770  000000000005999335        2020202
    3770  117196                           2020202
    3780  00000000000126875           2020202
    3784  00000000000126875         2020202
    3784  000000000002809336       2020202
    3784  000000000005999335        2 020202
    3789  00000000000126875            2020202
    if  i write below syntax ,
    delete from ztable where matkl = '2020202'.
    all records contains  matkl = '2020202' will be deleted ??
    pls. reply.

  • I hit the wrong entry for find my ipad, I hit the iphone, how do I get it to correct

    I hit the wrong entry for "find my ipad, how do i get it to correct

    You can log out of the currently logged in account by tapping on it in Settings > Store, and you should then be able to log in with the account that you want.

  • My ipad is blocked due to wrong entry of passcode, my ipad is blocked due to wrong entry of passcode

    my ipad is blocked due to wrong entry of passcode, NOW plz assist me how to get this issue resolved ?

    You will need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - your computer's iTunes should then recognise the iPad and you will then be able to reset the iPad.
    As it's not the computer that you sync to then (from here) :
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.

  • Wrong Entries in Out-Queues

    Dear All,
    we've got a very big problem in oure CRM Mobiles Sales 3.0. In the Out-Queues we've got wrong entries, which have other Queue-ID's than they expecet to have but they've got the same transaction-ID.
    When the clients now try to make conntrans, they get an error message: Internal error in incomming datastream.
    Is there any report to clean up the Out-Queues, and fix the problem?
    If you know a solution for this problem, please let me know.
    Best regards
    Christian Rodemeister

    Hi there,
    I think I have to get a little more detailed.
    We have about 300 clients and nearly everyone has got about 2 till 20 wrong entries in his queue.
    If we delete all queues this will took about 3 days and afterwards, if then everything on the system is still OK, the extract of all queues will took us about 5-6 days.
    What I need is a solution and a reason why these wrong entries occured.
    Why is it possible that an entry for another queue exists with a doubled transaction ID in a queue of another client.
    If you have any idear please let me know.
    Thanks a lot for your help, and all usefull ideas.
    Christian

  • Wrong entries in initial stock entries in 561

    Hi All,
    what is the best process if we want to return to vender after the wrong entries in initial stock entries by 561.
    Thanks,

    >
    zafina5 wrote:
    > Hi All,
    > what is the best process if we want to return to vender after the wrong entries in initial stock entries by 561.
    >
    > Thanks,
    Do cancellation of document in MIGO by cancel, against material document and then material document NO. and save will reverse the document created through 561.

  • Wrong entries in BBP_PDACC

    Hi,
    My client is working with SRM 3.0.
    Currently, we are having a problem where we see some wrong entries in BBP_PDACC table. There are some WBS elements in this table with accounting type 'CC' (which is for cost centers). I have checked in ECC to confirm that the entries are WBS elements.
    I am trying to find out the possible ways how this table can be updated. Could someone please give me any suggestions on this?
    Thanks & Regards
    Saravanan Sadasivan.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Wrong entry be deleted in PI Sheet

    Hi all,
    How can wrong entry be deleted in PI Sheet?

    hi
    I do not think it is possible as PI sheet monitored through Phases/signatures..
    Probably, you need to comment in subsequent phases about mistake occured for documentation purpose.
    Thanks
    JK

  • Appraisal Document: Wrong entries in action log

    Hi Gurus,
    For some appraisal documents, the action log is getting wrong entries.
    For example, it appears several entries. Those entries identify persons that have seen the document. I have an example that several employees have seen the same document at the same day the same time, which has not happened.
    I am using standard implementation for action log.
    I cannot find a pattern for that...
    Have you faced the same situation? Can you help me, please?
    Many thanks,
    Vasco Brandã

    Hi Vasco,
    Another customer had some problems with the log and it was solved with note 1476829 (it corrected a different issue but it made changes on the log fucntionality as well).
    Try this note and if you still have problem after that then I suggest you open a message for this as it might be a bug.
    Cheers
    Sarah

  • Lion Mail selects the wrong entry after delete?

    Does anyone else thing Mail selects the wrong entry after delete? Say your scanning through your mail from latest to oldest, something most people seem to do. You click on an entry, read the mail and then press delete to move it to trash. Mail picks the next newest entry instead of the one right after the one you deleted. But you've probably already looked at that one and want to look at the next older item. So I have to select, delete, click the down arrow, delete, etc. in order to quickly go through mail, deleting the ones I don't need, and leaving others I want to go back too.
    Seems like there should be an option to set what the next entry is after delete.

    jamsden wrote:
    Seems like there should be an option to set what the next entry is after delete.
    http://www.apple.com/feedback/macosx.html
    Regards,
    Colin R.

  • A msg box is displayed when textfield is empty or wrong entry

    i put textfield in matrix on a frame know i want that when i press enter then a msg box is displayed if any text field is empty or wrong entry for example i just want to enter integer in text field i tried the following one but if i press enter without putting any entry or wrong entry it generate exceptions
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class NumericVerifier
    public static void main(String args[])
    JFrame frame = new JFrame("Numeric Verifier");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    JPanel panel1 = new JPanel(new BorderLayout());
    JLabel label1 = new JLabel("Numeric-only");
    JTextField textField1 = new JTextField();
    panel1.add(label1, BorderLayout.WEST);
    panel1.add(textField1, BorderLayout.CENTER);
    JPanel panel3 = new JPanel(new BorderLayout());
    JLabel label3 = new JLabel("Numeric-only");
    JTextField textField3 = new JTextField();
    panel3.add(label3, BorderLayout.WEST);
    panel3.add(textField3, BorderLayout.CENTER);
    InputVerifier verifier = new InputVerifier()
    public boolean verify(JComponent comp)
    boolean returnValue;
    JTextField textField = (JTextField)comp;
    try
    Integer.parseInt(textField.getText());
    returnValue = true;
    } catch (NumberFormatException e)
    returnValue = false;
    return returnValue;
    textField1.setInputVerifier(verifier);
    textField3.setInputVerifier(verifier);
    frame.add(panel1, BorderLayout.NORTH);
    //frame.add(panel2, BorderLayout.CENTER);
    frame.add(panel3, BorderLayout.SOUTH);
    frame.setSize(300, 95);
    frame.setVisible(true);
    }

    thanx for ur answer but i think u donot understand i know how to display msg box i just want tha when i press enter then a msg box is displaayed that u leave a textfield empty or wrong entry
    i store the text fields in a multidimentional array

  • Firefighter Log Report-Wrong entries being shown

    Hi all,
    using SAP FF rel. 5.2 - VIRSANH 520_620 I encountered the same issues
    described in notes n°:
    - 1064911 Firefighter Log Report-Wrong entries being shown
    - 1152284 Firefighter Log Report-Wrong entries being shown with
    dates
    The solutions described in these notes are not valid for my SAP
    release:
    VIRSANH 520_620
    Does someone know if are available the same corrections for my SAP FF Rel.?
    Thanks in advance,
    Claudio Orsi

    Hi Claudio,
    Not sure if this helps any....
    We recently upgraded FF 5.2 (520_620) to current SP levels and experienced some issues with the reporting feature
    We utilize the reports through the NetWeaver interface and were not receiving correct results; this happened after we went from SP 3 to SP 4
    We have backed out the SP4 level to get back to "what was working"; we have an issue opened with SAP and they have identified our experience as a bug and plan on a fix with the next release scheduled for end of June
    Are you experiencing report issues using the NetWeaver interface or the backend report tools? What is the SP level you are at?
    This information on our experience may or may not be helpfull but anything can be of some value as long as it is mentioned
    Jerry Synoga
    Ryerson, Inc.
    630-758-2021

  • Please help to enable? it got disabled because of wrong entry of password

    please help to enable? it got disabled because of wrong entry of password

    Hello,
    I advise you to check this useful link : http://support.apple.com/kb/ht1212

  • Recover deleted entries from ztable

    Hi
    is there any best method to recover the deleted entries from ztable?

    Hi Vahi,
    1. Find out the exact time when the data has been deleted.        
    2. Restore THE WHOLE DATABASE on any other server with MSSQL server
    running on that. You should not restore the database completely,  
    rather using "Point-in-time" recovery method. Appoint the time from
    the p.1 minus 5 minutes as the end point of the database recovery.
    Please refer to the note 193816 for more information.             
    3. Now the old content of the table ZRATE is there. You can       
    export the data and then import them into the produtive system.   
    Afterwards you can delete the restored database, it is not needed 
    anymore.                                                                               
    Thanks!
    Anusha

  • Dialogue program to create/modify entries of ztable

    hi experts,
    i want to create a ztable. After creating the ztable i want to create an dialogue program using that dialogue program i have to create/modify entries of that ztable using text box and push button options.
    can anybody having sample coding pls send me.....
    thanks in advance,
    ravi

    Hi  Ravi ,
    Instead creating the Dailog Program u can creat the Table Maintanance Generator (TMG). Here u will have all the option of creation, deleting , modifying the record.
    In se11 main screen go to utilities:-> Table Maintanance Generator .
    here u have to enteg the Function group name and screen NO. system wil generate the dialog program for u to maintan the data in that table. Then go to      T-CODE SM30 give the same table name and click on maintanance push button and maintain ur entries the table.
    IF helpfull reward points
    Anees
    9886358645

Maybe you are looking for

  • OBIEE 11.1.1.6 Query !!

    Hi Experts, I need to install and configure BI Publisher in HA mode. I want to use OBIEE 11.1.1.6 version. Does that mean that I will have to install and configure all other OBIEE components though I just want to use BI Publisher ? Can BI Publisher b

  • Help required in running SPAU and SPDD transactions for post upgrade

    Hi All, We are doing a system upgrade to EHP1. We need help in SPAU and SPDD runs and why are they required in upgrade activity. Kindly respond. Thanks in advance Regards Rashmi

  • I cab not open a new tab, Conrol t, new tab, right click, etc. nothing works.

    Since the last upgrade, I can not open a new tab. Only a new window. None of the tab options work.

  • About Item catagory usage

    Hi All Gurus, We determine item catagory i.e s/ditem catagory grpitem catagory usagehigher level item catagoryitem catagory. I want to knw more abt Item catagory usage. Hw its work & its effects as well as abt higher level item catagory Thanks in adv

  • Can i store metadata ,stars ,labels ,words in my files?

    Hi i use bridge cs5 and i guess when i add stars , labels and words to a photo , bridge makes a file sidecar XMP can i save directly these information in the file ? camera raw files , jpg and other image files thanks