Restrict Ordered Items Sold to an Account

Hi,
Is there a way to restrict item/s that can be ordered for a particular account ? Also can the restriction be placed on the no of items that can be sold to an account on an order ?
Consider 11i and R12 versions.
If not available out of box then any recommendations on the best approach for satisfying this requirement would be appreciated.
Thanks

That's an unusual requirement - more often you want to restrict the maximum order value which you can do via credit management.
I'll be interested to see if anyone has a better suggestion but one possibility would be to do this via pricing setup as a workaround - if you want to restrict the customer to 100 max qty of items A, B and C, set up price breaks for those item/customer combinations with a range of 1 to 100.
That will mean that if you try to sell 101 of one of those items to your customer, you'll get a pricelist failure. The downside of this is obviously that your CSRs won't get a more helpful message along the lines of 'max ord qty to this customer exceeded'. If you can't live with that, one other option would be to do the same setup on an inactive modifier list and write a forms personalization to check this customer/item matrix ... reporting an error/warning message if the max pricebreak qty on the inactive list is exceeded.
Regards,
Jon

Similar Messages

  • In ME21N error-Purchase order item still contains faulty account assignment

    Hi
    While creating the PO in ME21N the following error occurs.
    "Purchase order item 00010 still contains faulty account assignments"

    Hi,
    Details you have provided for account assignment in item detail is not faulty or not sufficient.
    If you are charging PO to a cost center, check for cost center and GL account.
    If you are charging PO to network....check for GL account, network and activity.
    sk.

  • Sales Order/Item as Account Assignment in Accounting Doc.

    I have a scenario where we are selling some services. Process is to create sales order --> Create billing document in reference to sales order & then release it to accounting. I am using materials of type DIEN( service) for the purpose and have customized the sales order / item category. Process is working fine till creation of accounting document but the accounting document is missing sales order/item in it [as account assignment]. I am not sure what config I am missing.
    Attached file shows where I am expecting the sales order / item to be seen.
    Please provide hints on this.
    Thanks in advance.
    Sonal

    Hi Sonal
    If you want the billing doc to post in the sales order as cost object, then your GL has to be cost element and the account assignment category in Sales order must be E
    Check the Requiremebt Type in the Procurement tab of sales order.
    This RT is assigned to a Requirement Class and the RC is mapped to Acct Assgn Catg.
    Spro - Cost object controlling - prod cost by sales order - control of sales order related.....
    In this node you can see which RC is assigned to RT
    Br. Ajay M

  • Customer order item assignment to WBS

    Currently the WBS entry field is not displayed on customer order item - assignment tab.
    What do I have to do in customizing to change this and make the WBS element field displayed ?

    Well, my earlier response was based on your following requirement,
    > Currently the WBS entry field is not displayed on customer order item - assignment tab. What do I have to do in customizing to change this and make the WBS element field displayed ?
    whereas, there was no mention of statistical WBS element.
    Anyways, to link the sales order in SD with the Project System, assign one or more sales order items to a WBS element (billing element or account assignment element).
    The usage of statistical WBS elements as additional account assignment in SD is not supported in the system.
    The following three account assignment are available in SD from the point of view of costs controlling/revenue controlling:
          1. Sales order item assigned to profitability segment (CO-PA). This is typically used in serial business where the actual costs do not have to be considered separately for each sales order. When you post the billing, the costs of sales are calculated costing-based from the standard cost estimate and transferred to the profitability analysis together with the actual revenue.
          2. Sales order item with automatically created 'cost collector'. In this case, the sales order item is a normal account assignment object in CO. Actual costs and actual revenues are managed directly in the sales order item.
          3. Sales order item assigned to (nonstatistical) WBS element. In this case, the WBS element manages the actual costs and the actual revenues for the sales order item.
    Combination of these procedures in a sales order item are not supported.
    For more detail, refer SAP Note  43875 - Sales order + statistical WBS element
    Thanks & Regards
    JP

  • Open Items in GR/IR Account Internal Order wise

    Hi,
    Is it possible to view Open Items in GR/IR Account Internal Order wise?. We are assigning Internal Order in Goods Receipt and want to view Open items for the particular Order.
    Regards,
    Amanullah

    Thanks for your response.
    I already review the accounting and is pretty fine.
    The system creates document type WE and RE for the Goods Receipt and Invoice Receipt.
    Unfortunately in transaction FBLN the system shows as a Open Item, and honestly I don't know the reason.
    I really appreciate any help for this issue.
    Regards.

  • In VA01 Item detail screen tab Account assignment field  Internal order ???

    Dear Experts,
    In T.code VA01
    item level data tab Account assignment there is field internal order , here if i created internal order that internal order should come automatically into that field
    e.g. i have one article / material for that i created one internal order where i put all expenses through T.code FB50 and i want to add sales revenue for that while creation of sale order i am putting internal order manually in T.code VA01
    so my question is  the same task can be possible automatically or not
    i have two thoughts
    1) either that internal order should assign to article or material master data or
    2) status profile has some link with internal order type (so by default link with internal order ) and there is provision in T.code VOV8 and VOV7 we can add status profile .
    Question
    IS IT POSSIBLE INTERNAL ORDER SHOULD COME AUTOMATICALLY IN SALES ORDER ITEM DATA ACCOUNT ASSIGNMENT TAB AS PER ARTICLE / MATERIAL
    PLEASE GUIDE

    Hi Ravi,
    it is due to profit centre accounting / costing is active, it is better to get it clearified from a FICO consultant
    regards,
    Santosh

  • "Purchase Order item 00010 still contains faulty account assignment items"

    Dear Gurus,
    Good Morning and have a nice week ahead. One of our users encountered the following error in SRM(front end) when try to approve the shopping cart.
    "MEPO 046 : Purchase Order item 00010 still contains faulty account assignment items"
    As per my investigation, this specific error appears when shopping cart is created for a particular cost center only. when i ordered the similar material for different cost center, I did not encounter this error.
    Your valuable inputs pls. Any OSS messages???
    Pls help..
    Best Regards
    Thamarai Kannan MK

    Hi
    <u><b>See these SAP OSS Notes which will definitely help -></b></u>
    Which SRM version are you using ?
    <b>Note 990946 - BBPSC01: Accounting error during PO creation</b>
    <u>Related Notes</u>
    Note 1000184 - Account assignment error when document transfer to back end
    Do let me know.
    Regards
    - Atul

  • How to restrict adding Item Sales Order without itemcost

    Hi Experts,
    Can i restrict sap user on adding "Sales Order" (Items) if they are adding items without itemcost on item master?

    Insert this in your  SBO_SP_TransactionNotification stored procedure after the line
    --     ADD     YOUR     CODE     HERE
    IF @transaction_type IN (N'A', N'U') AND @object_type = '17'
    BEGIN
    If exists
    (Select 1
    From RDR1 O  INNER JOIN OITM I ON O.ItemCode = I.ItemCode
    Where I.AvgPrice = 0
       and O.DocEntry=@list_of_cols_val_tab_del)
    begin
    SET @error = 1
    SET @error_message = N'Item without cost ! '
    end
    END
    This code is applicable if you do not set the Manage Item Cost per Warehouse. If you set it, use the modified code of Rahul.
    Edited by: István K#rös on Oct 12, 2010 1:59 PM

  • Missing CO Sales Order Item in 643 Cross Company Movement

    Hi all,
    we are working in a make-to-order scenario in which the company A/plant A sells a finished product produced by company B/plant B.
    The sales order item is a cost object (account assignment category E – “Ind. cust. w. KD-CO” is set in the requirement class in use) and is derived into the Transfer Order (Account Assignment tab) from production company B/plant B to selling company A/plant A.
    When we try to transfer the finished product from plant B to plant A by means of 643 movement the system provides error message  KI 235 – Account xxx requires an assignment to a CO object where xxx is the Cost Of Goods Sold for company B. This is due to the fact that FI is not able to derive the sales order item as a posting cost object.
    We have activated cross company  CO objects by deactivating the Company Code Validation indicator (field TKA00-RKBUK) for controlling area settings.
    Any suggestions?
    Thanks in advance.
    PierGiorgio

    Hi Abhi,
    yes it is: "E" is the entry value in the field consumption of the requirement class involved.
    Thanks, PierGiorgio

  • Table Name to take report of Open Sales Order items&its relevant GL Number.

    Hi,
    I wanted to take a report with Output as Open Sales Order Items and its relevant GL account numbers. is there any T Code in the Standard or atleast the table name.
    I have already fetched the Open Sales Order Items from T code VA05, but i need the relevant GL account numbers also.
    Any pointers on this will be appreciable.
    Rgds,

    Hi
    There are no standard reports where in you can fetch the data of the open sales order items and its G/L accounts with the output. But  by creating your own report using LIS then it is possible
    Regards
    Srinath

  • In MR11 - u201CNo (suitable) purchase order/item found     u201C.

    Hi Friends,
    We are having issue with MR11 in 4.6 B. While doing MR11 for a PO where Delivery costs have not been balanced, we are getting message u201CNo (suitable) purchase order/item found     u201C.
    In the research, we found that in 4.6 B, MR11 is using program SAPMM08K, where as in ECC 6.00, it is using program SAPRCKM_MR11.
    Initial fetch from PO history table :
    4.6 B -> In 4.6 B we are using EKBI view (Join via EKKO / EKPO / EKBE for MR11) to fetch the PO history table. (It is not considering EKBZ table for delivery cost records)
    Program is checking the Quantity of EKBI, if there is no difference in quantity then it is coming out of loop and showing message
    No (suitable) purchase order/item found
        Message no. M8 401
    3CAUSE&
        No purchase order exists which corresponds to your entry for a quantity
        difference posting.
    ECC 6 -> In ECC 6.00 we are using view V_CKMLGRIR (DB View: Selection for MR11 Clearing GR/IR Clearing Account Table u2013 EKKO, EKPO and EKBE)
    Here also program is checking the Quantity in the View, if there is no difference in quantity then it is going for another fetch (which is missing in 4.6 B).
    In the another fetch, it is checking View V_CKMLGRIR_FR (DB View: Selection for MR11 Clearing Freight Clearing Accnt Table u2013 EKKO, EKPO and EKBZ)
    I've searched sap notes but couldn't find much help. I've tried different search criteria but no luck. Could anyone able to help me?
    Thanks,
    Ramesh S

    HI
    MR11 will show only the blocked invoices due to quantity/price difference.
    First of all please check your invoice (MIRO of your required PO) that it is blocked for invoice verification or not .(Please note block for payment is not relevant for MR11).
    Further please check if you have mainatined any tolerance in GRN (MIGO) for under or over delivery , so it is not escaping the PO due to under/over tolerance limit.
    Cheers
    Mukta

  • Find Sales Order Item Basic Data by Elements query fails

    I am trying to consume Find Sales Order Item Basic Data by Elements in .NET 3.0.
    Every thing appears to be working fine -- I could query by PO number, Creation time, SalesOrganisationID etc.
    However, the most basic query is mysteriously failing. I just want to query by Sales order number, and have given a valid sales order number 6718 that exists in SAP.
    It fails giving the following errors:
    (in Log.LogItem.Note variable):
    <b>"Conversion failed: Invalid input format"</b>
    (in Log.LogItem.TypeID variable):
    <b>"701(SFB)"</b>
    Code is pretty simple, and I am just trying to query Saler Order number 6718. Of course there is nothing wrong with its format.
    From the ESOA site, all I could get was:
    <i>----
    QUOTE -
    The following values are optional selection criteria for restricting the search result:
    SelectionByID – Document number range
    INCLUSION_EXCLUSION_CODE
    INTERVAL_BOUNDARY_TYPE_CODE
    LOWER_BOUNDARY_ID
    Value
    UPPER_BOUNDARY_ID Value
    Value
    UNQUOTE -
    </i>
    I could not even have any  documentation on what to put in InclusionExclusionCode, and IntervalBoundaryTypeCode. They apper to be some Global Data Types for which I couldn't find any documentation. By sifting through Wiki, I just guessed a couple of values praying that it may work. I am a bit new to ESOA, but have expertise in .NET 3.0. Would someone guide me where to find the documentation for that, where are the error codes listed, so that I make the queries with little better preparation.
                querydata.SelectionByID = new SalesOrderERPItemBasicDataByElementsQueryMessage_syncSalesOrderERPItemBasicDataSelectionByElementsSelectionByID[1];//Single element array is good enough
                querydata.SelectionByID[0] = new SalesOrderERPItemBasicDataByElementsQueryMessage_syncSalesOrderERPItemBasicDataSelectionByElementsSelectionByID();
                querydata.SelectionByID[0].InclusionExclusionCode = "E";
                querydata.SelectionByID[0].IntervalBoundaryTypeCode = "6";
                querydata.SelectionByID[0].LowerBoundaryID = new SalesOrderID();
                querydata.SelectionByID[0].LowerBoundaryID.Value = "6718";
                querydata.SelectionByID[0].UpperBoundaryID = new SalesOrderID();
                querydata.SelectionByID[0].UpperBoundaryID.Value = "6718";

    How do you test with a SOAP Client  - I am trying to use same dataset as provided?
    I did with WSDL Test - SAP, SOAP Client and got the following error:
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
       <soap-env:Body>
          <nr1:SalesOrderERPBasicDataByElementsResponse_sync xmlns:nr1="http://sap.com/xi/APPL/Global2">
             <Log>
                <MaximumLogItemSeverityCode>1</MaximumLogItemSeverityCode>
                <Item>
                   <TypeID>701(SFB)</TypeID>
                   <SeverityCode>1</SeverityCode>
                   <Note>Conversion failed: Invalid input format</Note>
                </Item>
                <Item>
                   <TypeID>701(SFB)</TypeID>
                   <SeverityCode>1</SeverityCode>
                   <Note>Conversion failed: Invalid input format</Note>
                </Item>
                <Item>
                   <TypeID>701(SFB)</TypeID>
                   <SeverityCode>1</SeverityCode>
                   <Note>Conversion failed: Invalid input format</Note>
                </Item>
                <Item>
                   <TypeID>701(SFB)</TypeID>
                   <SeverityCode>1</SeverityCode>
                   <Note>Conversion failed: Invalid input format</Note>
                </Item>
                <Item>
                   <TypeID>701(SFB)</TypeID>
                   <SeverityCode>1</SeverityCode>
                   <Note>Conversion failed: Invalid input format</Note>
                </Item>
             </Log>
          </nr1:SalesOrderERPBasicDataByElementsResponse_sync>
       </soap-env:Body>
    </soap-env:Envelope>
    Thanks..
    Vikas

  • Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels

    Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels?
    I have created an Item which is inventory tracked but not shippable. Customer & Internally Ordered. But upon booking the Sales Order, the INVENTORY level of the said item does not get updated with the sale.
    How can i make it update INVENTORY without going thru shipping module?
    thanks.

    Hi Jay
    How are you.
    Yes, in process sampling only.
    Is it not neccessary to have a wip validity rule for wip products in the specs. I am able to create samples for wip products with inventory validity rule.
    Regards
    Prem.

  • How can i capture sales order items in C# and pass them to a BAPI?

    Hi everybody,
    here is another novice question for you.
    What control should i use in Visual Studio to allow the user to enter sales order items (material and qty) as a table on the screen and then put these items on a table and call the BAPI to create an order?.
    I've tried using a Datagrid and set the "edititemindex" as "1" but doesn't work.
    Any help will be greatly appretiated.
    thank you
    Javier ...

    Dear Todd,
    thanks for your reply. I'm using ASP. I tried a grid but i cannot seem to make it work, it doesn't appear at first because it's empty, i tried creating some blank rows but the same happens.
    The other thing i tried just to test is to create a row on the table "partners" to pass the needed "AG" (sold to party) and its number and the BAPI keeps returning an error "Please enter Sold ot or Ship to party". Like if the table was empty. Is there any special way to send a table to a BAPI ?. I'm sending it by ref, and i'm creating the record by first creating a structure, filling it an then calling the ADD method of the table and passing the structure. I'm i missing something here?
    Please Help, it's been days with this problem,
    I'll appreatiate it very much
    Best regards and have a great day.
    Javier ..

  • Mandatory partner function at sales order item level

    Hi all,
    I'm customizing partner schema at item level for sales order. I have created a custom partner function, I put it in a new sales order item partner procedure and i set this partner function as mandatory (I want that system show me a message if this function is missing at item level in sales order). This partner function is defined only at sales order item level (not at header level or customer master).
    If i create and save a sales order with an item type that use the item partner procedure I have created, system don't show me any message for the item custom partner function missing, else if it is set as mandatory in sales order item partner procedure.
    I have read some posts in these forums about this functionality, but it seems a different situation.
    Someone had a similar type of problem?
    Thank you in advance for any possible suggestion.
    Regards
    Gianpaolo

    Hi,
    First you have to create a new partner function.
    Then assign that partner function to the account group.
    Then assign that partner function to partner determination procedure for the item category.
    Over here click on the mandatory button also.
    Then assign that partner determination procedure to item category.
    Then to XD02 and give your customer number and in the partner tab maintain the data for that partner function.
    Now go to VA01 and create your sales order you will see you partner function.
    If you wont have maintained it in the customer master then it will prompt an error.
    Regards
    Raj.

Maybe you are looking for