Why is information defaulting from Contract and not from PIR in the PO?

Hi Gurus,
As far as I knew, the information in the PIR (Purchase Info Record) should get importance, while getting defaulted into the PO. The planned delivery time in PIR is different than that in the material master and the price in the contract is also different from that in PIR. Now, when I am creating a Standard PO (doc type NB), and putting the contract and line item in the outline agreement column, and hitting enter, the price is pulled up from contract. Although, I can see the info record in the correct column, but price is not defaulting from there. Again, the delivery time is calculated based on the planned delivery days in the material master (GR processing time = zero) and NOT from the Planned delivery time value in the Info record.
I think, I am doing something wrong or there is something wrong in my understanding. Please help.
Thanks,
Kumar

Hi Kumar,
If there's 2 source in the PO (Contract and Info record), the system will take the source from Contract, as its SAP standard design that contract has a higher priority then PIR. To make sure it, check to your Contract document as well , if the info update is updating the condition or not.
You can perform a simple test also, create a PO with only PIR and a PO with Contract and PIR, you will see the difference.

Similar Messages

  • HT5192 what happen if i updated my ipod (4th generation) from there and not from my coputer??

    update my ipod touch 4th generation from there and not from my computer?

    Connecting to a new computer or iTunes will always erase the device first. Back up manually before, by right clicking on the iPod in the device list and choosing "backup". A manual backup does not include the sync process. You can use this backup to restore from after your iPod got wiped during the first sync.
    See also iTunes: About iOS backups to see more info about the content of a backup, and How to back up your data and set up as a new device if you want to know more about saving info from the iPod before setting it up in iTunes.

  • How to restrict URL to open only from Forms and not from Browser

    Hi,
    Our application built in Oracle Forms 10g, calls a URL.
    The URL is essentially a path on the application server where files are stored. Users can access this to download files from the server.
    However the URL can also be opened independently from the browser.
    Is there any way, such that the URL can only be opened through the application, and it should be denied when it is opened through the browser.
    More details :
    Server : itabc123
    Location on server : /home/rpdabc/interface/outward/
    Alias created in httpd.conf : /rpdabc-dir/ "/home/rpdabc/interface/outward/"
    <Directory "/home/rpdabc/interface/outward/">
    Options Indexes Multiviews
    </Directory>
    from application : web.show_document('http://itabc123:7778/rpdbabc-dir');
    Kindly advise,
    Thanking you,
    Rocky

    Actually, there are several options including the one already offered above. Here are a few more:
    1. If you are using 10.1.2.3 and a newer JRE on the client (e.g. 1.6.0_10 or newer), you could use java script to open the report. This will not be a perfect solution because it may not work if using a non-IE browser or if java scripting is disabled. Refer to MyOracleSupport Article 265863.1 for more information.
    EXAMPLE:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,"));self.close()','_blank');Replace the url in the above example with the call to your report.
    2. Set the age of the cache to a very short value so that it is only available long enough to be viewed by the user who created it. In other words, when setting the reports properties in your Forms code, include the Reports "others" parameter with TOLERANCE=1
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'TOLERANCE=1');This will cause the cache (on the server) to live for only one minute then be deleted. Refer to the Report Deployment Guide for more information.
    3. Upgrade to Fusion Middleware (Forms/Reports) 11. In version 11, the Reports jobid can be randomized. See section 18.8.2 of the Reports 11 Deployment Guide
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/toc.htm

  • How do I purchase directly from adobe and not from reseller

    I was instructed by the reseller to renew my team lisence directly from Adobe as it will be less expencive for me this way.
    I have tried to do so in the team managment and it says I have to purchase from my reseller and does not give me an option to puchase directly from adobe.
    How do I change this?
    Thanks in advance

    Hi there
    As you're based in Israel, Creative Cloud for Teams is currently only available via resellers: https://www.adobe.com/content/dam/Adobe/en/products/creativecloud/cc/pdfs/cc-availability- matrix.pdf
    Thanks
    Bev

  • Quarter-inch female to a 3.55mm male to connect guitar to my Ipod Touch 4th gen. It still records from mic and not from wire.

    Hey everyone, I recently bought a quarter-inch female to a 3.55mm male to connect my acoustic electric guitar to my Ipod Touch 4th gen. Now when I connect it, it doesn't actually take the sound from the wire, it still keeps the mic open. Any suggestions?

    You can try putting the iPod into Recovery Mode and restoring it:
    http://support.apple.com/kb/ht1808
    If that doesn't work, then sorry but the jailbreak may have permanently corrupted your iPod. Since we cannot help with jailbroken devices in these forums, you'll need to look elsewhere for additional suggestions and advice.
    Regards.
    Message was edited by: Dave Sawyer

  • VPRS from INFOREC and not from MBEW-VERPR

    Hi,
    During POS sales update in ECC 6.0, the VPRS (cost) was taken from MAP value in Table MBEW.
    This is not the same as the agreed PP price as stored in Purchase info record.
    How can I configure the sales pricing procedure to seek VPRS from PIR instead of MBEW?
    Thanks

    Hi,
    You meant to include PB00 in the sales pricing procedure.
    But I can't total replaced VPRS which is still needed for normal item.
    The affected item actually belongs to vendor consignment article.
    is there a way to configure either one so that the profit margin will be correctly computed?
    Thanks

  • Strange issue in ListBox - Showing the 'id' contents and not from 'Values'.

    Hi,
    I have created a custom table control that looks exactly like in 'Partner Tab' of Sales Order. It has Partner type, Partner, Name etc columns. For 'Partner type' column, I am calling function module 'VRM_SET_VALUES' so it shows as 'Sold-to party' , Ship-to Party' instead of SP, WE etc. This works fine.
    However, before I display this table control, in PBO,  I am populating Partner Type and partner # and passing it to table control columns. It should show like 'Sold-To party' in 'Partner type' column and '0000014' in 'Partner' column. I see Partner # populated correctly, however, instead of showing 'Sold-To party' in 'Partner type' column , it is showing like SP, which is the 'id' value from function module 'VRM_SET_VALUES' . What should I do so it shows the description(content from 'Values' and
    not from 'id' ) ?
    Niranjan

    Thanks for the response.
    I had tried converting to text and pass from Internal table to Table control on screen in PBO, however, the width of the column is only 2 characters, so it will display just 2 characters text.
    I am wondering how SAP is able to code to show TEXT in 'Partner tab' in Sales Order. I have pasted the contents below from 'Partner tab' of sales order. I debugged the code in program SAPLV09C and screen 1000 and somehow they are populating the text as shown in 'PARTNER FUNCTION' below instead of codes like SH, SP. If I press F1 on field, I see SDPARTNERLIST-PARVW as the field name and the width is 2 characters.
    PARTNER FUNCTION        PARTNER #      NAME
    Sold-to party                         79269     XYZ CONSTRUCTION
    Foreman1                          2023     KURT
    Bill-to party                          79269     XYZ CONSTRUCTION
    Payer                          79269     XYZ CONSTRUCTION
    Regional Salesman            430     MARK
    Ship-to party                          219763     S.A.G. PROPERTIES
    Cont Person >Bill-To     80296     DENNIS
    Cont Person >Sold-To     80296     DENNIS
    Cont Person >Payer     80296     DENNIS
    Cont Person >Ship-To     261628     DENNIS

  • How to change the 'Default operating mode' of a mapping on the repository and not from the client

    Hi everybody,
    I am using OWB 11.2.0.3 and under the mapping's configuration property, I have the necessity to change the Run time parameter "Default operating mode" to SET_BASED in almost all my mappings.
    Because I have 745 mappings in which the Default operating mode is different from SET_BASED, instead to open 745 times the 'Configure' and update manually the value, is there a way to update safely these values (with an oracle predefined script) directly on the repository ?
    I know that exists a view called CMPSTRINGPROPERTYVALUE_V based on a table called CMPSCOPrpClasses, but changing this table it's very complicated for me because contains only keys and then I don't know in which way is connected with all the other structures....
    If somebody knows a method more efficient to do these updates on the repository and not from OWB client I will appreciated it!
    Thanks in advance
    Alessandro

    Urgent... help!!! Thanks
    in short, my server log says transaction access mode is "read only", so my calling home.create() always triggers a transaction rollback. How to change the access mode to "read write"?
    Is possible to work out through one of the descriptor files? Or ini settings of the underlying pointbase database? Or any other way around?

  • Why do i get 2 curves and not just 1 when i create a diagram from a row of data in a table ?

    Why do I get 2 curves and not just i when I create a diagram from a row af data in a table ?

    Erik,
    Thank you for giving me the points.  Generally you wait to award points until your problem is solved.  It is totally your at your descretion.
    OK.
    This is still not clear.  To post a screenshot get the "stuff" you want to show in view on your screen, then type the key combination <Command>+<Shift>+3.  The cursor will change to a crosshair.  Click and hold on the top-left corner, then drag to enclose what you want to show (to the bottom-right corner), then release.  The screenshot will appear on your desktop and will be named something like "".
    Now click the camera icon in the tool bar for this forum:
    , click the text box to allow you to navigate to, and select your screenshot.
    Here is what you sent me:
    The graph does not seem to be associated with the table of data you are showing.  Generally when you highlight a graph the corresponding table will highlight and show the source of each of the series in the graph (dark and light blue).
    This is what I would expect to see when highlighting a graph:
    Right now I think there is ANOTHER table arround that is the source for the graph and the table you show is "just another table".  You can move your data into the table the graph refers to by copy and paste, or simply typing the values.  You can change how many series there are by grabbing the little circle at the bottom right of the highlighted cells (when you have the graph highlighted) and dragging as shown:
    The Numbers Users' Guide is a great resource you should utilize and can be found here:
    http://support.apple.com/manuals#macosandsoftware
    The chapter on graphing (or charting) is 7 and starts on page 134.

  • TS4050 I am running Windows 8. Although my contacts and notes from my Ipod touch show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered?

    I am running Windows 8. Although my contacts and notes from my Ipod touch  show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered in trouble shooting articles?

    As I mentioned earlier, you have to decide which calendar you want to use.  You can either use Google or iCloud, but not both.
    If you want to use your iCloud calendar, go to Settings>Mail,Contacts,Calendars>Default Account (in the Calendar section) and set this to your iCloud calendar.  After doing so, all new events you add to your calendar will be added by default to your iCloud calendar, and as a result, will appear on icloud.com and your computer (if it is syncing calendars with your iCloud account).
    If, on the other hand, you want to use your Google calendar (as it sounds like you are doing with your iPod), simply add the same Google calendar to your phone and your computer.

  • Hi I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.

    Hi
    I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.
    Thanks

    Hello, HenryWang2103.
    Thank you for visiting Apple Support Communities.
    The Safari, Email and Notes applications are native to the iOS and is unable to be deleted.  Since this is the case, they are either in a folder on the iPhone, on another page or Restrictions are enabled.  You can also search for these Apps on the iPhone by touching the screen and sliding your finger down.  Here is some information regarding these features.  The information about folders is located in the user guide below.
    iPhone User Guide
    iOS: Understanding Restrictions (Parental Controls)
    http://support.apple.com/kb/HT4213
    Cheers,
    Jason H.

  • HT5622 I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for p

    I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for purchase stubbernly remains my own.

    You do not mention it, but I will assume you are running OS 10.9.1.
    Go to: Apple menu / System Preferences / Users & Groups. Click the padlock and enter your password.
    Click the + (plus sign) and set up a new account for your wife. You have to enter a bunch of info. And then create the correct Login Options. Automatic login does not require a password from the selected user.
    When that is done, verify the account works by restarting the computer and login as your wife.
    Make sure that any applications in your own Users folder that will be needed are moved to the Applications folder in your wife's Users folder.
    Now go back to Users and Groups, click the padlock and authenticate, select your own account, and hit the - (minus sign). This step cannot be reversed, so you might want to wait a few days before doing it.
    When your wife is logged in, the App Store will know.

  • HT1660 Changed PC's copied iTunes and put on new PC after authorisation. Songs are now from iCloud and not library. I have w7?

    I recently changed PC's and authorised new laptop, copied itunes to my external hd. Imported itunes to new Laptop but did not show in itunes when opened so I got them from icloud and have to download all the time. How can i get the tunes live again in itunes? My previous location of the songs on the old PC was c/users/home/previous itunes libraries/itunes media. They default is presently c/users/les/music.
    Any help?? Frustrated iyunes man.
    Les

    I have tried everything I have read on the Internet about sync issues and restore etc and not there isn't a single song on my iPad or iPod touch. All of the songs are listed in my iTunes but are all greyed out, some have the cloud symbol next to them but lots don't and some say waiting.
    Long and short is nothing will save to my devices at all.....HELP !!!!!!!?

  • When I download software updates why do they appear on the desktop (and in devices) and not get saved to the HD (I click install to HD but they don't go there)

    when I download software updates why do they appear on the desktop (and in devices) and not get saved to the HD (I click install to HD but they don't go there)

    Double-click the white Adobe Reader Icon to open a new windows.
    Double-Click the "Adobe Reader X Installer.pkg" file inside.
    If it has already been installed it will notify you and say that it has been installed already.
    If you no longer have those files go here to get the latest version of Adobe Reader.
    http://get.adobe.com/reader/
    Let me know how that all goes and if you have any hang ups.
    ON TO THE NEXT POINT OF INTEREST
    It sounds to me from researching the other white 'icon' you have that you are trying to install a copier by the brand of Rico Aficio.
    Possibly the Aficio 2090/2105.
    If so the install CD/Driver download for that copier must have also wanted you to install Adobe Reader to view the User Guides/ Documentation included.
    If you are trying to install said device then double click the white icon labeled Ricoh_Aficio...double click the installer file inside of that.
    It should run a setup/install window like Adobe Reader did then go from there. If it has already been install also you can go to your System Preferences -> Printers to see if it installed correctly and is working properly.
    You can get to system preferences by clicking the Apple icon very upper left on your screen and selecting it from the drop down.

  • Difference between Add from transaction and Add from Authorisatio default

    Hi All,
    Could anyone tell me the difference, from PFCG -> Menu -> Add from transaction and Add from Authorisatio default?
    Thanks and Regards, Pradeep

    I'm not a fan of "hiding" stuff from users so the not appearing in the menu part isn't a biggie for me.  If you do need to give background auths for something but don't want it to appear in a menu then this will let you do it without adding manual auths or changing standard object values
    Where I find it useful is that it allows you to assign & maintain indicators for stuff like Function Modules and Services.  No real business advantage other than it makes your security implementation cleaner.

Maybe you are looking for