Must SELL (SD) the same quantity & units that was BOUGHT (MM)

Hello all,
ECC 6
Please help me in the following situation:
Doubt in SD and the integration with MM/ Batch
Here we have several types os Materials that are grouped at Material Group
For a one specific Material of Material Group (MARA-MATKL), the rule is:
I MUSTSELL the same WAY I BOUGHT (quantity and Units).
I mean: If company buys 2 Bags of 10kg each from material FERT01 (that belongs Material Group = FE0001).
Those materials FERT01enter in Stock in a specific Batch.
When I sell this material FERT01, I HAVE TO SELL:
- 1 quantity of material FERT01 with 10kg
- or 2 quantities of material FERT01 with 10kg each
I CAN NOT sell: 1 quantity of material FERT01 with 5kg
or I can't sell: 2 quantities of material FERT01 with 5kg each
or I can't sell: 4 quantities of material FERT01 with 5kg each
Where in SAP I can link this situation: To SELL (SD) the same way (quantity and units) I bought (MM)?
Many thanks,
Barbara

SAP allows to use alternative units of measures for sales, purchasing, warehousing, consumption ..
There is no way to restrict this usage.
there is no link between the sales order and purchase order if you procure to store the material in your warehouse.
Such link is only there for third party orders, or if you procure directly to sales order.
If you material is a discrete unit of 10 kg, and you dont want that people can enter sales orders for 5kg of this material, then maintain a delivery unit of 10 in sales view of your material master. so the sales order can only have 10 or a multiple of 10 as quantity.

Similar Messages

  • Can't update software because a message appears that I have to log with the same Apple ID that was used to purchase them: iMovie, Garage Band

    I can't update software because a message appears that I have to log with the same Apple ID that was used to purchase them: iMovie, Garage Band, iPhoto, but those apps came with OSX Lion.
    How can I get the "original" Apple ID?

    Support Downloads
    http://support.apple.com/downloads/
    Luckily, there is always more than one way to update software.

  • Must Sell the same quantity & unit the was bought

    Hello  all,
    ECC 6
    Please help me in the following situation:
    Doubt in SD and the integration with MM/ Batch
    Here we have several types os Materials that are grouped at Material Group
    For a one specific Material of Material Group (MARA-MATKL), the rule is:
    I MUSTSELL the same WAY I BOUGHT (quantity and Units).
    I mean: If company buys 2 Bags of 10kg each from material FERT01 (that belongs Material Group = FE0001).
    Those materials FERT01enter in Stock in a specific Batch.
    When I sell this material FERT01, I HAVE TO SELL:
    - 1 quantity of material FERT01 with 10kg
    - or 2 quantities of material FERT01 with 10kg each
    I CAN NOT sell: 1 quantity of material FERT01 with 5kg
    or I can't sell:  2 quantities of material FERT01 with 5kg each
    or I can't sell: 4 quantities of material FERT01 with 5kg each
    Where in SAP I can link this situation: To SELL (SD) the same way (quantity and units) I bought (MM)?
    Many thanks,
    Barbara

    Hello Barbara
    Interesting situation.
    I don't think you can handle this with config or master data alone. Because you may specify sales units in Sales view and Order Unit in Purchasing view, that doesn't still stop you from receiving or selling in different Units. Secondly you need to identify a batch or lot  ( how they came in) of goods received and ensure they are sold smae way.
    Here is what I propose you do:
    1) Use batches during sales order entry. You got to do this. User may enter batch for the item. Don't go for batch split during order. So if the order quantity can be supplied from 2 batches, enter 2 items with item quantity matching available batch quantity and so on. You may have some ATP issues to deal with. But that's a different story.
    2)  While creating batch, enter the receiving Unit Of Measurement/s  as a characteristic in batch classification. For example, you may mention is as "BAG". I am assuming Bag is a standard one and its conversion to Base Unit Of Measurement (Kg) is maintained in the material master/Basic Data/ Addition data/ Units of measure tab. If it is not standard and you may receive a bag with 50 Kg today and 25 kg tomorrow from the vendor, then you need to maintain the conversion factor also as a characteristic in the batch.
    3) Once user enters material, quantity and batch with order sales Units and tries to save, employ user exits to compare order unit to batch unit and if they don't match issue an error. The likely user exits you can use are:
    Program MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE or USEREXIT_SAVE_DOCUMENT
    Hope this helps you. Let me know how you are going to proceed.

  • Re-Toast DVD - is it the same as IDVD - That is can you burn a number of .mov slide shows on the same disk?  Thank you

    Re-Toast DVD - is it the same as IDVD - That is can you burn a number of .mov slide shows on the same disk?  Thank you

    Toast can author and burn video DVDs but it's not nearly as versatile as iDVD is in creating video DVDs.  Toast can only create one menu so all items must be on it, i.e. no sub-menus, no animated menus, etc.

  • Unable to set PIN - Error: "PIN must not be the same as the user's phone number"

    We are in an ongoing Lync Server 2013 deployment and have elected to set default conference PIN numbers for anyone that doesn't have them currently set.  We decided to make the default PIN the same as the person's telephone extension.  I realize
    this is not a secure PIN setting, but please bear with me.
    When I use PowerShell to loop through the people that do not have a PIN set and attempt to set the PIN to their five-digit extension, PowerShell returns the following exception:
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet
    I know what you are thinking:  by default, Lync has the AllowCommonPatterns setting set to $false on the Global (default) PIN policy.  But I have created another PIN policy called "Low-restriction PIN Policy" that has this setting set
    to $true and assigned this new policy to the users I am trying to set the PIN on.
    According to
    Microsoft's documentation on the Set-CsClientPin cmdlet, the description for AllowCommonPatterns is as follows:
    "Indicates whether or not "common patterns" are allowed in PINs.
    Common patterns include repeating digits (225577); 4 or more consecutive digits (991234); and
    PINs that match a user's phone number or extension number.
    If set to True common patterns (such as the PIN 123456, which includes consecutive digits)
    are allowed; if set to False common patterns are not allowed. The default value is False."
    Given this information, I do not understand why Lync Server 2013 is preventing me from setting a default PIN that matches their extension number when AllowCommonPatterns is set to $true on the PIN policy assigned to the user.
    Any ideas on what might be wrong?
    PS C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    PS C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy'
    Identity : Tag:Low-Restriction PIN Policy
    Description : [20150224 SWS] Standard PIN policy.
    MinPasswordLength : 5
    PINHistoryCount : 0
    AllowCommonPatterns : True
    PINLifetime : 0
    MaximumLogonAttempts :
    PS C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin '13579'
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet

    I just checked the management store replication status and it replicated.  I tried to set the PIN again and got the same error.  Here are my results:
    C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy' | Select-O
    bject AllowCommonPatterns
    AllowCommonPatterns
    True
    C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin 13579
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error
    "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin 13579
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin
    ], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Micro
    soft.Rtc.Management.UserPinService.SetOcsUserPinCmdlet
    C:\Users\user> Get-CsManagementStoreReplicationStatus
    UpToDate : True
    ReplicaFqdn : edge.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556
    UpToDate : True
    ReplicaFqdn : frontend.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556

  • SignalR - Two Hubs must not share the same name

    I created asp.net mvc 5 application (call it "WebServices"), then i add my Hubs in a folder called "Hubs". Now
    what happened is that SignalR (2.0.2) generate JavaScript proxies for hubs in environment: 1-in local machine. 2-when i publish to azure web role. Now when i publish to azure website (.NET is 4.5 and websocket is opened),it didn't generate proxies. Now i tried
    to add hubs to App_Code folder ,and it generate proxies ,but the build action of the hub classes are "Content",when i change it to Compile it raised this exception :
    Two Hubs must not share the same name. 'Webservices.App_Code.MyHub1, App_Code.c9aucf2j, Version=0.0.0.0,
    Culture=neutral, PublicKeyToken=null' and 'Webservices.App_Code.MyHub1, Webservices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' both share the name 'MyHub1'.
    I love Silverlight ^^

    Hello,
    It seems this issue is more reagrding ASP.NET MVC, I suggest you posting to:
    http://forums.asp.net/1146.aspx
    There are MVC experts who will help you better.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My colleague and I are working together (from separate MacBooks) to create an iBook for our students. We plan to work on sections separately and combine later. Must we use the SAME template to do so?

    My colleague and I are working together (from separate MacBooks) to create an iBook for our students. We plan to work on sections separately and combine later. Must we use the SAME template to do so?

    I'm not sure iBA reacts well to this type of editing, not to mention the cumbersome nature of trying to bring everything together in general.
    I'd suggest a workflow where one book is handed off, instead. That, or, let the individuals involved create their basic content in Pages, then when ready, use iBA's Insert Pages Chapters menu to string them together. Best to work in a linear fashion and avoid adding/removing/adding/moving portions, etc.
    If you must have separate authors, be sure to use the identical template and have them all properly trained up before going forward - trying this as a learning experience may result in an off-putting experience otherwise , with more time spent on chasing knots than on expressing writing skills, etc.

  • How can I merge folder with the same name so that the content does not replace the other

    How can I merge folder with the same name so that the content does not replace the other?

    >
    That's only a good idea if the semantics of sayHello
    as defined in MyInterface suggest that a
    RemoteException could occur. If not, then you're
    designing the interface to suit the way the
    implementing classes will be written, which smells.
    :-)But in practice you can't make a call which can be handled either remotely or locally without, at some point, dealing with the RemoteException.
    Therefore either RemoteException must be part of the interface or (an this is probably more satisfactory) you don't use the remote interface directly, but MyInterface is implemented by a wrapper class which deals with the exception.

  • Hello i opened both logics 9 and x at the same time after that lost audio on both softwares everything looks normas got a motu audio interface 828MKII and i just can hear audio in the headphones of the audio interface can anybody help me? i am in the midd

    Hello i opened logic 9 and logic x at the same time after that i lost audio in both programs i can only hear audio in the main output of my interface motu 828MKII
    can somebody help me please? am in the middle of o project thank's

    Did you reset Logic's audio preferences?
    Did you do a hardware reset of the MOTU unit?
    Try deleting preferences in Logic X
    See my post in this message.
    https://discussions.apple.com/message/24614057#24614057

  • Dear sir, i used this apple id in my IPAD 4,But some how i forgot the apple id password that was stored in my iPad. i reset the same in my another device. I put the new password in my I pad. Due to mismatching of

    Dear sir,
    i used this apple id in my IPAD 4,But some how i forgot the apple id password that was stored in my iPad. i reset the same in my another device. I put the new password in my I pad. Due to mismatching of password that was stored in iPad and new password ,it does not accept it. very unfortunately i also unable to connect my iPad with internet because it does not allow me to connect. In every second message displayed for apple id password. i am helpless. please help to get rid opt from this problem.
    rgds
    R K Hazarika
    <Email Edited by Host>

    you manage the appleID on this site
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • I loaded in Lion - but my time capsule will not back up. I get an message: couldn't complete backup due to a network prolem. Also it says "make sure your computer and back up disk are on the same network, and that the backup disk is turned on.

    I installed Lion on my Mac Pro laptop. Regarding Time Capsul - I get a messaage as follows: couldn't complete backup due to a network problem. Make sure your computer and back up disk are on the same network and that the  backup disk is turned on. Then try again to back up. I have time capsul turned on. bill

    I have exactly same problem with my MBP and MBA, after upgrading to Lion. I've tried to fix this issue while cheking key chain issues and network setup, even formating hdd and time capsule firmware upgrade (ver. 7.6.1.). Nothing can help. It is very annoying.

  • HT3819 Can I authorize mulitple apple ids on the same device so that what is purchased on either account will be loaded in both devices without having to use the same ID?

    Can I authorize mulitple apple ids on the same device so that what is purchased on either account will be loaded in both devices without having to use the same ID?
    My wife has a laptop and an iphone 4s, I have a laptop and and iphone 4s, our two sons have our old iphone 3s, we have an old laptop for our sons to use.  Our old iphones for our sons are deactivated as phones - so they are used as i-touches for songs, pictures and aps.  I want to use icloud (which I'm new to) to hopefully have all four iphones and all three computers stay synced with at least music - if not aps and pictures.  My wife has an apple ID and I have one.  I'd like to authorize all three laptops for both apple IDs so that we will still have our own accounts, but everything either of us buys will be automatically loaded into all three laptops and all four iphones.  Can this be done?
    Thanks,
    sstultzcostello

    Each person in your home can have their own Apple ID provided it is tied the their own separate email address.
    iTunes permits up to five authorized computers connected to a single Apple ID: iTunes Store- About authorization and deauthorization.
    For this all to work well, however, each user in your household should have a separate user account on the computer they commonly use.

  • You can use the same email address that you used to set up the old Sync? , before bookmarks can return, if I registered success?

    for my old email address account( @qq.com)
    july 2014 I install new windows xp, but I can't log in before account 44*******@qq.com, its always give me enjoyful when I was easy open bookmark url from different computer.
    but there is no any notice or email to me firefox will have new sync system, if there, I could backup before bookmarks from 28 vision ( or some june's vision), but this big browser group is quiet, now, I can't log in again old account,
    achieve process:
    1st, normal account and right password, its show me unknown account.
    2nd, Password Reset, " An email has been sent to the requested account with further information. If you do not receive an email then please confirm you have entered the same email address used during account registration.", I couldn't receive any mail(or in spam) :(
    3rd, How to update to the new Firefox Sync ...
    "You can use the same email address that you used to set up the old Sync." , before bookmarks can return, if I registered success?
    I really feel disappointment with firefox( although used for many years), much text, but couldn't resolve clear simple path. answers more hidden link to read, I just use it explore internet, I am not technology engineer, don't care what so much b***t.
    thanks, back me old bookmarks only, thanks.

    Hi eddinchina,
    You should have no need to use the Old Sync account.
    As long as device or devices are Firefox 29 or later (They should all be Firefox 30 now) you should use the New Sync.
    You may use the same email address with both accounts.

  • How to write a case statement for the totals column of two different years (2013 and 2014) of the same month so that I can get a +/- column

    Please Help!!!
    How to write a case statement for the totals column of two different years (2013 and 2014) of the same month so that I can get a +/- column.
                                      January 2014         January
    2013                            +/-
                    Region   Entry   Exit  Total    Entry   Exit   Total   (Total of Jan2014-Total of Jan2013)
                    A               2         3      
    40        5       7        30                    40-30= 10

    What is a table structure? Sorry cannot test it right now..
    SELECT <columns>,(SELECT Total FROM tbl WHERE Y=2014)-(SELECT Total FROM tbl WHERE Y=2013)
    FROM tbl
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Creating a Mat View having the same name with that of the table name

    Hi everyone,
    After dropping the mat view name "QQ.TRDLN_DIM_MV", I'm trying to re-create it by having the same name as that of the table but I got an error stating that "name is already used by an existing object". How can create a mat view to look like the object owned by schema "GQ", having a name that is the same as that of the table name, without dropping the table?
    OWNER_O OBJECT_TYPE CREATED LAST_DDL_ TIMESTAMP STATUS OBJECT_NAME
    ===
    GQ MATERIALIZED VIEW 05-NOV-08 13-DEC-08 2008-11-05:06:31:46 VALID TRDLN_DIM_MV
    GQ TABLE 05-NOV-08 15-DEC-08 2008-11-05:06:31:00 VALID TRDLN_DIM_MV
    QQ TABLE 17-AUG-07 16-MAR-09 2007-08-17:17:05:21 VALID TRDLN_DIM_MV
    SQL&gt;CREATE MATERIALIZED VIEW QQ.TRDLN_DIM_MV
    2 TABLESPACE FPLC01S
    3 NOCACHE
    4 NOLOGGING
    5 COMPRESS
    6 PARALLEL ( DEGREE 2 INSTANCES 1 )
    7 BUILD IMMEDIATE
    8 REFRESH FORCE ON DEMAND
    9 WITH PRIMARY KEY
    10 AS
    11 select /*+ NO_REWRITE */ trdln_id,
    12 trdln_skid,
    13 trdln_end_date,
    14 first_value(trdln_end_date) over (partition by trdln_id order by trdln_end_date DESC) as MaxDate
    15 from QQ.trdln_dim;
    from QQ.trdln_dim
    ERROR at line 15:
    ORA-00955: name is already used by an existing object
    I appreciate your help. Many thanks in advance!
    Regards,
    Radic

    You'd have to rename the table (using ALTER TABLE tablename RENAME TO othername; ) before you create the MV.
    You can't have both existing with the same name in the same schema.
    What you see in the GQ schema is that the "table" is the underlying table for the Materialized View.
    When you do a CREATE MATERIALIZED VIEW MY_MV AS ...
    Oracle creates two objects with the same name, one being the Materialized View MY_MV and the other being the table MY_MV which is the physical storage. {Remember that a Materialized View is a means of getting a physical representation of a View}.
    In the QQ schema what you have is either
    a. a real Table
    or
    b. an improperly dropped MV, resulting in the underlying Table still present.

Maybe you are looking for