Sales order Cost- Report

Hi,
I have an issue in MCTG. For some sales offices the value of Orders: Cost is showing as zero and for some sales offices the report is showing value.
Why is it so?Any known reasons?
Also is there any standard report which will show sales orders cost per sales organisation for a particular period?
Regards,
Ajit

Hi Rajkumar,
Analyse the report and read the documentation. It is not possible for sap also to give all in one report.
Regards,
Madhu.

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.

  • Plan value(break up) not appearing in sales order cost report

    hi
    I have done sales order bom in cs61,operation in ca01,in va02 for sales order costing in itemization showing like
    material 100
    actity      10
    total 110
    saved and if I see in cost report it show only revenue , cogs(110),but it is not show raw materials and operations.
    please advise me what to do?
    Thanks and Regards,
    Nagesh

    Dear Nagesh,
    Probably, you need to check the status of the BOM and the Routing in the Header. It should be active/released.
    Kind Regards
    Umapathi G
    Edited by: Umapathi Naidu G on Aug 11, 2011 3:26 PM

  • Standard reports for Sale Order costing

    Hi all
    Can anybody Please tell sale Order costing reports.
    Thanks
    Sandeep

    for doing mass sales order costing use CK55
    or for individually in VA02 -->Extra --> costing.
    & for report use KKAC.
    rgds
    Arpit.
    Edited by: Arpit Shah on Jan 1, 2008 2:34 PM

  • Sales order costing  - Z-report without going to sales order/quotation

    Dear All,
    Currently we are arriving the pricing thru sales order costing. After doing the sales order costing in sales order / Quotation, the costing value flow to condition type EK01. Now management has decided that, to go for manual price and put it in z-table. From z-table system will pick and show in sales order / quotation.
    Now management want to compare the sales order costing price as well as z-table price. They need z-report.
    They will put the material, plant, pricing date and costing variants in the initial screen. then after execution of this report, they should able to see sales order costing price and z-table price.
    They do not want to do the sales order costing thru sales order/quotation.
    Now the problem here is I do not know how to do the sales order costing without going thru sales order/quotation. Please provide the FM, or related table for this report.
    Waiting for you reply.
    Regards,
    Niranjan

    Hi
    Check the table KONV, with respect to VBAK-KNUMV. the table KONV keeps the record of all the Condition type of a documet and KNUMV no is a unique no. generated by the sytem for avery document.
    Hope it will help.
    Regards
    AA

  • Inventory Valuation based on Sales Order Costing

    Dear All
    My client requirement is the inventory value should happen based on the "Sales Order Cost Estimate"
    Kindly give the configuration steps, if it is possible in SAP
    Regards
    Anilkumar

    Hi rback59,
    The information you have provided is very clear and accurate. Thank you. I am hoping that you can assist with a related problem I am facing: 
    We have sales order costing in place with the Material Ledger and multiple valuation. For financial reporting purposes, we have a legal valuation/local currency variant entered in our requirements class (46) and we are using this to value our sales order stock. The problem we are facing is that the requirements class allows us to enter only one costing variant. This means we are not able to create a cost estimate for our two additional valuation views (group and profit centre). As a result, we are forced to use the material standard price in the material master for the group and profit centre views which is not ideal.
    Do you know if there is a way to create cost estimates in all 3 valuation views for a single sales order line item?
    Any pointers would be appreciated.
    Thanks,
    Ross

  • Sales Order Costing WITHOUT COPA

    Hi Gurus/Experts,
    I have to work in a make-to-order scenario. But in this case, the COPA shall not be configured. Kindly let me know, if Sales Order Costing is possible without COPA. If it is possible, can you kindly guide me the configuration process?
    Thanks and Regards,
    Amit

    Hi
    Sale order costing is very much possilbe w/o COPA.. you will have to decide from where you would derive your profitability reports
    Normally, you settle SO to COPA and derive reports from there... In absence of COPA, decide where you would settle the sale order to, say, an internal order or so....
    For Config, you can search this forum or refer base line configuration docs in help.sap.com
    Ajay M

  • Sale Order Status Report

    Dear Expert.
    I want Sales Order Status report as below mentioned format required quarry base report from Date to To Date.
    Location-OrderSeries-OrderNo-CardCode-CardName-ItemCode-Item Descripotion-Inv.UOM-Order Qty-Allocated Qty-DeliverQty-Peniding Qty adn Pending Order Value.

    Hi,
    You can check this :
    select t3.location as 'Location',t0.series as 'Order Series',
    t0.docnum as 'Order No.',t0.cardcode as 'Business Partner Code',
    t0.cardname as 'Business Partner Name', t1.itemcode as 'Item',
    t1.dscription as 'Item Name', t2.invntryUom as 'Inventory UoM',t1.quantity as 'Order Qty',
    t1.QtyToship as 'Allocated Qty- Qty to Ship', t1.delivrdQty as 'Delivered Qty',
    t1.OrderedQty as 'Ordered Qty', t1.openCreQty as 'Pending Qty',
    t1.Opensum as 'Pending Order Row Value'
    from ORDR t0 inner join RDR1 t1 on t1.docentry = t0.docentry
    inner join OITM t2 on t2.itemcode = t1.itemcode
    inner join OLCT t3 on t3.code = t1.loccode
    where t0.docdate >= '2011.01.01' and t0.docdate <= '2011.12.31'
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • User Exit or BADI on saving of Sales order cost estimate (CK51N)

    Hi,
    Can any one share with me what are the User Exit or BADI that gets triggered on saving of Sales order cost estimate (CK51N).
    Regards,
    Bijay

    Hi
    Check the link
    Need Enhancement Spot or BADI for transaction ck51n
    Regards
    Sanil

  • Sales Order Status Report

    Hi,
    Can you please guide me for Sales Order status report extractors?whether some standard extractors would be used or customized or standard is available which can further be enhanced.
    Scenario is- I have to populate report columns like
    0-25000     25001-50000     50001-100000     100001-200000     200001-500000     500000>
    And analysis has to be shown in the report rows : Sales District. In Columns only number of sales order in each district would be entered as a number. Example- of for district ZMJT there are 3 order are in pending stage having quantities 35000 then entry 3 will come in first column and so on. Following are other columns for drill down purpose.
    Input Fields:
    Date Range
    Company Code
    Currency Type
    Sales District
    Sales Group
    Analytical Fields-
    Sales Org.
    Distribution Ch.
    Division
    Sales Order No.
    Sales Order Dt.
    Sales District
    Tube Dia
    Tube Length
    Laminate Structure
    Application Category
    Customer
    Customer Group
    Sales office
    Sales region
    Sales Order Qty
    Sales order Value
    Regards,
    Ritika

    Hi,
      We have standard extractor 2LIS_11_VASTI (Sales Document Item Status) for getting the status.
    Regards,
    Vamsi Krishna

  • Sales Order Cost Estimates -- Versions?

    In our MTS plant we are creating cost estimates each month with different version numbers so they can easily be compared to review cost changes.
    This concept in our MTO plant is (of course) a problem.
    We would like to create a dummy sales order and on each line list a KMAT and build an "average" configuration.  We use variant config, so the sales order bom is built automatically.  It also costs automatically.  We would like to save this cost estimate and compare it with a cost estimate of the same configuration next month.   I do not have an option for version CK51n, nor do I see a Costing Date in KEKO table.  Either of these items for MTS would create a second cost estimat and allow comparison.
    Is there a way to compare Sale Order Cost Estimates across periods?
    Any other suggestions as to how to obtain the required data??
    Thank you for all suggestions!!

    Any one think of a solution?
    thanks

  • Sales order cost estimate with GIT account

    Hi,
    Business introduced Goods - in - Transit (Balance sheet account), so PGI will always post to GIT and Invoice it will get reversed.
    For one of the Configuratble material (MTO) scenario we need the Sales order cost estimate to get the Planned cost.
    When i try to execute the sales order cost estimate it says cost element doesnot exist for GIT GL (WHich is right).
    But with maintaining the GIT how to achieve the sales order cost estimate.
    I tried to create CE category 90 for GIT, in Cost estimate am getting error CE 90 not supported for Cost estimate.
    Kindly help this is kind of urgent req for us
    Thanks,
    Sudha

    Hello Ashley
    Yes, if you have done your settings correctly, especially Requirements class set up  (see the documentation link),  then the cost estimate will flow to a condition type in Pricing, usually EK01/EK02 conditions. These conditions are used to calculate sales prices (PR00) in cost-plus (mark-up) scenarios.
    Link: http://help.sap.com/erp2005_ehp_04/helpdata/EN/90/ba6da4446711d189420000e829fbbd/frameset.htm
    However Profit margin  as calculated in a sales order comes from VPRS condition  (which is based in Material Master) and is the difference of net value and VPRS condition value in normal circumstance.
    Hope other more knowledgeable experts will weigh in.

  • Sales order cost objective vs OKB9  Internal order cost object.

    Hi All,
    we facing an  issue with sales order cost objective vs OKB9 cost object.
    For IC PO service material, we assigned account assignment category 4.Reasonis Service material was not showing on G\R account.
    The G\L account 7898788, we assigned to Service Item (material type DIEN)  , for G\Cost 7898788 cost element is assigned in OKB9. Combination business + order 3478787.
    Now conflict with sales order cost objective vs OKB9  internal order cost object.
    While posting intercompany IR posting system thronging below error messageu2026
    Enter only one true account assignment
    Message no. KI249
    Diagnosis
    You made assignments to several objects in CO (cost center, order, project etc.). 2 of these have been created as true objects.
    System Response
    You are allowed only one account assignment for each cost-relevant account
    How to resolve this issue.. Do I make any config changes in the system to overcome this issue?
    Or any sub account to assin in VKOA config for internal orderu2026
    Regards,
    Adi

    Hi Waman,
    Thanks for your inputs.
    Issue :  IR failed to post for wax  Sales Order -> ICPO  - Error:  Enter only one true account assignmentu2019.
    Background:
    Original setup  in  Test system   & Productionu2013 account determination for servive (DIEN) account assignment category u20184u2019 was linked to G/L Account  34444444, As part of project orange u2019, account determination was linked to account u201889710100u2019.
    Account u20188970100u2019   34444444 was replaced with 8970100 ,is not linked to any cost center & always post with reference to IC Sales Order as per config in OKB9 based on company code (US99) + cost element (89701100) + business area (9yyy). This caused a conflict while posting IR, system could not determine exact order for posting financial value.
    Conflict:  Actual Sales Order 34789343 is  linked to PO via account assignment category & IC dummy sales order (8014331) is determine via config setting. Two cost objects cannot be linked to one IR G/L account booking.
    Regards,
    Adi

  • Sales order cost estimate

    hi,
    While saving the sales order cost estimate its getting the GL account from GBB-ZG0.
    as we assigned Balance sheet account its asking the cost element.
    can you please explain what is link to get the gl from GBB-ZGO, can we change this to pick from GBB-VBR.
    Thanks,
    Sudha

    Hi,
    Are you are working with unvaluated special stock ?  In this case, the system is looking for a consumption account via the account assignment category. For example if you are using requirement class ZPJ which uses account assignment category Q. In account assignment Q, you entered account modification VBR. Therefore, the system is looking for an account via the keys GBB / VBR.
    regards
    Waman

  • Sales order cost estimate not happening because of GIT B/S account

    Hi,
    Requirement is to have Goods in Transit account in PGI and reverse it in Invoice no issues iwth it.
    For the same sales order user wants to get cost using sales order cost estimate.
    When i run that am getting following error
    Item 00001 : Cost element 14001212 does not exist in CO area 0010 for 10/07/2011
    Message no. KK689
    Even though i maintain the CE for Balance sheet account with Cost element category 90 its not accpeting.
    Can you please help me on how to proceed for sales order cost estimate.
    Thanks,
    sudha

    hi,
    if you give a balance sheet account in obyc , you will not be able to create a cost elementin category 01 , accordignly system will give error in sales order costing , as its not able to get correct cost element in cost planning.
    if your requirement is just to post  cogs to a balance sheet account which is goods in transit and when invoice is done cogs to be posted.
    you should actually use  revenue based RA functionality on sales order instead of assinging a balance sheet account in obyc.
    in this approach;
    - first assign a p/l account in obyc and create cost element in cateogry 01.
    - create revenue based RA and assign RA key in requirement class.
    - in OKG8 for RA category  WIPR and your ra key assign , goods in transit account and give a offsetting account which is not cost element (credit entry in offsetting account nullify debit in account given in OBYC when GIT is posted , when billing is done system will automatically post a oppsite entry in both account).
    -in OKG8 for RA category COSR give the COGS account and a offsetting account without cost element (credit entry in offsetting account nullify debit in account given in OBYC when COGS is posted).
    regards
    rajesh

Maybe you are looking for

  • Weblogic server 10.3.5 error during SSL handshake

    Please some one help to figure the issue with following logs. <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket> <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.ad

  • Accordion tabs need to stay open

    I'm using an accordion widget for my navigation area at my wife's site, paxbaby.com. I would like to set the javascript so that instead of defaulting to all-panels-closed on each loaded page, it rather keeps open the panel that was open on the previo

  • My iPhoneis disabled and says to connect to iTunes.  How can I get the phone unlocked?

    My daughter tried to change her code to unlock her phone and the phone locked up and says that her phone is diabled and to connect to iTunes.  Is there any thing to do to unlock fix this problem?

  • Doubt in prms

    Hi experts,           I am created one classical report with selection option, the selection option have ranges, if i give the range ( My data are very very huge ) its giving dump error of Times out.. so how to rectify the error.. urgent.. Gowri

  • Iweb and cyberduck not coming together, Please help

    Ive used iweb to build my website, then I published it to a folder with the same name as my domain, I then had some trouble getting cyberduck to work but now I am able to drag and drop the folder into cyberduck, it transfers the file, and the site is