Open Sales Balance on Sales order

Hi SAP Group -
I have a couple questions about the settlement of manufacturing variance to COPA.
When our settlement process is complete (production order and sales order both settled to COPA), there is a balance remaining on the sales order cost report which is equal to the manufacturing variance on the production order.
It seems that the manufacturing variance is posting from the production order to the sales order, but is not being assigned to the PSEG and flowing to COPA.
I am looking for advice in two areas:
First, how do we "clear" these balances on old orders that are already settled?
Second, how do we prevent this from happening on future orders?

Refer to OSS 183250 and note 186485.
If you don’t specify in the settlement profile for the production order that the variances are not transferred from the production order into CO-PA, you will settle the variances to <b>CO-PA twice</b>: once from the production order (broken down into variance categories), and once from the sales order item. The settlement rule still references the material and not the sales order item.
Special Features of Product Cost by Sales Order with Valuated Sales Order Stock
<a href="http://help.sap.com/erp2005_ehp_02/helpdata/en/90/ba66cc446711d189420000e829fbbd/content.htm">Read the topic on 'Special Features of Product Cost by Sales Order with Valuated Sales Order Stock'</a>
You may want to check the period of the variance settlement from mfg order to sales order and ensure the settlement of sales order is also done the same period, if the type is PER.

Similar Messages

  • Open Balance on Sales Order Cost Report

    Hi SAP Group -
    I have a couple questions about the settlement of manufacturing variance to COPA.
    When our settlement process is complete (production order and sales order both settled to COPA), there is a balance remaining on the sales order cost report which is equal to the manufacturing variance on the production order.
    It seems that the manufacturing variance is posting from the production order to the sales order, but is not being assigned to the PSEG and flowing to COPA.
    I am looking for advice in two areas:
    First, how do we "clear" these balances on old orders that are already settled?
    Second, how do we prevent this from happening on future orders?
    Thanks !!!

    Refer to OSS 183250 and note 186485.
    If you don’t specify in the settlement profile for the production order that the variances are not transferred from the production order into CO-PA, you will settle the variances to <b>CO-PA twice</b>: once from the production order (broken down into variance categories), and once from the sales order item. The settlement rule still references the material and not the sales order item.
    Special Features of Product Cost by Sales Order with Valuated Sales Order Stock
    <a href="http://help.sap.com/erp2005_ehp_02/helpdata/en/90/ba66cc446711d189420000e829fbbd/content.htm">Read the topic on 'Special Features of Product Cost by Sales Order with Valuated Sales Order Stock'</a>
    You may want to check the period of the variance settlement from mfg order to sales order and ensure the settlement of sales order is also done the same period, if the type is PER.

  • SBO_SP_TransactionNotification, check status of open items with other sales

    Good morning,
    need help with a SQL to SBO_Transaction.
    I need to check the database (Table ORDR and RDR1) if there are items on other sales documents with the open status and must be for the same business partner of the document being entered.
    The scenario is, if a seller trying to include a sales document for a business partner of the same item that is already in another document of sale and that has not been met, the SAP can not allow.
    Includes the following SQL procedure SBO_TransactionNotification, but could not run at all.
    Does anyone know how to help me with this SQL?
    IF @object_type = '17' AND @transaction_type in ('A', 'U')
    BEGIN
    IF (SELECT COUNT (T0.DocEntry)
         FROM [dbo].[ORDR] T0 INNER JOIN [dbo].[RDR1] T1 On T0.DocEntry = T1.DocEntry
         where (T0.CardCode = @list_of_cols_val_tab_del AND
                     T1.ItemCode = @list_of_cols_val_tab_del AND
                     T1.LineStatus <> 'C') AND T0.DocEntry = @list_of_cols_val_tab_del) > 0
    BEGIN
         SET @error = 1
         SET @error_message = 'There items with open status in other documents of sale! Check!'
    END
    END
    When I change the values ​​with the code "@list_of_cols_val_tab_del" by inserting the values ​​of CardCode and ItemCode, can cause the SQL Server returns the correct value it should return in SBO_Transaction, the counter works, if there are open items for the same business partner , returns the counter value greater than zero of should give the message stopping the process, but within the SBO_Transaction SQL does not work.
    Thanks everyone!

    Hi,
    You may try:
    IF @object_type = '17' AND @transaction_type in ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T0.DocEntry
         FROM dbo.ORDR T0 INNER JOIN dbo.RDR1 T1 On T0.DocEntry = T1.DocEntry
         where (T0.DocEntry = @list_of_cols_val_tab_del AND
                     T1.ItemCode IN (SELECT T2.ItemCode FROM RDR1 T2 INNER JOIN ORDR T3 ON T3.DocEntry = T2.DocEntry
              WHERE  T3.CardCode=T0.CardCode AND
                     T2.LineStatus = 'O' AND T0.DocEntry != @list_of_cols_val_tab_del))
    BEGIN
         SET @error = 17
         SET @error_message = 'There items with open status in other sale order! Check!'
    END
    END
    Thanks,
    Gordon

  • Interaction Center Sales with ERP Sales Order

    We are in the process of upgrading from CRM 4.0 sp 6 to CRM 2007.  We have been using the Web IC and Mobile sales for the last 4 years.  In our original CRM 4.0 implementation (which was developed by SAP) we were using the CRM Web IC to create orders with R/3 using a couple of BADI's.  We are currently using R/3 4.7 and have plans to upgrade to ECC 6.0 next year.  I was just rereading some of the documentation in the upgrade guide and came across the following line:
    "The following software units are required for the Interaction Center Sales with ERP Sales Order scenario:
    Mandatory:  IC WebClient with specific ERP Sales order viewset requires SAP ECC 6.0"
    This implies that the standard Interaction Center Sales with ERP Sales Order functionality will not work in our current landscape and that it would only do so when we upgrade to ECC.  What options are open to us to get around this?  What is the technical reason why this functionality doesn't work with SAP R/3 4.7?
    I can't imagine we are the first company to face this problem and I can't imagine everyone upgraded to ECC 6 - so what approaches have people taken to address this issue
    Thanks in advance
    Eddie

    In the last 12 months we upgraded from 4.0 to 5.0 in CRM and went form 46C to ECC 6.0.
    In your current landscape you can create orders in the ICWC where the order is created in CRM and replicates to R/3 4.7.     You have the replication scenarios X, Y, Z available to you.
    Your other option is using the ICWC R/3 order screen where you basically are calling R/3 transaction VA01 and entering the order in the ICWC but the order entry in being done directly into R/3 via your ITS server.  Looks almost exactly like VA01 in the gui.  The menu bars are a little different. 
    The ERP order looks like other ICWC screens,  is very sharp and users wouldn't know that they are entering the order directly in ECC.  We have been using it about 3 months.  More Pro's than Con's, if you have user exits in MV45AFZ* the ERP order still uses them  (but t-code isn't VA01 if you have condition If statements around t-codes).
    Hope this helps,

  • To Generate Requirement numbers Sales Agent wise for Orders

    Hi Experts,
    i have small requirement searching for one BAPI for below requirement:
    i have one MAM order, once we go JHA2N, after you select any one item for that order, in SALES AGENT Tab, it has multiple SALES AGENTS, each sales agent can have multiple Requirement Numbers.
    we have written a user-exit to generate Requirement numbers automatically.
    once we save this order in JHA2N, sales agent with respective requirement numbers will generate automatically(it will done via our user-exit, this user exit will generate Requirement numbers from Configuration level)
    Now we are planning to write one program to mass updation with these sales agent and corresponding requirement numbers,
    Here which BAPI we can use to fill above requirement and what type of parameters we can pass,
    I tried with the BAPI "BAPI_ADMGMTSO_CHANGE" but our user-exit is not triggering.
    User exit name is 'EXIT_SAPLJHAK_001'..
    Please help somebody on this.
    (I don't know the same can post in ABAP General , that's why posting here)
    Sri

    Hi,
    this is configration issue, if one requirement has beed assighed to some particular ordres, it will take automatically when it is saved,...
    just we need to open and save the order...it will trigger the BAPI and save with the requirement numbers..
    Sri

  • How can we reject an already approved sales quotation and sales order

    Hi,
    Could anyone please tell me how can we reject an already approved sales quotation and sales order.
    Thanks and Regards
    Mahavir

    Hi,
    in the document flow : i am finding documents which are given below :
    Serv. notif.      00015773                                                     
    Qt For NewConnection 20022016  23.04.08 Completed  
    Order New Connection  22460       23.04.08 Open                 
    Z New Connection  90022430   23.04.08 FI doc. not Required 
    Cancel. Invoice (S1) 90023731  19.07.08 FI doc. not required 
    I have run VF11 for document no. 90023731 .
    But when i was running VL09 i just gave the shipping point and execute the transaction.
    Then i did not find any document for that selection.
    Please guide .
    Thanks and Regards

  • Balance beween Sales and Billings documents

    My client needs a detailed report indicating a balance between sales orders that he created and Billings those orders.
    In the current scenario of the customer, the billing can has variations in the exchange rate and therefore may have different values of the Sales Order, and he wants to control a statement that indicates this difference.
    There is the standard SAP?
    Thanks
    Fernanda

    As far as I know there is no standard report available for this. But you can develop report based on tables VBAK, VBAP, VBRK and VBRP.
    Regards,

  • Copy closed or cancelled sales quotation to sales order

    2007A SP0 PL49
    It is possible to copy a closed/cancelled sales quotation to a sales order. It is also possible to copy to sales order several times. What is the reason for this? Has this always been the way it works?

    Yes it's possible and been around since we started with SAP 2005A. We use sales quotes extensively and treat them like standing orders.  We have customers that order the same items over and over daily/weekly, and rather than have to key in those sales orders over and over we use the document generation wizard to copy sales quotes to sales orders based on UDF we have added.
    If you want closed sales quotes to be blocked from adding to a subsequent document I am sure this can be done with stored procedures.

  • Populating the Partners from Sales document (Customer/Sales order/delivery)

    Hi All,
    Is there any way to Populate the Partners which are mantained in Sales document (Customer/Sales order/delivery) into Customer Quality notification (Q1)
    Presently only Sales to party and ship to party is getting populated when we create Q1 notification.
    Thanks in advance
    jay

    Explore :
    Quality notification>Notifcation creation->partner->Define partner fuction procedure->Assign Partner Functions to Notification Type--->
    Check here whether you can get here the partner function.

  • Sales office and sales group are not copied from quotation to sales order

    Hi All,
    I have maintained sales office and sales group in quotation maually at header level.while  coping to sales order sales office and sales group are missing.
    Please let me know what would be reason for missing those twoand whether i should check anything in copy controls.
    Regards
    Mohan

    As its a standard functionality to have the Sales Group & Sales Office from Quotation to Order. But in your case, check the Copy Control settings at Header Level .
    DataT 051 General header data       Copying requirements 001 Header-same customer
    DataT 101 Header business data
    DataT 001 Partner header
    In case , they are also same, then check if any Logic is added in the Existing Routine.
    Best Regards,
    Ankur

  • Unable to remove/change sales tax in sales order

    Hi Sappers!!
    I are unable to remove sales tax from a sales order.  I have tried to update the sales order by clicking on Header>Conditions Tab>Update-->Double click on G to redetermine the taxes.
    The sales order was entered the same day the Vertex record was input.
    Appreciate your pointers and time!!

    Hi,
    If you want to remove the sales tax from sales order,
    first of all  goto FTXP, give the country, for which you want to change the tax code percentage, and give the tax code and press enter, there it will show existing the tax percentage for that condition type (say earlier it was 10%). Now you want to make it 0% then remove 10 and put it as 0 and save it.
    Next goto condition record VK12 maintaine new tax percentage which you want to change. Like earlier 10% was there but you want to make it as 0%, then maintaine in VK12 tax condition record.
    Now goto your sale order in change mode VA02, and update the procedure using G, then the new tax willbe reflected i.e., 0% will come.
    Hope this is clear
    Reward if helpful
    Thanks
    Praveen

  • Sales office and sales group compulsory when creating a sales order

    Hi,
    When creating a new sales order, I would like to have the sales office and sales group compulsory.
    Does anyone know where is the customizing point?
    Thanks for your help,
    Ronan

    Dear Ronan,
    Spro --> Img --> Sales and Distribution --> Basic Functions --> Log of Incomplete items --> Define Incompleeness Procedure (T. Code: OVA2)
    Here, Select Group as A - Sales Header
    and double-click: Procedures (left hand Dialog Structure).
    On to next screen, select Incompleteness Procedure "11" and double click: Fileds  (left hand Dialog Structure).
    On to next screen, include Table-Filed as:
    1. VBAK - VKBUR (for Sales Office) and
    2. VBAK - VKGRP (for Sales Group)
    for both the entries, select Scr. as "KKAU" and Status as 01 and check Warning.
    Note: To make changes in to InCompleteness Procedure, click: (CTRL+F1)
    Recommendation: Please save chnaged Incompleteness Procedure as Z - procedure; to avoid changes in to Standard Procedure.
    Now,
    Spro --> Img --> Sales and Distribution --> Basic Functions --> Log of Incomplete items --> Assign  Incompleeness Procedure --> Assign procedures to the sales document types (T. Code: VUA2)
    Here, assign your Order type (say, OR) to your Incompleteness Procedure (say, Z - Procedure)
    Check Field: IC-Dialog as per requirement (Clck the field and press F1, to read its usage).
    Now, Go to, T. Code: VOV8; and select your Sales Doc. Type (say, OR).
    Within the Sales Doc., Assign your defined Incompleteness Procedure in to:
    Tab: Transacton Flow --> Field: Incompl.proced.
    Note: To enable screen, for changes, press (CTRL+F4).
    Best Regards,
    Amit

  • SAles Order not appearing in Sales Data Warehouse SAles Order List

    Hi Gurus,
    Can you help me in this regard :- My Sales Order has been invoiced but its not appearing in the Sales Data Warehouse Sales Order List.

    Hi poonam,
    I don't get clearly, but mean here your sales order doesn't exist in your cube or ODs in BW.
    If so check the delta load has been done or not.
    Before that check in tables VBAK (Header data) and  VBAP (Item data) , wheather your sales order exists.
    Hope this helps.
    Regards,
    Reddy

  • Sales tax on online orders

    I am unclear on the sales tax situation for online orders of iPads.
    Will I be charged sales tax if I order an iPad thru the Apple online store?
    If online orders are sales tax free why are there so may people lining up at stores to buy iPads (and other products for that matter) which will end up more expensive?

    OzLK wrote:
    I am unclear on the sales tax situation for online orders of iPads.
    Will I be charged sales tax if I order an iPad thru the Apple online store?
    If online orders are sales tax free why are there so may people lining up at stores to buy iPads (and other products for that matter) which will end up more expensive?
    Whether or not Apple (or any online merchant) collects and remits sales tax depends to a large extent on whether they have a retail presence in the state (in this case, if there are Apple Stores there). Another factor is whether the company does enough online business there that the state chooses to expend the resources to collect sales taxes even without a retail presence -Amazon.com, for instance, collects sales tax for sales in Tennessee because they do tons of business here and because many of their distributors and shippers use warehouses here which Tennessee has indicated a willingness to seize in lieu of the tax dollars. Consequently Amazon caved in and now collects taxes at the time of sale. Apple already has retail stores here so they collected taxes on my order at the time I placed it.

  • Inconsistent updation of sales group in Sales order and invoice

    Dear all,
        The sales office and sales group is properly updated in the specific sales area master data of the customer but not flowing in the sales order and subsquently in the invoice. For some documents it gets updated and for others the filed is blank.
    I have checked the master data and also the documents and found no errors. Please help in how to solve the issue. I need 100% updation of sales office and sales group in the order and invoice. Please advice how to solve the issue.
    Regards,
    Parthasarathy.R

    Dear Parthasarathy,
    Request You to post the same query in SD Forum
    You will get quick response there
    this is PP forum
    Hope You Understand
    Regards
    kumar

Maybe you are looking for

  • Ipod won't show up on desktop or in itunes

    When i plug my ipod into my computer it doesnt show up on anything, i have tryed everything the website says and have read the other disscussions about this but it still wont show up. I reset it on my ipod but now its worse because now i have now mus

  • How to play sound file in Forms 9i  using  PJC.

    Hi , I want to play a sound file in Forms 9i over the web using "Pluggable Java Component". Any pointers / help in this regard will be highly appreciated. Thanks in Advance, Vinod.

  • QuickTime Restarts Computer

    Hey Guys, So I've had this happened to me now twice where I'll be playing a video with QuickTime Player X, I'll take it out of full screen and pause and then use the fullscreen short cut to put it back on. As soon as I hit the fullscreen shortcut, my

  • BexGetData over data elements that are not drilled down

    Hi, I create a query in the query designer open the same in the analyzer. I perform navigations on the same and convert the worksheet to formula. Now the BexGetData formula contains references only to the items that have been drilled down in the rows

  • Palm PDA reliabilit​y

    My TX, purchased less than a year ago, already has a malfunctioning power switch, and the touchscreen will not stay calibrated. After a significant amount of time wandering around the website, I reached a customer support rep by telephone to ask if t