SUS Quantity tolerance for confirmation -How to set an warning or error Msg

Hello All,
Does anyone knows how do i configure SUS, so the system will check quantity tolerance in PO confirmation so the Supplier can knows that he is within or over the tolerance?
I would like to set an error message so the supplier will confirm the PO within the tolerance or will reject it.
Thanx a lot,
Sheila Silva

try the following:
in transaction SPRO
goto supplier relatioship management-> cross application basic settings ->set tolerence checks ,
create a new tolerence group, for this group assign the folowing tolerence keys as required.
PM: Quantity variance (converted to currency amount) - <b>this is the one relevant for you i guess.</b>If a confirmation is expected for a purchase order item, the system calculates the purchase order confirmation net price multiplied by the purchase order confirmation quantity. The system compares this sum with the defined upper and lower limits. You can also define percentage limits for the quantity variance check. Then the percentage variance from the expected quantity calculated - independent of the purchase order price - and this is compared with the defined percentage limits.
PZ: Time overrun compared to purchase order
The system determines how many days the delivery date has exceeded the planned time interval by. If the delivery date of the purchase order confirmation is earlier than the delivery date of the purchase order, the system takes the purchase order date - the confirmation date; If the delivery date of the purchase order confirmation is later than the delivery date of the purchase order, the system takes the purchase order confirmation date - the purchase order date. The system compares the number of days with the defined absolute upper limit.
PR: Price variance (value variance from expected value)
Here the variance between the purchase order confirmation and the purchase order price is checked. The system determines for the items the price variance as the product of the quantity in the purchase order confirmation multiplied by the price in the purchase order confirmation, and it compares this variance with the defined percentage and absolute upper and lower limits.
then
in transaction PPOMV_BBP, search for teh relevant vendor,
assign the attribute "tolerence group"(TOG) to the newly created tolerence group for the relevent vendor.
Regards,
Chander

Similar Messages

  • How to set custmer master block for posting & how to set the status .....

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. Use an appropriate subject in your message thread. >
    Hi ...
    How to set custmer master blocked for posting & how to set the status has deleted. please provide the steps for the above two actions.
    thanks

    Hi,
    U can use T-code FD05 for Blocking the customer and
    T-code FD06 in order to set for deletion,
    Assign Points if useful,
    Regards,

  • Quantity Tolerance for material in the PO and GR

    Hi Gurus,
    I have this requirement, specific material type( i.e ERSA) quantity in the PO is 100 then if I GR it, I want to have converted the 100 quantity to 150. How can this be happen? Changing the tolerance in the info record or material master?i have tried it but still doesnu2019t work?How can I do that? Converting the PO quantity to a specific quantity without changing the original figures in the PO. Please help.
    Thanks!

    The system will not automatically convert the 100 qty to 150 qty while GRN....
    We have to set the Over delivery tolerance in PO line item for what you want to excess recieve the materials while doing GRN based on your PO qty...and also
    we can set the unlimited tab in PO line item for recieveing excess materials during GRN.

  • Quantity tolerance for purchasing organization

    Dear Gurus,
    Is it possible to configure quantity tolerance @ purch org level, if yes please let me know how.  One alternative solution what i have given is to maintane qty tolerence in Info record through it will flow to Purchase order 
    Thanks in Advance
    Mahesh M J

    Hi
    Tolerance limit can be maintained at company code level.
    This can be done at SPRO- SAP IMG- Material Management- Inventory management and physical inventory - Goods receipt - Set tolerance limits
    Tcode: OMC0
    Check this out.
    And also maintian the tolerance limit in info record ( For the vendor, material, pur org and plant combination). It will default the tolerance limit while creating PO.
    Thanks
    Raman

  • Quantity tolerance for PO based IV

    Hi All,
    In import scenario we have PO based IV.My requirement is if PO qty is 100 and then if I try to post IV for 110 quantity(GR not done) the system should issue a warning or error message.
    As per my knowledge I have done the following settings.
    1.Have maintained the tolerarnce limits for the Compnay code in OMR6 for the tolerance key
    DQ - Exceed amount: quantity variance.
    2.Have maintined the message M8 -081 "Quantity invoiced greater than goods receipt quantity"  and M8-087 "Invoice quantity greater than PO quantity (item without GR)" as error in OMRM.
    Despite these settings I am not getting any error or warning message if I try to post IV for a quantity freater than PO quantity.
    Please guide me if any I am missing out on any settings.
    Thanks
    Garima

    Hi Amir,
    I have done as per the link given by you. In my PO Gr based IV flag is not set and have maintained tolerance key DQ.
    Please let me know if anything else also needs to be done.
    Thanks

  • Once and for all: How to set up and use SSH

    Yes, I know ssh has been discussed on and off, but never in its entirety; and yes, there are step by step instructions on the www, but at one point or another they skip a crucial instruction that would be necessary for unix-dummies (e.g. how to save and close the nano-editor in Terminal). So, please pardon my question:
    There are several points I'd like to ask for ssh-connecting two macs on a local network:
    1) In terminal-file-"connect to server" you can ask for an ssh connection to be set up. For this to work, do I need to create private and public keys first? If so, how? Please point me to a reliable and step-by-step instruction site.
    There are some free ssh-utilities out there, but their documentation is just not helpful enough for a UNIX-dummy.
    2) Apparently I managed to connect via ssh once (from the terminal, see point 1) to a local server (allowing remote connection set to ON at the server). But then, when I connected to that server from the client's finder and tried to get into my user account on that server it told me that no secure connection could be established. What's wrong here? Do I have to continue working from within the terminal to use this connection? That would be difficult for an average MacUser.
    3) What is the security advantage of an SSH connection on a local wireless network (Airport Base Station) over WPA2, if at all?
    4) And how to set up an ssh-connection over the internet cloud to safely build a remote control/desktop sharing connection, e.g., a friend's Mac when she has a problem?
    Thanks for your consideration.

    First I'm not sure what your goals are.
    1) In terminal-file-"connect to server" you can ask for an ssh connection to be set up. For this to work, do I need to create private and public keys first?
    If you have ssh keys, you can do this without passwords. If you have not exchanged keys with the remote system, you will be asked for the password of the user you are attempting to login as.
    If so, how? Please point me to a reliable and step-by-step instruction site. There are some free ssh-utilities out there, but their documentation is just not helpful enough for a UNIX-dummy.
    Log into the remote system. This could be via ssh.
    On the remote system, run the following command to generate an ssh key for that remote system:
    ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/Users/username/.ssh/id_rsa): <<take default>>
    Created directory '/Users/username/.ssh'.
    Enter passphrase (empty for no passphrase): <<enter nothing>>
    Enter same passphrase again: <<enter nothing again>>
    Your identification has been saved in /Users/username/.ssh/id_rsa.
    Your public key has been saved in /Users/username/.ssh/id_rsa.pub.
    The key fingerprint is:
    aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp [email protected]
    This will generate an ssh key for the remote system. This could be any system that support ssh, such as a Unix system, or another Mac.
    Copy the id_rsa.pub file from the remote system to your Mac. When I say "your Mac" I mean the one that you want to make the ssh connection from. The id_rsa.pub is found in the remote system's ~username/.ssh/ directory.
    Append the copied id_rsa.pub to your Mac's ~himbear/.ssh/authorized_keys2 file
    cat id_rsa.pub >>~himbear/.ssh/authorized_keys2
    Now when you ssh to that specific remote system, it will NOT ask for a password. The first time you ssh to any system, ssh will ask if the system is really the system you thing it is. But once you say "yes", it will not ask that question again.
    Repeat for every remote system you wish to log into using an ssh key.
    2) Apparently I managed to connect via ssh once (from the terminal, see point 1) to a local server (allowing remote connection set to ON at the server). But then, when I connected to that server from the client's finder and tried to get into my user account on that server it told me that no secure connection could be established. What's wrong here? Do I have to continue working from within the terminal to use this connection? That would be difficult for an average MacUser.
    MacUser. A flash from the past, as in the MacUser magazine.
    ssh is not used by default when you make connections. If you want an ssh connection, you have to establish it intentionally.
    ssh can be used to pre-establish a tunnel (or tunnels) that other services can use. Once an ssh tunnel is establish, connections to local host's tunnel port will be connected to the specified remote port. For example:
    ssh -L 5901:localhost:5900 [email protected]
    will establish a tunnel that VNC can use. The VNC client would connect to localhost display 1 or port 5901.
    ssh allows multiple -L tunnels to be specified on the ssh command line.
    3) What is the security advantage of an SSH connection on a local wireless network (Airport Base Station) over WPA2, if at all?
    Inside you home. Not much. Unless of course you do not trust the other members of your family. That is to say, others having your WPA2 password, and are thus on the inside, and can sniff you packets.
    4) And how to set up an ssh-connection over the internet cloud to safely build a remote control/desktop sharing connection, e.g., a friend's Mac when she has a problem?
    If you are using the Mac OS X Leopard built-in *Screen Sharing* and you are connecting to another Mac's built-in Leopard System Preferences -> Sharing -> Remote Management (Tiger's Apple Remote Desktop), then in the *Screen Sharing* preferences, is an "Encrypt all network data" option.
    If you wish to set this option in advance, you can launch *Screen Sharing* by double clicking on System -> Library -> CoreServices -> Screen Sharing.app
    You can *Screen Sharing* connections over the net using iChat. This is one of the easiest ways to take control of their system. Of course they need to cooperate. I use a Free AOL Instant Messager (AIM) account for my iChat connections. And as a side benefit you can text, audio chat and/or video chat with the person at the other end.
    If you are NOT using the build-in Mac OS X *Screen Sharing* and/or you are NOT using the build-in remote Mac OS X remote management server, then this is a situation where an ssh tunnel would be a very good idea.
    However, setting up an ssh tunnel between 2 systems across the internet gets complex.
    In this case you might want to consider using something like LogMeIn.com which will deal with all those nasty home routers without needing to to do nasty router configurations, and it will be a secure connection. LogMeIn.com will not be as fast as a *Screen Sharing* connection or a VNC connection, but it will be secure and easy to establish. Again, this is only if you can not to Mac to Mac *Screen Sharing* using built-in Mac OS X remote desktop.
    Now if you want to roll your own ssh tunnels for VNC, then I'm just going to outline the things you need to do.
    If the remote system is behind a home router, you need to configure that remote home router to "Port Forward" port 22 on the Internet side to port 22 on the target Mac. Bonus points if the internet side using a high number port to discourge net bots from knocking on your door. Use the ssh -p 12345 option to connect to the high numbered port that is forwarded to port 22 of the destination Mac.
    On the remote Mac you need to run a VNC server. If this is a Mac, then Leopard System Preferences -> Sharing -> Remote Management (Tiger's Apple Remote Desktop). If it is not a Mac, then for Windows, TightVNC, UltraVNC, RealVNC are possible options. Linux has a built-in vncserver, or you can install x11vnc which has the advantage of displaying the desktop screen.
    Once you can access the remote system, you use an ssh command like the following:
    ssh -p 12345 -L 5901:localhost:5900 remote.system.address
    You can get the remote system's address by having the remote system surf over to http://whatismyip.com. Then they can tell you the IP address.
    If you are going to be doing this a lot, you can get a free no-ip.com or dyndns.org dynamic DNS name for the remote system, and the remote system can run a dynamic DNS client (available from no-ip.com or dyndns.org) which will keep the dynamic DNS name updated as the remote person's ISP change's their IP address.
    Finally, now that you have an ssh tunnel for VNC traffic, you have your VNC client connect to
    Address: localhost
    Port: 5901
    Depending on your VNC client you may need to specify Display 1 instead of Port 5901. Or if you do not get a Display or Port option you specify localhost:5901

  • Quantity tolerances for IR before GR

    Dear all,
    I have the following problem:
    -My customer is receiving MIRO invoices before doing GR. In some cases the vendors are sending double invoices with different references but to same PO. This is not acceptable and my customer want quantity tolerance differences of 10 % when IR before GR. I went to transaction OMR6 and put 10 % under tolerance key DQ percentage difference but still quantity of 120 PC when PO is on 100 PC could be posted without any warning or error.
    Is there something else that I need to activate or should I use another tolerance key?
    Best regards, Åsa

    Hi Åsa,
    I was checking this and this error message is working, but, with a PO for third party process.
    In my client case, the PO was created with reference to a Sales Order.
    I made a test without this reference, and, you are right, the error message is not working.
    The only that I can suggest you is the following:
    - Customising solution: With OMR6, you can make that the Invoice can be blocked if they are creating this with more amount than the allowed (I think, you already made this).
    - Custom solution: Make a custom program that can validate the total amount and send an error message if the amount is higher than the allowed.
    I hope this help.
    Kind regards,
    Sandra

  • Settings tells me it can't verify my email see email for message how to set but I get no email

    I get a message "photo stream cannot find iCloud account iCloud" there are buttons for "ignore" if I choose that it sometimes just brings up the error message again and crashes the app I'm in. Other button says "go to settings" if I choose that settings says it cannot verify my email and says a message has been sent to my email on how to set up iCloud. But I never get the email. In the Apple account site it shows my secondary email is verified but I can't verify my main email it won't send me the vermiform message. What to do?

    Where are the attachments stored, locally (on your computer) or on the Web (Flickr, for example) ??

  • How to set workflow fall into error.

    Dear Expert,
    I have a background step to generate and send out email. My problem is sometimes the email address will be blank. How can i do to set the workflow to error when it encounter this situation. I want to have this because when the workflow got stuck, i can manually go and replace the email address container and restart the workflow step so that the user will not miss the email part.
    Anyone can guide me on this?
    Thanks.
    Regards,
    Bryan.

    Now here the condition is if the email id is not found you want to set the running step into error state right?
    try to do like this
    1. Set a flag as Email_Not_Found if this flag is set to X then pass the same value back to workflow conatiner and in the workflow tempalte define a condition step by using the same flag, if it is X then you raise a exception, Or you can simply loggically delete the workflow instance ,
    2. If it is not X then the current running step should pass X back to workflow container and it should get completed successfully....
    3. Here Instaead of raise exception, my advise is to simply Cancel the workitem by using the Process Control step, check the above mentioned article for more information about Process control step....

  • How to send the PO IDOC error msg's to the concern users.

    Dear Forum,
    This is my requirement.
    We are transferring sales order data from ECC 5.0 to ECC 6.0 through XI.And PO will be created in ECC 6.0 based on the sales order inputs.
    When ever the SO data created in ECC 5.0.A sales Order IDOC will be generated and based on these details PO will be created in ECC6.0.Upto this level there is no problem and we have done this.
    Source side : ORDRSP Idoc.
    Target side : PORDRCP01 Idoc.
    In addition to,If PO is not created in ECC 6.0.The suitable error msg will be reached to the concern user's mail ID's.
    Please let me know to fulfill the pending task.
    Thanks in anticipate.
    Best Regards,
    Naresh.K

    Hi ,
    Refer the Acknowledgments of Errors and Error Correction for Idocs.
    http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/frameset.htm
    If the sender is not an IDoc system, you can use the Send ALEAUD
    for Partner as Request function in the Integration Server to convert
    acknowledgment IDocs to XI request messages and send them
    or
    Refer this link:
    http://www.erpgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc
    refer  section of the doc 2.3.4.     Set-up IDoc administration: (WE46)
    Regards,
    Sunil.

  • Set up Warning or Error Messages in CO54 and CO60

    Hi,
    I would like to find out where in SPRO can I maintain warning and error messages for transactions CO54 and CO60? 
    Thank you in anticipation.
    Best regards,
    Lyncel

    Hi,
    Thanks you for your email. However, I do not have specific message class or message number. Messages for CO54 and CO60 are needed for us to find out possible scenarios wherein it will trigger the error "Sending Message failed" in a custom transaction for TECOing process order. This custom trannsaction calls transaction CO%$ in sending messages and transaction COR2 to TECO the process order. If you could provide the transaction in SPRO wherein we could check the messages for CO54, CO60 and please include COR2 also.
    Thank you,
    Lyncel

  • Change Warning to Error MSG in Sales Order for a KMAT

    I'm using variant configuration with a business conector (WEB-->SAP) to create a Sales Order.
    How can I change the message that appears when a material doesn´t can be adopted in the bill of materials because of the Distribution Channel status from warning to error? (Functional Area V2, N° Message: 003).
    Or an alternative is about doing something that makes unable to save the Sales Order when a material can't be added (from the characteristics) because of the status.

    V2003 message is a hardcoded information message, not even a warning, just information with a recommendation in its long text, this message cannot be turned into an error message without modification.

  • Software for communicating with ipod is not installed properly error msg

    after trying to install my ipod nano for the first time the error msg came up saying that the software for communicating with the ipod had not been installed correctly and needed to be reinstalled. I have tried deleting and reinstalling the itunes and ipod software and followed the trouble shooting steps from the web page but every time i plug my ipod in after reinstalling the same message comes up. when i try to use the updater a "service error" comes up and apart from restore i have also tried the five r's can someone please help me
    hp pavilion a320a   Windows XP  
    hp pavilion a320a   Windows XP  
    hp pavilion a320a   Windows XP  

    See these for the iPod service error.
    iPod service error.
    Fast user switching in Windows XP is not supported.

  • Swapping optical drive for SSD - How to set it up?

    I'm going to purchase a Crucial M4 128GB SSD for my Late 2011 13" i7 Macbook Pro. I don't use my optical drive at all, so I figure I may as well swap that out for my current 750GB HDD, and put the SSD in the main harddrive bay. I know full well how to physically install the respective drives, but my confusion comes when cloning the current HD onto the SSD, then moving all your media files (music, movies, documents etc) over to the HD, while keeping your system files and applications on the SSD.
    So what I really need, is a PROPER in depth guide from the start of the setup process (First boot after installation of physical drives) detailing how to copy my system files and applications over to the SSD so I can boot from it, while keeping my data & media files on the HD and being able to access them all as I normally would through finder.
    Any and all responses are appreciated - I need all the advice i can get!

    If you use a cloning software program it will move, actually copy, everything from your original drive to the SSD.
    No need to anything after that to get the SSD to boot and have all your programs and data.

  • ISCSI connections for guests: how to set up?

    A couple of questions:
    1. If we wanted to set up iSCSI connections for guests such as SQL servers, what is the best way to handle this? For example, if we had four 10-Gb NICs and wanted to use as few of them as possible, is it common to turn two of the NICs into Virtual Switches
    accessible by the OS, then use these to connect both the host and the SQL guests? Or would the best option be to use two 10-Gb NICs for the Hyper-V Host's iSCSI connections only, and use the other two 10-Gb NICs as virtual switches which are dedicated
    to the SQL server iSCSI connections?
    2. I know MPIO should be used for storage connections instead of teaming; if two NICs are teamed as a virtual switch, however, does this change anything? For example, if a virtual switch is created from a NIC team of two 10-Gb NICs, is it acceptable to create
    an iSCSI connection on a network adapter created on that virtual switch?

    " If we wanted to set up iSCSI connections for guests such as SQL servers, what is the best way to handle this?"
    Don't.   Use VHDX files instead.  A common reason for using iSCSI for SQL was to allow for shared storage in a SQL cluster.  2012 R2 introduces the capability to use shared vhdx files.  It is much easier to set up and will likely
    give you as good, or better performance, that iSCSI.
    But, if you insist on setting it up, set it up the same as you would on the host.  Two NICs on different subnets configured with MPIO. (Unless using Dell's software which forces a non-standard configuration of both NICs on the same subnet).  Teamed
    NICs are not supported.  For a purely best practice configuration, yes, it makes sense to have separate NICs for host and guest, but it is not an absolute requirement.
    .:|:.:|:. tim

Maybe you are looking for

  • Change picture size when sending picture from I-phone 5 to HP Officejet Pro 8900

    I just installed my new HP Officejet Pro 8900.  So far every thing is working great except when I sent a picture from my I-phone 5, the picture printed the full size of the 8 1/2 x 11 page.  Not only do I NOT want a picture that big but I do not want

  • Why do we pay so much money for Apple but no device can stand a fall? Even with a case.

    I feel that apple should make better products that look good and is durable. That's crazy how we all spend over $200 on a product and the moment you may accidentally drop your device, the whole thing shatters. I had put a otter box on my device and,

  • Skype running as seperate user can't access jackdbus

    I've locked down skype, running as a seperate user as outlined in the arch wiki, made sure that my .asoundrc is rather system wide as /etc/asound.conf. Problem I have is understanding how to allow the skype process running as user 'skype' to access t

  • Incompatible sim

    iphone doesn't work - says incompatible sim card and comes up with these numbers: IMEI 01 147200 520598 2 ICCID 8961 0153 7600 5500 0063 HELP!

  • Canon RAWs CR2 mit CS5

    Hallo ich habe Photoshop CS5 und bin ansich damit zufrieden. Nun habe ich aber eine Canon EOS 650D gekauft und kann die RAWs nicht mehr mit Bridge öffnen. Mit CS6 sollte es zwar gehen, aber mir reicht der Funktionsumfang von CS5 und Bridge. Und CS6 i