Is functionality lost by not using 'contract', but instead info records?

My company is going through a data cleansing, and we would like to prioritize info records. What's the benefit of using "contract" over "info record" and vice versa? Do we lose functionality by dismissing contract completely? (Certainly, we would have contracts, but the legal agreement would be handled externally.)

Hi,
PIR Serves as a source of information for Purchasing. It contains information on a specific material and a vendor supplying the material. For example, the vendor's current pricing is stored in the info record.
The info record allows buyers to quickly determine:
Which materials have been previously offered or supplied by a specific vendor
Which vendors have offered or supplied a specific material
A contract is a type of outline purchase agreement against which release orders (releases) can be issued for agreed materials or services as and when required during a certain overall time-frame.
Contracts are of two types:
1. Quantity contracts - Use this type of contract if the total quantity to be ordered during the validity period of the contract is
known in advance.
2. Value contracts - Use this type of contract if the total value of all release orders issued against the contract is not to exceed a certain predefined value.
Thanks
Chandru

Similar Messages

  • Got a new lap top my husband wanted to help me by downloading itunes on it I have not used icloud but do have it on my phone When he pugged it in it asked if he wanted to backup he said yes Then reset my phone now all my pictures are gone please help

    I got a new lap top and my husband thought it would be a good idea to help me by downloading itunes on it. Well Not so much...   I have not used icloud but do have it on my phone and other items. When he pugged my phone in to my laptop it asked if he wanted to backup he said yes. Then it reset my phone and now all my pictures are gone please help

    If your phone was backed up to your computer, the backup would contain your camera roll photos (and videos).  Restoring to this backup would recover them.  However, if it was backed up a second time after losing them, this would overwrite the backup containing the data and your photos would be lost.
    You can try restoring to your backup, but before doing so go to iTunes>Preferences>Devices and check "Prevent...from syncing automatically".  This will prevent the phone from automatically syncing and backing up when you connect it to your computer, thereby overwriting the backup you want to restore to.  After doing this, open iTunes on your computer and connect your phone, then right-click on the name of your phone on the left side of iTunes and choose Restore from Backup.  (If you have iTunes 11 first go to View>Show Sidebar.)
    Again this might work, as long as the phone was only backed up and then not subsequently backed up again after the photos were lost.

  • Create timer function that does not use start-sleep

    Hey all I would like to create a timer function that does not use the start-sleep command because this freezes my GUI. I've wrote the start of a function but it seems to move on before the specified time has finished.
    Here's what I have:
    $Global:timerCounter=0
    $Global:timer = new-object System.Windows.Threading.DispatcherTimer
    Function Timer{
    param(
    [parameter(Mandatory=$true)]
    [int]$time
    $timer.Interval = [TimeSpan]"0:0:$($time)"
    $timer.Add_Tick({
    $Global:timerCounter++
    if($Global:timerCounter -ge 1) {
    $Global:timer.Stop()
    $timer.Start()
    Then in my script i would like to call Timer -time #of seconds. It seems that when I call it the add_tick is registered and then started but it continues on with the rest of my script. Is there a better way of doing this without using start-sleep?
    Thanks!

    Okay the issue I'm having is that I have code after the $timer.start that I don't wan't to run till a powershell job is done. In all the examples I've seen it has to come to the end of the code then it starts the tick. So in your example it comes to the
    end of of your code and showsDialog() then starts ticking.
    So:
    add-type -AssemblyName system.windows.forms
    $form=New-Object System.Windows.Forms.Form
    $btn=New-Object System.Windows.Forms.Button
    $form.Controls.Add($btn)
    $btn.add_Click({$form.Close()})
    $btn.Dock='Fill'
    $btn.Font='Lucida Console, 20.25pt, style=Bold'
    $btn.Text=[DateTime]::Now
    $timer=New-Object System.Windows.Forms.Timer
    $timer.Interval=1000
    $timer.add_Tick({$btn.Text=[DateTime]::Now})
    $timer.Start()
    $form.ShowDialog()
    #I want to do other things here but only after the ps job has finished
    Thanks I really am trying to figure this out. 
    Here is the code I'm working with I guess I'm unclear on how to order the timer and the rest of my code:
    if($syncHash.mainCopy){
    $syncHash.mainJobDone = $false
    $syncHash.writeHost = $false
    while(-not $syncHash.mainJobDone){
    [System.Windows.Forms.Application]::DoEvents()
    if($syncHash.writeHost -eq $false){
    Write-OutputBox -Message "Copying"
    $syncHash.writeHost = $true
    $syncHash.inProgress = $syncHash.mainCopy | Where-Object {$_.State -match 'running'}
    $syncHash.currentCopyTime++
    }elseif($syncHash.currentCopyTime -ge ($syncHash.averageCopyTime * 2) -and $syncHash.collectionCopyTime.Count -ne 0){
    $syncHash.Unusable += $syncHash.currentMainCopyMachine
    $syncHash.computersNotForInstall += $syncHash.currentMainCopyMachine
    $syncHash.inProgress = $null
    $syncHash.mainCopyTimedOut = $True
    Write-OutputBox -Type WARNING: -Message "$($syncHash.currentMainCopyMachine) is taking too long. Removing Job.."
    Add-Content -Path $log_path -Value "$($syncHash.currentMainCopyMachine) taking to long to copy to"
    Stop-Job $syncHash.mainCopy
    }else{
    $syncHash.inProgress = $syncHash.mainCopy | Where-Object {$_.State -match 'running'}
    Write-OutputBox -Message "." -NoNewLine
    ############################# ############# So I need it to wait right here I have other code other than in this block ############# that needs to run $syncHash.currentCopyTime++
    if(-not $syncHash.inProgress){
    $syncHash.mainJobDone = $true

  • My wife and I got Iphone 4S same day 2 years ago. I used the same Apple ID for both. We do not use iCloud, but today after I updated my phone to IOS7 I keep getting her texts on my phone ans vice versa.

    My wife and I got Iphone 4S same day 2 years ago. I used the same Apple ID for both. We do not use iCloud, but today after I updated my phone to IOS7 I keep getting her texts on my phone ans vice versa. I turned off imessage in message settings. Seems to have stopped now? Never did this before IOS7. Will I have more troubble when her phone updates to IOS7? Is icloud going to be forced on me then?

    This is being caused by using the same Apple ID for iMessage on both phones.  To separate your messages, go to Settings>Messages>Send & Receive and do one of the following:
    Either uncheck the email address shown under "You can be reached by iMessage at" on both phones; or
    If you want to continue to receive iMessages at this email address, on one of the two phones, tap the Apple ID at the top, sign out, then sign back in using a different Apple ID.

  • Function 'function name' may not used in sql

    Hi Guys,
    How to call a function in a form level trigger?
    i created a function in program unit.In timer expired trigger i tried to call a function as
    select sf1('a') from dual;Im getting below error
    function sf1 may not use in sqlAdvance thanks

    Hi,
    If you want to assign the return value of the function to a variable then you can try
    <variable_name> := sf1('a');Else, you can write
    select sf1('a') into <variable_name> from dual;Hope this helps.
    Regards,
    Manu.

  • I do not use wireless, but get wireless errors, why?

    I do not use wireless, but get wireless errors, why?

    Hi Clarence,
    I'm using an i Mac O sx 10.6.8  Even though I'm using wired ethernet access, I can turn airport on and let it run while using the wired connection.  I suppose that condition may cause the errors you're getting.  Is it at all possible that you have your Airport wireless in your Mac Pro turned ON?

  • How to create a PO for a Material having Net Price but without Info Record?

    Hi,
    When I try to create a PO for a Material having Material Master and Vendor Master maintained but no Info Record, system does not accept the Net Price and the Price Condition also does not appear. Is there any way to create a PO for a Material having Net Price but without Info Record?
    Regards.

    Hi,
    The first time you create a PO for a material/vendor combination, then system will not prompt any price as info record or valid conditions have not been found.
    The next time you create a PO for the same material, then the price will be defaulted/found from the order price history from the info record(As info record would be reated after the first PO is created) and the latest PO price for the mat/ven combination would be found.
    Hope you are clear with this..Any doubts revert back.
    Regards,
    Deepak.

  • I use an iMac (27" 3.4) and have problems with the Magic Mouse. It does not use contact, but opens useless and unrelated submenus with every click, even on the empty desktop. I can't shift, open or close pages. Has anyone out there the same problem?

    I use an iMac 27" (mid 2011). Until recently I had OSX 10.6.8 installed, but both, the HDD and SSD had to be replaced, and I lost all the memory.
    After the repair through Apple Care I had OSX 10.7.5. (Lion) installed, which developed a Magic Mouse problem.
    Unlike with most users, I have no problems with connection, but grapple with a different kind of erratic behaviour.
    All fancy stuff is turned off in the mouse preferences. When I try to move, open or close pages, unrelated submenus pop up and hinder the
    required task. No matter how often I click, these menus stay there, and they even come up when clicking on the bare desktop.
    It renders the mouse absolutely useless, as no work can be done with it.
    The first 'Magic Mouse' had depleted batteries every few days, despite switching it off after use.
    I was supplied a new Mouse, which does better battery-wise, but the problems are the same. I can't get a result by clicking on any link, due to
    the pop-up menus, so both 'Magic Mice' are totally useless.
    At present I am using the old USB mouse from my Mac Pro, and that works still o.k.
    The problem are not the mice, but the software. The first 2 weeks after installation of OSX 10.7.5 the Magic Mouse worked though.
    I have no idea as to what the reason may be.
    Has anyone in the community ever experienced that particular problem. Any hint would be welcomed.
    Thank you!

    Not using any mouse pad, I have a very smooth desktop. But I just tried to use a sheet of A4 printing paper, but no result, the problem persisted.
    Someone on this forum suggested, that USB3 may interfere with the magic mouse.
    I have 2 LaCie HDD's about 70 cm away from the mouse, I use them on Thunderbolt. But in operation or not - the result is the same, the mouse plays up! Just now I was clicking the desktop and the mouse created a new folder!!
    Thanks for the advice, Bee
    Cheers, Gerd

  • My cursor recently started to dissapear when im not using it but when i press a key it flashes back for a second... how do i fix this?

    Well I'm a frequent Firefox user ad recently my cursor has started to dissapear when I'm not moving it. However when i press a key it flashes back for a second also, when I'm moving it flickers a lot (one moment its there one moment it isn't). How do i fix this?
    == This happened ==
    Every time Firefox opened
    == Earlier today (july 20th 2010)

    Never saw this problem until today, first on Facebook, then on these Mozilla support pages. I had one Firefox window with multiple FB and Mozilla tabs open.
    Here's my observations: On the FB and Mozilla pages, the cursor (arrow/hand) acted identical and as described here, would disappear after 2-3 seconds of inactivity or non-motion, then instantly reappear with mouse movement or key strike but only momentarily if no further motion/action occurred. Interestingly, I also had one FoxNews tab (actually FoxNewsInsider) open, and observed slightly different activity. The Cursor/hand would disappear as described above, but instead of staying invisible, it flashed on /off for what appeared to be <1 second on then <1 second off, until mouse movement or key strike. Now, here's the really interesting part ... When I opened a second FoxNewsInsider tab, the problem corrected itself with no direct action on my part to resolve the issue. I was going to close all tabs, then Firefox and perform the system reboot to correct this annoyance ... but, still have not seen the problem.
    Okay, I'm not going to say viewing FoxNewsInsider webpages not only provides one perspective on news, and the added benefit of fixing cursor/hand problems .. but maybe there's some to being well informed ... Sorry folks, couldn't resist ... :) I will be watching for the disappearing cursor issue again, and will reply here with any updates or changes in my observations.

  • Not using Mail but Google

    I am no longer using Mail for email work, but instead using Google (I have an Android phone and Gmail plays so much more nicely. All works great except when I try to use a Safari link to send an email, and then it opens automatically into Mail. Is there a way to change the default to Gmail instead?

    I tested this out, and notifier is still alive and well.
    As you can see from the screenshot (below), it's pretty easy to have Gmail open up and handle the mailto links in your browser.
    The downside is that you get these two ugly (imo) icons on your menu, and uninstalling notifier seems to remove the mailto option.. still, if you can handle these icons, you got youtself a solution

  • Conditions not appearing in Pur. Info Record.

    Hi all,
    I was creating a Purchase Info Record for subcontracting. While I was adding conditions I found only the conditions for Gross Price and Discounts are appearing. I want to add a condition for packing. When I tried to add the condition for Packing manually, it gave an error "Condition Type ZPF1 is not in Procedure A M RM1002".
    The vendor is assigned with a Schema Group of ZD and the pricing procedure assigned to this Schema Group is ZDOMES. But, how is PIR accessing a pricing procedure RM1002 for the same vendor. How to make it possible that all the conditions in the ZDOMES appears for the conditions in the PIR.
    Give your expert suggestions.
    thanks,
    Arun.

    Hi,
    Maintain another pricing schema with all the supplimentary conditions, you wnat, to be reflected in the Info record.
    This schema you assign to the condition type PB00 in the condition type: Master Data : Pricing Proc.
    Then all these conditions will appear in Inforecord as well as in Contract.
    Award points, if useful
    Thanks,
    Shree

  • Not allow order unit in INFO record if it is not in material master

    Hello there!
    In standar SAP any user can introduce any order unit in the info record, even if it is not maintained in the material master alternative units of meassure. We need to block this...
    The conversion factor is not a problem for us, as we can set it only for display in the customizing, so that the systems brings it automatically from material master
    The idea is to allow as order units only those units of meassure that exist in material master.
    We have been checking if it is possible, but no success...
    Any idea on how to get it? Error messages, user exists, or so on...
    Thanks!!
    César

    Hey vmendoza7785,
    Congratulations on getting your new iPhone. I'm sure it is frustrating not being able to do everything you want with it. Let's see if we can get your backup started.
    If you are having an issue with being unable to make a backup of your iPhone with iTunes, I would suggest that you troubleshoot using the steps in this article - 
    If you can't back up or restore your iPhone, iPad, or iPod using iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • CK11n Costing Run does not pull purchasing price from info record.

    Hi,
    I have material which is a semi finished product (Material type: SEMI) and is purchased from a fixed vendor (specified in the source list).
    The costing run does not pick up the purchasing price from the purchasing info record but
    instead incorrectly picks up the standard price from the material master (Costing 2 view).
    Can you please help me solve this issue?
    Thanks,
    Ketan

    Execute OPL1
    or
    SPRo>>IMG>>Controlling>>Product Cost Controlling>>Cost Object Controlling>>Product Cost by Order>>manufacturing Order>>Check Costing Variants for Manufacturing Orders (PP)
    Select the costing variant in the table from "Change Costing Variant: Overview" Overview Screen
    Click Detail Button
    Click Valuation Variant Button in the Control Tab
    Change View Valaution Variant Detail Screen Appears
    In Material Valuation Tab Set Price from Purchase Inforecord as Priority 1 if you want to use Price from Purchase Inforecord for semi-finished product during CK11N
    You can list down Priority 2 to 5 depending on your requirement
    This would solve your problem
    Edited by: Paul Pandian on Mar 17, 2009 3:01 AM

  • Free goods not reflecting in PO from Info Record

    Hi,
    My requirement is , when ever i order 100 qty from a vendor 10 qty should be delivered free of cost.
    I am trying to maintain Info record for the same..
    Now when i created PO for the same...I entered 100 qty..it is not reflecting 10 qty in another line in PO..
    Where i am wrong?
    Uts

    HI,
    Have maintained the values in
    *Spro-Purchasing-Discount in kind-Define & assign discount in kind schema-Maintain free goods schema*
    It will be available in standard SAP if not do the following configuration
    Here
    Usage -N
    Application -M
    create procedure NR0001
    In control data
    step-10
    Cond Type-NR00
    Then save.
    Next
    Define free good schema
    Here assign ur schema grp of vendor
    Then assign the procedure created previously (i-e) NR001 & THEN SAVE.
    The above configuration is very important for the free goods scenario to work.
    Then go to MM and in purchasing view and give the value 2.
    Then in MBN1 create the condition record for the IR -0.
    Then create the PO it will work definetly.
    9884057038
    murugan
    Edited by: Murugan mgl on Jun 17, 2009 6:58 AM
    Edited by: Murugan mgl on Jun 17, 2009 6:59 AM

  • PO not picking Purchasing org from info record

    Hi All,
    While creating PO system is not picking Purchasing org??? Rest capturing everything whatever is maintianed.
    Please tell me the solution
    Rgrds
    SS
    Edited by: SunilSisodia on Dec 14, 2011 8:59 PM

    Hi,
    Info record is combination of plant,material and vendor master record,all data from MMR  and Vendor get copied into Info record which flow IN PO while creating PO,
    when we enter vendor code and material master in PO then info-records come in PO
    check following like also
    [Info Record: Plant Vs Purchasing Org Level;
    [http://help.sap.com/saphelp_46c/helpdata/en/75/ee102f55c811d189900000e8322d00/content.htm]
    Regards
    Kailas Ugale

Maybe you are looking for

  • How not to print all the pages of a smartform? (for tr F150 - Dunning)

    Hi Forum We have the follow situation:   For DUNNING (transaction F150) the user want stamp 3 diferents SMARTFORM.    For the first time the transaction is executed is required only a list of documents, for the second time (via sample printout, indiv

  • Are there any standard mitigation IDs available in SAP GRC

    Hi Folks, Can someone help me out ,as to whether there are any "Standard Mitigation Control IDs" like how we have the "Standard Risk IDs". If "NO" to Standard One's atleast few examples on the Mitigation Controls, you guys have designed. Thanks in Ad

  • Demand draft in payment means

    HI Why can't SBO doesn't have option for "Demand Draft" in Payment means that too in Indian Localisation.... It will be very useful for users to make the payment through DEMAND DRAFT.... Any Suggestions?....

  • How could be set monthly schedule report for 6 month automatically??

    Hello Friends, I have to requirment for schedule report:Means when report has been montly schedule and user are gettiing report through email in pdf formate:But in bex query level Monthyear(selection) has set intervals.My question is how could be set

  • Create a User Interface...

    Somebody can help me or a tutorial for this? How can I create a user interface to view listings and search results? Thank U all