How to keep track whether PO header has been changed

Hi,
I need to Display all the lines items of a Purchase Order whenever its header changes. If PO header has been changed, in which table this details are stored.
With Best Regards
Mamatha.B

I have gone through those tables. Whenever a change has been done to PO there is an entry in the CDHDR . When there is a change to both Header and Item. Is there any field which particularly specifies whether the change is in the Header or Item.
Thank you
With Best Regards
Mamatha.B

Similar Messages

  • How to find out if a table has been changed?

    hello
    how can I find out in a zreport, if a specific table has been changed and  data has been added or deleted?
    like for instance the date of last change to the table?
    thanks
    Alisa

    Alisa...you can do it following manner
    * Execute the report RSVTPROT to extract the changes done to database table
    * table with output going into memory
    TYPES: BEGIN OF ty_abap_list.
            INCLUDE STRUCTURE abaplist.
    TYPES: END OF ty_abap_list.
    DATA: gt_abap_list  TYPE STANDARD TABLE OF ty_abap_list.
      SUBMIT rsvtprot AND RETURN
        EXPORTING LIST TO MEMORY  USING SELECTION-SCREEN 1000
                                  WITH cusobj   EQ c_tabname "Table Name
                                  WITH dbeg     EQ gv_begdate
                                  WITH tbeg     EQ c_begtime
                                  WITH dend     EQ gv_enddate
                                  WITH tend     EQ c_endtime
                                  WITH objfirst EQ ''
                                  WITH tabfirst EQ 'X'.
    * Extract the list from memory
      CALL FUNCTION 'LIST_FROM_MEMORY'
           TABLES
                listobject = gt_abap_list
           EXCEPTIONS
                not_found  = 1
                OTHERS     = 2.

  • I recently upgraded from Firefox 3.6.5 to Firefox 4.0.1 and status updates after pressing "Sync Now" which tell you that data sync is in progress or has finished, have STOPPED appearing. How do I know whether my data has been synced or not?

    More specifically even when I click Tools->Sync Now nothing happens. Also when I do a "Reset Sync" via Tools->Options->Firefox Sync, nothing happens. Meaning no progress bar appears indicating that data is being synced or has been synced, as it used to happen in earlier versions of Firefox. Is there a way to know after pressing Sync Now that my data has been synced?

    There is no visual representation to show that it has worked or is in progress, but if it fails you get a bar appearing at the bottom of the screen telling you that the sync failed.
    If you add the Firefox Sync toolbar button to the toolbar, hovering the mouse over the button will give a tooltip showing the last date/time of the last successful sync. For details of how to add the button see https://support.mozilla.com/kb/how-do-i-customize-toolbars

  • How can I track where the customer has been directed to fill my form?

    I have published a link for my forms on different websites like facebook, twitter, own website etc and was wondering that if there is any way adobe provides a platform to track the website which is been filled by the user was redirected from?
    This is simply for statistic and marketing purpose as our company wants to know where we are getting more popularity of customer by filling up our document?
    Thanks

    FormsCentral doesn't offer any type of analytics. You might be able to embed your form onto your website (http://forums.adobe.com/message/4817753#4817753) and be able add analytics to your page.
    Gen

  • How do you reset Safari if Reset has been changed to 'Clear History and Website Data'

    On my Macbook Pro, OS X 10.10.2, How can I reset Safari if the Reset has been replaced with 'Clear History and Website Data'

    Hi feijoada (and hi Yang ,
    The 'Form Values' file stores various autofill details - you didn't mention that file earier - did you also try moving that to the Desktop and retrying Safari to see if that was the problem? It can be found in the /Users/YourUsername/Library/Safari folder as well.

  • Looking for a way to detect whether a document has been changed

    We have a document with a "validate" button.
    Pressing this button performs several validations and the result will be : "validated" or "not validated"
    The result is being displayed to the end user as a document status (with it's own color).
    Once the new "status" = "validated", the status should be automatically reset to "not validated" when the user makes 1 of more change to the document.
    Is there an easy way to do this?
    Is there a sort of document status you can fetch?

    Niall's way wil lwork but this one might be easier.
    Acrobat has a "dirty" flag that gets set each time a change is made to the doc. This is what tells Acrobat that you need to do a save when you quit. You can test this flag yourself. To access it use:
    event.target.dirty
    This will return true if a change has been made and false if no changes have been made. Note that if someone enters data into a field and then deletes that data the flag will still be true as a change was deemed to have been made.
    Paul

  • How to check whether MRP run has been executed for a sales order or not

    Dear Experts,
    In Strategy:20, Make to Order scenario, I have run MRP for sales order in T Code:MD50,
    then how can I check whether MRP run has been executed for a sales order or not.  Is there any report where I can find some indication?
    Thanks and regards,
    Vikas

    Dear,
    In MTO scenario with Planning strategy group 20 in material master .
    After sales order is created, Run MRP , then planned order will be created then go to planned order details in MD04 or MD12 you will get sales order number in assigment tab.
    or check the Table PLAF field  PALTR ,and field name KDAUF its sales order, for all created planned order.
    Regards,
    R.Brahmankar

  • How to keep track of how many times a link has been clicked?

    How to keep track of how many times a link has been clicked or accessed? Do I need to use database for this?

    Hi
    Proably something like this can work,
    1> Have a servlet/bean invoked when the link is linked
    2> have a static variable in that servlet/bean wich gets incremented before the control is passed to another desired page..
    The problem with this approach is that care has to be taken that the servlet/bean is not re-instalised, in case of which the static variable will also be instalised and the data would be lost.
    The best thing is to store the count in the database.
    Regards
    Arathi.

  • How to keep track of changes made for a particular Inq Doc number.

    hi all,
    my senario is as follows :
    the requirement is to send mail every time we take print for a sapscript for inquiry ..however the header and the body of the mail will change depending whether the user created a new inquiry doc or changes an existing doc. how to keep track of the changes.
    please give me some suggestion.
    thanks in advance
    Srinivas

    its time cosuming process :
    check table CDHRD/CDPOS tables to keep track of changes.
    Regards
    Prabhu

  • How to keep Track of the wagetype Changes

    Hi Experts,
    How to keep Track of the Changes after changing the wagetype values.If any body has made changes to the existing wagetype, how do we keep a track of what changes has done, is there any standard Tcode through  which we can get the information.
    Thanks in advance,
    Regards,
    Magesh.S

    Hi,
    Access the table through SM30. It comes blank as standard. Click "New Entries" and make entries for changes to be tracked. For example, whenever an org. unit changes 002 and 003 relationship, you will make entries like:
    01 O 1001 B002 Activate box checked
    01 O 1001 B003 Activate box checked
    Here, 01 is your active plan version, O is org. unit, 1001 is infotype and B002 and B003 are the subtypes. You can also use * for infotype and subtype which means every change will be logged.
    If you then run the report RHCDOC_DISPLAY through SA38, it will pick up all the changes pertaining to B002 and B003 relationship for org. units (in the above example).
    Similarly, you can set up this table for other object types.
    For more information, follow SPRO>Personnel Management>OM>Basic Settings>Activate change documents and go through the documentation for that node. Also, read up the documentation for the report.
    Hope this helps.
    Donnie

  • How to keep track of the sequence of the BSP Pages being invoked.

    Hi,
    How to keep track of the sequence of the BSP Pages being invoked.
    I have a BSP Page A.htm. There are two other pages B.HTM and C.HTM in the same BSP Application.
    The page B.HTM has a link A.HTM. The page C.HTM also has a link A.HTM. On clicking  these links the Page A.HTM would be invoked. Is there any way to keep track which BSP Page  (i.e B.HTM or C.HTM) invoked the page A.HTM.
    Any input on this Regard would be of great help.
    Thanks and Regards,
    Pavithra

    Hi Pavithra,
    Declare in page attributes:
    appl_url type string
    In the onClick event of the link that calls the A.htm page , use:
    call method runtime->get_url
    receiving
    URL = appl_url.
    Now appl_url contains the url (also name) of the page that invoked A.htm .
    Hope it helps.
    Anubhav.

  • How to keep track of emails btn Blackberry & Outlook???

    Hi,
    I'm considering buying a Blackberry Curve (Sprint).  My hangup thus far is that I want to have all of my sent emails in my Outlook on my home computer.  My solution thus far has been to use GoToMyPC so that I can connect to my home PC from any computer and take care of my emails.  Also, I work mostly from home, so this isn't a huge problem in terms of convenience and efficiency. 
    Most people tell me that they CC themselves when they send an important email from their Blackberry.  This is how they keep track of important emails sent from their Blackberry.  IS THERE ANOTHER WAY?  A MORE RELIABLE WAY?  IS THERE A WAY TO HAVE ALL EMAILS SYNC'D WITH OUTLOOK WHEN (THEORETICALLY) SYNCING MY BLACKBERRY WITH MY HOME COMPUTER?  IF NOT, WHAT IS THE BEST WAY?
    Thanks in advance,
    Gary 
    Solved!
    Go to Solution.

    I have two (2) EMails addresses; on is my blackberry address, and the other is my Outlook.  I mostly give out my Outlook address so I could have it on my PC at home, and when Isync it is there,. Or, in the field if I inadvertantly delete a message, I know it will still  be on my PC at Home. I think your friend is correct. If she has the Blackberry
    Enterprise System through her IT Dept. at work. I have the BIS (Blackberry Internet Service).
    I hope this helps. It is quite confusing
    Writer~
    Thanks,
    Writer~

  • How to keep track of what I've previously draw

    They said:
    Everytime the paint method is called, everything that was drawn before must be redrawn. The paint method has no way to keep track of what you've previously drawn, it is your responsibility as the programmer to keep track of such things.
    Is this right?
    How can keep track of my random shades of random amounts?
    Is there a simple way to do that?
    In a example, I must use getGraphics to get JPanel's graphics, then I use it to random draw something in the JPanel.
    I just want to keep them in my JPanel when it resizes.I haven't get the answer yet.
    Can you help me?

    Ok I haven't got time to write the code for you, but here's the idea:
    //User drags mouse around to draw on screen
    //use mouseActionListener to catch MouseDragged event
    int x = mouseEvent.getX();
    int y = mouseEvent.getY();
    Point p = new Point(x,y);
    arrayListOfPoints.add(p);
    // end mouse action capture
    //override paint method of component
    public void paint(Graphics g){
        super(g);
        Iterator it = arrayListOfPoints.iterator();
        while(it.hasNext()){
            Point p = (Point)it.next();
            g.drawLine(p.getX(),p.getY(),p.getX(),p.getY())   

  • How to keep track of last song played?

    Hi!
    Does anyone know how to keep track of which song played last time before itunes was closed? I have a big list of songs in my playlist and I play it everyday while I'm working. If I shut down my computer and start it again the next day, I have to manually look for the song I played the previous evening. Is there a way where it will keep track of the last song and play it from that?
    Thanks
    JB

    Subwaygirl, welcome to the Mac family! I'm not sure whether you're asking about beginning to play from the last song played on your iPod or iTunes so I'll answer both.
    From the iPod, simply hit Play and it will begin at the next song. It cannot go back to the last song played.
    From iTunes, use my answer to Chris to add the Last Played column, sort by that and select the song at the top of the list. That is your most recently played song. If you hit the >> or Next button you will then go to the next song in the randomly-sorted list.
    Powerbook G3 Mac OS X (10.3.9)

  • HT5129 I keep getting the message MobileMe has been discontinued - iPhoto willmove albums you have published to MobileMe Gallery. . .  but I have not knowingly published any photos to MobileMe.  How can I get this message to stop.  It's getting annoying.

    I keep getting the message MobileMe has been discontinued - iPhoto willmove albums you have published to MobileMe Gallery. . .  but I have not knowingly published any photos to MobileMe.  How can I get this message to stop.  It's getting annoying.
    Also, how can I remove duplicate photos in an album without doing it manually?
    Thanks!

    When the prompt pops up next time you start iPhoto select Learn more. Then click on iPhoto preferences and select the Accounts tab. Delete your MM account and the quit iPhoto. Next time you open iPhoto the problem should be eliminated.

Maybe you are looking for

  • Source system change

    Hi, Just a quick overview of our situation, After the installation of BI development system (BID: 100) it was connected to the ECC dev system (ECD: 120). Few months later, functional guys requested to change the source system connection from ECD: 120

  • HDMI to Sony receiver - unresponsive black screen

    Just installed a new mid-2010 Mac Mini connected via HDMI to my Sony 5300 receiver, which switches among 6 HDMI inputs. Everything works great, except when I power the receiver on and switch to the Mac input, the screen is black. All I can see is a w

  • Finder Crashes on "Get Info" close - plist parse failure

    For the past day, the finder crashes (restarts, I think) every time I close a "get info" window. The console shows at the same time a plist parse failure. A fresh (combo) install of 10.4.5 was done on April 3 - problem just started showing up today t

  • Help, need to disable undo, but how?

    I need to delete LOTS of rows from a table, but every time i hit the maxmum undo tablespace... i have no room on disks to enlarge undo tablespace. There are just to many rows to do it in parts and commit every part, i just want to have one delete que

  • MOVED: Microphone not working on P6N Diamond with Windows Vista 32bits Premium

    This topic has been moved to Vista problems. https://forum-en.msi.com/index.php?topic=114047.0