How to view changes in PO?

Hi Gurus,
Please let me know, how to view changes or amendments in PO?
Please revert asap.
Thank You

Hi,
You can track the PO changes using the Environment tab in the Menu.
Here you can check PO Header as well as Item changes.
Hope it helps.
Regards,

Similar Messages

  • How to view changes to expense reports

    I am trying to find a way of viewing changes to an Expense Report.
    In PR05 there is a history but it does not provide details about the change. I have also looked at PRTE and cluster AEND but again this does not provide the details that our business users require.
    Does anyone know if there is any other way of viewing the detail of changes to an Expense Report?
    On a related issue we have found that in PR05 the approver name is showing as the workflow user rather than the user ID of the person who approved the trip in the Portal. Can this be changed to the actual approver ?
    Thanks for any help with this
    Stephanie

    Hi,
    I think T-code PRTE provides only screen level changes (i.e who , when creates, save or updates by whome)
    For detail level changes in expense reports you need to activate Define History and Archiving of Forms
    V_T702N_R26_R27
    Please note that this is ONLY available with EHP5 BC 605 FIN_TRAVEL_3
    Following is help available
    _________________________________________________________________________Use
    In this step, you can activate the following functions:
    History
    If you activate logging of history, the system logs the changes to travel requests and expense reports. Users can display the history in the following user interfaces:
    Personal object worklists (POWL) for travelers, assistents, and approving managers on the Web Dynpro ABAP-based user interface of Travel Management
    Transactions of the travel expense report in SAP GUI; for example, in the Travel Expense Manager (transaction PR05) or in the Travel Calendar (transaction PR02)
    If you do not activate logging of history, the system automatically logs the changes made to expense reports (as in earlier releases). Users can display the change history only in the transactions of the travel expense report in SAP GUI.
    Storage of Travel and Expense Forms in the Archive
    If you have activated logging of history, you also can define that the travel request forms and expense report forms are to be automatically archived when certain events occur. You can determine which of the following events triggers the archiving of a form:
    When processing of a changed travel request or expense report is handed over from the user who makes the change to another user
    When the status of the travel request or expense report changes
    When a user saves the travel request or expense report
    You can archive the Adobe PDF forms or HTML forms for travel requests and expense reports, but not the forms for travel plans. If you use an ABAP list form, the system first converts this form to an HTML form and then archives the HTML form.
    In the following activities you define which kinds of forms the system uses:
    For travel requests, see Define Enterprise-Wide Control Parameters and attribute HTMLFORM_R_P.
    For expense reports, see Travel Expenses Control (Expert View), Other Settlement, field 24.
    Requirements
    The following prerequisites must be met:
    You have activated the updating of statistical data when trips are saved; see Define Structure of Trip Statistics.
    You have made the basic settings for ArchiveLink; see Basic Customizing for ArchiveLink.
    Note:
    If you want to archive Adobe PDF forms, the document type PDF under Edit Document Classes must contain an entry with MIME type application/pdf.
    If you want to archive HTML forms, the document type HTML under Edit Document Classes must contain an entry with MIME type text/html.
    Standard settings
    By default, history logging is not activated.
    or http://help.sap.com/erp2005_ehp_05/helpdata/en/1e/9467498ee0444f9d06070d3e267364/frameset.htm

  • How to view changes made to Program code in PRD?

    Hi all,
    I'm currently auditing SAP landscape management and noted the following in the PRD environment:
    1. table logging is disabled (transaction SM31)
    2. profile logging is disabled
    3. transaction SM20 doesn't give anything
    4. don't have access to changes with SECR transaction.
    My question is how can I have a population of changes made directly in program codes on PRD? (without going trhough the transport manager).
    SAP R/3 release: 4.5B
    Thanks for your help

    Hi Rainatou,
    Change logs are disabled in PRD considering the database load and performance.
    The changes to program code can be better viewed in DEV by displaying the program,Utilities,Version management.
    If you want to compare to code in DEV and PROD you can use split screen editor (SE39).
    Regards,
    Babul.

  • How to view changes using SVN plugin for SQL developer

    Hi,
    We recently moved to SVN. I have checked out the PL/SQL code from the SVN server to my local C Drive. But after I have made changes to couple of PL/SQL files, I am not able to figure out how to see my changes and compare with the checked out version (for example, like we have CVS diff option). I searched through the options but could not find any suitable option.
    Can someone point or help how to do this ?
    I want to check my changes before committing to the main trunk
    Thanks,
    Ravi

    In your window where you edit queries, right above the window, below the tab, next to a tab that says "SQL Worksheet" there is a tab that says "History"; click that, see diff(s).  See here: http://duncandavies.files.wordpress.com/2009/02/sqldeveloperhistorytab.jpg?w=460&h=257

  • How to view changes in all IH orders in a specific timeframe

    I'm looking for a report or a TA in which you can see all changes of IH orders in a specific timeframe?
    ...not changes in a single order (Transaktion IW32/ IW33)

    Hi Alexandra,
    Use transaction code <b>IW72/IW73</b>.
    I hope the above helps.
    Please do not forget to award the points please.
    Regards,
    Jacob

  • How to view change documentation for settlement variants in CJ8G

    One of my settlement jobs did not run and I am trying to see what was populated in it...I have already changed the variant and I am currently settling new projects using that variant.  Is there any way to look at what was populated in the variant during the settlement job that didn't run?

    Hi
    You have 2 possible solutions to meet this requirement.
    Option 1: Implement point # 3 of SAP OSS Note 943559
    Option 2: This is a workaround solution to skip standard SAP check for activation of change documents of Classification system and allow entries to be written into CDHDR and CDPOS table through MM01 / MM02 / CL20N tcode
    Solution: Implement an implicit enhancement inside include program 'LCLVFF10', at end of subroutine 'FILL_REDUN' i.e. line number '337'.
    Here modify the entry of table 'REDUN' where OBTAB = 'MARA' and set the flag 'AEBLGZUORD' equal 'X'. This will activate the change document creation for Change Object 'CLASSIFY' in CDHDR and CDPOS tables.
    Sample Code
    LOOP AT redun WHERE obtab EQ 'MARA'.
           redun-aeblgzuord = 'X'.
    ENDLOOP.

  • How to view change in signal over specified time

    I'm trying to create a .vi that will view an incoming signal (temperature or pressure, in this case), compare it to data over a specified amount of time, find the delta, and if it fits into a set range, output a true boolean.
    In real terms, I want to view a temperature over, say, the last five minutes, and if the delta is less than two degrees, light up a boolean.
    I know I'll need the elapsed time module, with a control multiplied by sixty for the "time target", and the "time has elapsed" as the boolean control. I'm assuming it will also look at a comparison between the present values and the values stored in an array and if it's outside the specified delta it will output a true value to the "reset". This will also have to reset the array, is my assumption.
    I'm new to programming in general, and LabVIEW, so that's about as far as I got in the logic before I decided to see what the forums have to offer.
    Thanks,
    -Ian

    Is this steps in the right direction? Seems like it should work, anyone see any flaws here?
    -Ian
    Attachments:
    Pleateu Detector.png ‏111 KB

  • How to view/change "default' display format

    Hi all,
    I have created some dashboards in Oracle Answers and I have this strange "problem". The report A which was created by another developer and has a numeric column shows the data with different format than the numeric columns in report B created by me... I see no difference at the properties of the cells at the reports. All are set to "default" and the data cell is set to "Number". What am I missing here? Can I see somewhere (where?) the default settings?
    Please let me know if this is clear.
    Thank you in advance.

    this is because of the system wide default settings for a particular data type which is set by going to column properties in the criteria tab of report and then click save and chosing save as system wide default for this data type. you can modify the settings as per your need.
    the formatting options for columns are stored in xml file in web catalog. the location of xml files is OracleBIData/web/catalog/catalog_name/root/system/metadata
    Assign correct if found helpfull.

  • How can I change the background of a running webpage on my own. Example Facebook I want to change its backround color from white to black just in my view not for all

    How can I change the background of a running webpage on my own. Example Facebook I want to change its background color from white to black just in my view, not for all. Cause I really hate some site with white background because as I read for an hour it aches my eyes but not on those with darker background color.

    You can use the NoSquint extension to set font sizes (text/page zoom) and text colors on web pages.
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • How can I change the contacts app settings to view by groups?

    When I had an iPod Touch (3rd generation), I was able to sort my contacts by groups by using another app and then when I launched the default contacts app I could tap the "Groups" button and I saw a list of them (Family, Friends, Businesses, etc). That way, I could tap the group I wanted and only view those contacts. Now I'm using an iPhone (4th generation with iOS 6.1.2) and it is the most obnoxious contacts system in the world. I now have to unselect every group I don't want to see, and it's a pain-in-the-neck to get Facebook contacts assigned to groups as the app I use to assign contacts to groups isn't "permitted" to use those contacts that are from Facebook or those who don't have a Facebook link unless I add them and delete the old. I work with a nonprofit organization and I have a lot of contacts for various businesses through them but I shouldn't have to unselect 12 different groups just to view a single group. I've tried looking in settings and can't figure out how to change this. I must have over 100 contacts and this is a pain to deal with. Did Apple really think this was the best change they ever made to the contacts app? Considering they still haven't implemented the ability to assign contacts to groups...
    Another thought is why not also view contacts by business or "theme"? Such as, what if you have a large, extended family and might want to view just 1 section (like my cousins' family who have various last names due to marriage). This is why being able to view by group is so important to me but if I create 5 different groups for family and friends, that means I have to unselect 4 of them AND all the other groups for businesses, work, community, etc just to view the specific contacts. So, did Apple change this or am I just not seeing how to view them the way I want?

    I assume that you are in Germany ? Try going to the bottom of the Featured tab in the App Store app on your iPad and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section and select Germany.

  • How can I change the view of Download Folder in Dock

    I used to have my Download Folder in my Dock show up as a vertical string of icons with the latest at the bottom, when I clicked on the Folder. I recently had to drag the Downloads Folder back into the Dock after it had disappeared from there.  After doing that I now notice when I click on the Downloads icon in the Dock, it now shows up as a page full of icons.  I prefer the original vertical listing.  How can I change it back?
    Hope someone can help on this one.  Thanks.

    That's not an option. Under Display As, you have the view options for Downloads

  • How can i change the default view of recent calls?

    Hi,
    A similar question was asked here:
    https://discussions.apple.com/thread/3072545?start=0&tstart=0
    And was not answered.
    The default view of recent calls is missed calls on my current configuration.
    Not a long time ago the default was all calls.
    I didn't change it and don't know how.
    How can i change it back? I really don't see the advantage of the current default, most of the users navigate to all calls every time.
    I use iphone 4 and ios 5.1.1
    Thanks.

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.
    However, I am on 6.1.4, so perhaps there is a diference in the iOS version. It is also a matter of one tap on the screen, so seriously, is it that big a deal?

  • How can I change the page size of a pdf so i can view it on my iphone more clearly?

    How can I change the page size of a pdf so i can view it on my iphone more clearly?

    I think there may be more to this question than you say.
    If your PDF page is say, 8 x 12 inches, and you found a way to scale it to 25%, changing it to 2 x 3 inch, shrinking everything on the page to quarter size - wouldn't it look exactly the same on the iPhone? It's just going to be the same as zooming.
    Or were you hoping for something more like in Word, where changing the page size keeps everything the same size and spreads it over more pages? That isn't something you can do.

  • How can we change the input field on a view stop showing zeros

    Hello,
           To make screen look consistent with other character input field. How can we change the input field on the view stop displaying zeros even though the data type is NUMC and data type should not be change?
    Edited by: sap_learner on Mar 25, 2010 5:44 PM
    Edited by: sap_learner on Mar 25, 2010 5:49 PM
    Edited by: sap_learner on Mar 25, 2010 5:55 PM

    hello Manas Dua,
                           Thanks for your help. I am able to resolve my problem.
    My code will help  the future comers to resolve this kind of issues.
    *The code is applied to method WDDOINIT of the default view.
      DATA lo_nd_terms_input    TYPE REF TO if_wd_context_node.
      DATA lo_nd_terms_input_i TYPE REF TO if_wd_context_node_info.
      DATA lv_zeros             TYPE wdy_attribute_format_prop.
      lv_zeros-null_as_blank = 'X'.
      lo_nd_terms_input = wd_context->get_child_node( name = wd_this->wdctx_input ).
      lo_nd_terms_input_i = lo_nd_terms_input->get_node_info( ).
      lo_nd_terms_input_i->set_attribute_format_props(
        EXPORTING
          name              = `ENTER THE ATTRIBUTE NAME`
          format_properties = lv_zeros     ).
    Edited by: sap_learner on Mar 26, 2010 5:02 PM

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

Maybe you are looking for