Restrict qty based on customer

Hi,
I need to restrict qty of materials based on customers.
So how to proceed.
regards,
sathya

Dear Satya,
One way is Product Allocation:
Product allocations are created in the logistics controlling area in the planning hierarchy
Logistics --> Logistics Controlling --> Flexible planning --> Planning create/change --> Planning type: COMMIT for SAP standard planning type
[Proct Allocation Functionality|http://www.sap-img.com/sap-sd/implement-the-product-allocation-functionality.htm]
[SAP Help - Product Allocation|http://help.sap.com/saphelp_47x200/helpdata/en/93/744d12546011d1a7020000e829fd11/content.htm]
[PAL - Customer|http://apolemia.blogspot.com/2008/09/modeling-limits-and-reservations-with.html]
Best Regards,
Amit

Similar Messages

  • Restrict users based on Customers

    Hi ,
    In ECC system, we have general requirements to restrict users based on customer account group where customer account group is represented as Site/Store.
    Possible values for Customer Account group -
    - Reference Store
    - Head Store
    - Wholly Owner Store etc.
    Till this point everything is fine. However, Client has few additional External Stores which are represented as one Dummy Site and Customers belonging to that store are actual external Stores.
    Example, we have additional Value for Customer Account Group -
    - Dummy Site
    And now all the Customers part of dummy site is actual stores and we are needed to drill down our restriction to this Customer (So called Stores).
    To restrict used based on customer account group/Stores, we can utilize F_KNA1_GRP with filed KTOKD (Customer Account Group). However, is it possible to create roles based on individual customers of these Stores?
    If yes, how can we do that? 
    P.S. I had a look at authorization object F_KNA1_BED with filed BRGRU. Can this object help us in fulfilling our requirement? Or there is any other SAP provided authorization object which can help us to restrict on Customer values?
    Thanks,
    Sheenam

    You could use F_KNA1_BED, I guess - but that would mean excessive maintenance of both: BEGRU and customers, if I understood your scenario correctly and you really, really want to break that down to single customers.
    It would be even more excessive to utilize F_KNA1_GRP. Can be done, though.
    Both solutions are completely un-elegant and I am not happy proposing them. But I am curious as a cat: what exactly is the business process expecting you to restrict access to customer data down to a single customer?
    Edited by: Mylène Dorias on Mar 24, 2010 8:39 AM

  • FD32 restrict users based on a schedule of authority

    All,
    I have a requirement within FD32 to restrict users based on a schedule of authority.  For example, only allowing credit limits to be changed in a user's authorized dollar range.  I was able to restrict the Credit Limit field (change/display) by using field groups, but I have an extension of the requirement for a schedule of authority.  Can someone please  help?

    You could use F_KNA1_BED, I guess - but that would mean excessive maintenance of both: BEGRU and customers, if I understood your scenario correctly and you really, really want to break that down to single customers.
    It would be even more excessive to utilize F_KNA1_GRP. Can be done, though.
    Both solutions are completely un-elegant and I am not happy proposing them. But I am curious as a cat: what exactly is the business process expecting you to restrict access to customer data down to a single customer?
    Edited by: Mylène Dorias on Mar 24, 2010 8:39 AM

  • Restrict Dashboard based on Role

    Hi
    Is it possible to Restrict Dashboards based on Role. I want hide out-of-the-box dashboards and display custom dashboards based on Role.
    Regards
    Sundar

    Hi,
    but note that the Look In function is not available in the custome web tab. this is really a shame because the lookin allows managers to see the data in different ways. If any of you found a way to get the look in functionaliyt into the web tab, I would love to find out.
    Regards,
    Gonzalo

  • Can we create roles/permission list based on custom table

    I wanted to create Roles and Permission list based on custom table (which holds Business Logic),like if column value is 3 then certain roles and 2 then certain............ is it possible in PS?
    Thanks

    Are you looking at restricting the data that is shown or access to pages? Please elaborate your requirements so that a solution can be provided.

  • MOQ based upon Customer category

    HI -We wanted to set up MOQ for material based upon customer category. For Ex All end users for Product A can order the product with any qty. Where as All Dealers order only should be in Min Ord qty or Multiples of this?
    Any thoughts to accomplish this?
    Reg
    Siva

    Hi
    This can be achieved by enhancement (userexit_save_document_prepare in MV45AFZZ).
    You need to maintain a Z-table having min qty details for cust cat. You can even maintain material number if you have less number of materials.
    thank you

  • Report based on custom Query - Question about Data Source

    Hello,
    I am trying to create Crystal reports (EBO R3.1, Oracle 11g Database, CR2008) based on custom queries. Tried using different kinds of Data Sources but getting stuck once I export them to Infoview.
    1. Using Oracle Server: This method works fine on my local & Infoview. But since I have lot of reports, I do not want the DB username/password associated to the report. I neither want BO to prompt username/pwd to my user.
    2. Using ODBC(RDO):
    Again, works fine on my local. Once I export to Infoview, it fails with this error: "Failed to open the connection"
    Which makes sense, because the DSN is created on my local machine and not on the server.
    How and what do I create on the server, so that the reports run?
    I do not know if using ODBC(RDO) is even the right way for creating custom SQL reports.
    I have been reading about Business Views, but not clear on how good they work.
    My goal is to create multiple reports, using custom SQL queries which use some kind of connection to the database that can be managed on the
    server in one place, and used by multiple reports.
    Can any of you please help me here
    Thanks,
    Sowmya.
    Edited by: SBat22 on Apr 13, 2011 5:58 PM

    Thanks for moving it to the right forum!!
    But, if I setup in CMC, a default username/password that the report needs....what would happen if my password changes?
    I would need to go to each and every report and update the password.
    I am looking for using one common "connection" for multiple reports. So that, when passwords change, all I update is in one central location.
    Can anyone please help!
    Thanks,
    Sowmya.

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • Populate Material no in sales order based on customer material no

    Hi,
    We have to pass material no from a custom table based on customer material no in each line in the sales order. I tried using couple of userexits to pass vbap-matnr and the material no is passed in that line but I am not able to enter quantity etc on that line. I'm using USEREXIT_MOVE_FIELD_TO_VBAP to populate vbap-matnr but I think this is not the right place to populate matnr in the line item. Can you please help.
    Regards,
    SA

    Hi,
    Can you help me where to pass customer material no to derive material no as my company is not using knmt but a custom table?
    Yeah, if we maintain an entry in knmt, the customer part no derives the material no but I don't know where to pass material no so that the appropriate tables are populated automatically.
    Regards,
    Sheel

  • Function module to get Conditions based on Customer & Material

    Hi,
    Is there any function module such that the list of conditions are displayed, based on Customer & Material given?
    Thnx in advance,
    Shivaa.....

    actualy Jan this report is based on GL account no..GL acount no.s dat we required are not there in bsid n bsad...we need bank related GL account no..IN BSID n BSAD all GL account no. are customer GL account no.s...

  • BAPI for displaying materian/description/Bin storage/ qty based on producti

    Hii All,
    please gv which bapi we use to display Bin storage, Material n qty based on production order number
    its very urgent

    Hi,
         You can try with user exit MWMBAP02
    <b>Reward points</b>
    Regards

  • Calculation of po qty based on material in  Reuse_alv_grid_dispay report

    Hi friends,
    This is the requirement
    I need to calculate the total Quantity(ekpo-menge) on open stores orders(doc type) with today's delivery date + (today's date + 1).
    help me out in giving the mandatory fields that need to be taken and  the code to calculate the total quantity based on material.say there are 3line items for one purchase order then how to calculate the total qty based on material.
    thanks in advance,
    meghna

    thanks for your replies
    I have already seen tcode gral but my requirement is simpler
    When we execute any ALV Report, the report is displayed in ALV Grid by defalut and then we can change the view using Grapcial View option in the menu bar
    I want to display this graphical view by default instead of that in the report form when the report is executed
    I hope my requirement is clear
    Ur valuable suggestions will definately be appriciated
    Thanks in advance

  • Order qty Based on ROH qty

    Hi I want to round off my order qty based on ROH. Say ROH is available multiples of 0.6 TONS.My Fert is need to plan so to that it consumes  0.6 ,1.2 , 1.8 etc TONS.
    Without using Material-Qty calculatiuon is it possible?? Because I am using Discrete Mfg.

    Hi,
    You must be having the Lot-size as EX.
    In this situation, For your lot size : EX, in OPI4, Activate the MTO Lot size as "1" (Lot-for-lot with Rounding).
    Maintain the Rounding Value in MRP1 View.
    Now the Order will be created with Multiples of your rounding Value.
    Hope this helps..
    Regards,
    Siva

  • Upload Data Periodically using FV75 based on Customer No

    Hi Guys,
    I'm very new to SAP. Here i'm facing one problem that i've to upload Data from File to SAP for FV75 transaction. I tried Recording but it's not possible. Then i tried BAPI like MRM_PARKED_INVOICE_ACCDATA,  AC_DOCUMENT_PARKING_NO_UPDATE, and BAPI_INCOMINGINCOICE_PARK. Here all the fields i'm able to MAP in BAPI_INCOMINGINVOICE_PARK what i'm posting but the problem is that it's used for Vendor. I need for Customer thruogh which i'll post the document. I also Tried LSMW as well, using DI, BI, BAPI, IDOC etc.... could any one suggest me to where i'm doing mistake or which Method and how i'll update. I need quick response.
    Pawan Pandit
    Associate Consultant

    Actually my requirement is very straight. If you will go to FV75 tcode. This process is used to enter data for Outgoing Invoices based on Customer no. I need this transaction for Credit Memo and i want to park all the documents not to post. I'm able to post no doubt but my clients wants to park the document. I tried SHDB for recording so that i can use. But i'm geeting message that parking documents Batch Input is not possible.

  • How to pick the data based on customer number

    Hi All ,
    greets....
    i have a requirement to select  the data based on customer number and then do furthur processing .
    example:
    this is some 10 dcouments in customer nr:v1000
    and 20 documents in customer v2000 in a internal table how to select that,
    thank s in advance.

    thier is an internal table which is having some 1000records.
    and their is 6 customers.
    in which i should pick the data based on customer number.
    how to write a code for that?

Maybe you are looking for

  • Function Overloading concept in PL/SQL

    hi all, do we have Function Overloading concept in PL/SQL? If so, how to implement it? can anybody help me out with an example?

  • SDK : web.xml file, what for ?

    Hello, I designed a new web service using the SDK, I noticed a file named web.xml, with some authority settings in it. What's the purpose of such file ? Is it to define which roles is required to be able to call a WS ? Thanks

  • Addition of extra subscreen for the notification

    Hi All, I have requirement in which I need to add an extra sub screen in the notification creation tab for certain notification types. There are 5 subscreens being displayed for the Notification header tab. When I checked in SPRO for the screen setti

  • Logical && within EL Expression on jspx pages

    Hello all, Anyone know how to convert the logical AND symbol '&&' into something that can be properly understood within an EL expression? The ampersand is a reserved symbol within an xml document and can not be used in the jspx page. Thanks in advanc

  • 10133 ADF LOV: how to get rid of the blank item on top of the list

    Hi, I have a fixed list LOV. Because I do not want the user to pick a null value from the list, I picked "selection required" when I created the LOV. when the page has the LOV first loaded, the dropdownlist still has the blank item on the top. If I p