Cost of Goods Sold Turnover Ratio query

Has anyone written a Cost of Goods Sold Turnover ratio query?  The formula would be Cost of goods sold/(beginning inventory+ending inventory/2) within a specified date range at the item key level.
Thank you for any assistance
Gary

Hi Gary,
We, at our end have scheduled a PROFITABILITY STATEMENT on a monthly basis to management.
The logic behind that is as follows :
we batch manage the items on first in first out basis.
By designing view for GRPO and corresponding batch related tables we retrieved the GRN information with the batches created in system and joined them with sale related information from within another view.
So our management is getting item group wise and batch wise profitability for a particular period.
let me know if you want those views.
thanking you
Malhaar

Similar Messages

  • Query about Inventory Cost of Goods Sold Account Generator WF Customization

    Hi
    We are trying to Customize the 'Inventory Cost of Goods Sold Account Generator' workflow for our client in Oracle Applications 11.5.10 instance.
    We have successfully uploaded the modified workflow and changed the GL Account Generator Process to point to the Custom Workflow.
    Database is bounced after this change, but the changes are not taking effect.
    Any help in this matter would be greatly appreciated.
    Thanks and Regards

    Hi,
    You shouldn't need to bounce the database for any changes to take affect (although if you were experiencing the "existing state of the packages has been discarded" error then it would clear that).
    Switch on debugging so that the workflow is persisted rather than being run in forced synchronous mode, and then see what route the process is taking. If you open the workflow from the database via workflow builder, are you seeing the correct version?
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Cost of goods sold is related with gl code combination id

    Can any one pass the query how the cost of good sold account is l liked with GL code_combination_id

    Like any other GL code, i.e.:-
    select code_combination_id
    from gl_code_combinations
    where segment1 = ’01’
    and segment2 = ’540’
    and segment3 = ’5360’
    and segment4 = ’0000’
    and segment5 = ’000’
    -- etc. according to how your COA is structured
    and chart_of_accounts_id = +{ your COA id }+;
    Regards,
    Jon

  • Trying to pull in Cost of Goods Sold Account from Master Items.

    Running Oracle EBS 11.5.10.2 on 10.2.0.4 database. I have written item master code and I am now trying to pull in the Cost of Goods Sold Account from the Costing Tab in the Master Items Screen. I was able to join MTL_SYSTEM_ITEMS to GL_CODE_COMBINATIONS. Some of the accounting segments are correct but others are not, which leads me to believe I may not be joining to the correct tables. Any suggestions or hints are appreciated.
    Thank you,
    SELECT MSI.INVENTORY_ITEM_ID                INVENTORY_ITEM_ID    
    , msi.segment1                              ITEM             
    , MSI.DESCRIPTION                           DESCRIPTION
    , msi.inventory_item_status_code            INVENTORY_ITEM_STATUS_CODE
    , msi.item_type                             ITEM_TYPE
    , max (mirb.revision)                       REVISION
    , MSI.PRIMARY_UOM_CODE                      PRIMARY_UOM_CODE
    , msi.shippable_item_flag                   SHIPPABLE_ITEM_FLAG
    , NVL (CIC.ORGANIZATION_ID, '0')            ORGANIZATION_ID
    , NVL (CIC.ITEM_COST, '0')                  ITEM_COST
    , NVL (CIC.MATERIAL_COST, '0')              MATERIAL_COST
    , cct.cost_type                             COST_TYPE
    , MCB.SEGMENT1
                        ,GCC.segment1
                        ,GCC.segment2
                        ,GCC.segment3
                        ,GCC.segment4
                        ,GCC.segment5
                        ,GCC.code_combination_id
    FROM CST_ITEM_COSTS CIC
    , CST_COST_TYPES CCT
    , CST_COST_TYPES CCT2
    , MTL_SYSTEM_ITEMS MSI
    , MTL_ITEM_CATEGORIES MIC
                ,gl_code_combinations GCC
    ,MTL_CATEGORIES_B MCB
    , MTL_DEFAULT_CATEGORY_SETS MDC
    , MFG_LOOKUPS LU1
    , mtl_item_revisions_b mirb
    WHERE CCT.COST_TYPE_ID(+) = CIC.COST_TYPE_ID
    AND CCT2.COST_TYPE_ID(+) = CCT.DEFAULT_COST_TYPE_ID
    AND MSI.INVENTORY_ITEM_ID = CIC.INVENTORY_ITEM_ID(+)
    AND MSI.ORGANIZATION_ID = CIC.ORGANIZATION_ID (+)
    AND MSI.COSTING_ENABLED_FLAG = 'Y'
    AND MIC.INVENTORY_ITEM_ID (+) = CIC.INVENTORY_ITEM_ID
    AND MIC.ORGANIZATION_ID (+) = CIC.ORGANIZATION_ID
    AND MIC.CATEGORY_ID = MCB.CATEGORY_ID (+)
    AND MCB.ENABLED_FLAG = 'Y'
    AND MIC.CATEGORY_SET_ID = 1
                        AND MSI.SALES_ACCOUNT(+) = GCC.CODE_COMBINATION_ID
    AND msi.inventory_item_id = mirb.inventory_item_id
    AND msi.organization_id = mirb.organization_id
    AND LU1.LOOKUP_CODE(+) = MSI.PLANNING_MAKE_BUY_CODE
    /* the outside join below, speeds up query, not sure why */
    AND LU1.LOOKUP_TYPE(+) = 'MTL_PLANNING_MAKE_BUY'
    and cct.cost_type = 'ACTUAL'
    AND msi.organization_id = 4
    group by CIC.ROWID, MSI.INVENTORY_ITEM_ID, MSI.SEGMENT1, MSI.DESCRIPTION, MSI.INVENTORY_ITEM_STATUS_CODE,
    MSI.PRIMARY_UOM_CODE, MSI.SHIPPABLE_ITEM_FLAG, CIC.ORGANIZATION_ID, MSI.ITEM_TYPE, CIC.ITEM_COST, CIC.MATERIAL_COST,
    cct.cost_type, MCB.SEGMENT1, GCC.segment1, GCC.segment2, GCC.segment3 , GCC.segment4, GCC.segment5, GCC.code_combination_id

    Hi,
    You need to replace the join MSI.SALES_ACCOUNT(+) = GCC.CODE_COMBINATION_ID with msi.cost_of_sales_account(+) = GCC.CODE_COMBINATION_ID to get the COGS account. Currently you are getting sales account not COGS.
    Thanks
    Vishalaksha

  • Compare with my cost of goods sold account to my sales revenue account

    Hi,
    i want to compare with my cost of goods sold account to my sales revenue account.
    After PGI my COGS a/c will be debited INVENTORY a/c will be credited so after sales my SALES a/c credit & customer a/c debit . I want to see what is the difference value of COGS a/c with respective billing Sales A/C
    No doudt we can see in Profit of margin in billing doc. It is quite impossible to see all document in respective wise. Please give a solution for which i can know what is profit of margin with comparing values in both of Account.
    Thank's
    Abhay

    Hi,
    This is possible through CO-PA report. You can get the result per sales order.
    Also the same can be achieved in FI as follows:
    Outbound delivery document thr" VL01N is captured in "Reference field" of FI doc (BKPF-XBLNR) generated through delivery.
    If the settings are done by SD person to capture the outbound delivery no. in "Reference field" of FI doc generated through Billing document (VF01), then there will be a common field to compare the documents in both accounts.
    In transaction FAGLL03, select the account COGS & Sales revenue account. Once the report displays, sort or take sub total on this common field "Reference".
    This will give you difference between COGS & Sales revenue per document.
    Hope this resolves your query.
    Regards,
    Ashutosh

  • HOW the cost of good sold account is l liked with GL code_combination_id

    Can any one pass the query how the cost of good sold account is l liked with GL code_combination_id

    Like any other GL code, i.e.:-
    select code_combination_id
    from gl_code_combinations
    where segment1 = ’01’
    and segment2 = ’540’
    and segment3 = ’5360’
    and segment4 = ’0000’
    and segment5 = ’000’
    -- etc. according to how your COA is structured
    and chart_of_accounts_id = +{ your COA id }+;
    Regards,
    Jon

  • Cost of good sold report in SAP B1

    Hi,
    Just wonder do SAP B1 has the cost of good sold report?
    Or any other similar report/query?
    Thanks

    Hi Olga,
    You can Check General Ledger Report from Financial Report According to Chart of Account From Below Path.
    Financial >>> Financial Reports >>> Accounting >>> General Ledger
    You can Select for Which Drawer you want to See Report and also you can see Report According to Business Partner.
    Hope this help
    Regards::::
    Atul Chakraborty

  • Posting of Commission Exp to calculate the Cost of Goods Sold

    Hi Team,
    I do work in an automobile manufacturing organization and is new to SAP FI module. I have a business requirement which I need to fulfill; I would appreciate if all you gurus help me with finding the solution.
    Business Scenario:  at present, we are posting the following entries to record the commission we paid to dealers for selling vehicles.
    Commission Exp (DR)
         Customer (CR)
    Customer (DR)
         Dealer (CR)
    With these entries we are not been able to track the commission based on vehicle variants i.e. Toyota GLI, XLI etc.
    New Requirement:
    To calculate the Cost of Goods Sold for a variant, I need to track the commission expense based on vehicleu2019s variants. Please help me in finding the solution.
    Thanks

    Thanks for quick response.
    Let me give little more details of type of commission entries we have
    1) Normal Commission - Fixed commission variant wise and is derived from SD.
    2) Additional Commission - No predefined formula, this is totally based on top management discretion. Management decides how much would be paid to a particular dealer.
    3) Sliding Commission deduction - Deduction of certain amount from commission on late payments.
    4) Additional Sliding Commission - Payment of additional commission based on early payment terms.
    Currently, FI department is calculating all these figures on Excel sheets and then post a JV for each type of above mentioned commission.
    How can I configure the system to calculate these amounts automatically without involving Excel Sheet help?
    and how to post these amounts variant wise along with dealers and customers.

  • Cost of Goods sold in cross company sales

    Hi ,
    We have a situation where we need to transfer goods from one company code and site ( Company A ) to another company code and site ( Company B )at the cost price of company A. We are creating a purchase order for this goods from Company B to Comapny A and in turn a sales order is issued for this from Company A.We pick up purchase price in PO from as the Per unit cost of comapny A.
    The issue arises here about in the delivery from company A where the cost of goods sold in delivery is done based on the total stock value divided by the quantity sold as this is SAP method of calculation and this does not always match with the per unit cost. Currently we are passing this difference as discounts.
    This is the best we could achieve where by we have been able to satisfy the business need of having no difference on the purchanse price of company B and sales price of company A.
    My question is : Whether is there any more effecient method of achieving the desired result without having the difference which we are currently passing on as discounts ???
    Would really appreciate any help.
    Thanks and Regards,
    Kartik Shah

    Hi Raj/ Mahendro,
    Thank you for sending me the reply. I will briefly explain you the our process. The purchase from external vendor is done in warehouse belonging to one company code. The purchase is done at Moving average price but normally for an  article there are no price variations. Goods receipt in warehouse is done after adding freight and insurance onto the cost of article.This is the value at which we want to transfer to another site in anotehr company code.
    Now the replneshiment requirement from the other site which belongs to different company code raises a PO on to the warehouse. This PO picks up the article price (KOMV-KBETR) as the MAP from the warehouse (MBEW-VERPR). However the field MBEW-SALK3 for the warehouse is not exactly the quantity multiplied by MAP.It is actually the VERPR field which has the value based on the field SALK3 divided by the stock quantity and rounded off to the two decimal places. There is slight variation here itself due to the rounding of the total stock value and then again rounding at the per unit price.( Both the above fields of MBEW)
    What we are doing on the sales order is to pass the MBEW-VERPR as EDI1 and the sotck value for the quantity ordered  ( ZDEI a new condition) by the site as MBEW-SALK3  divided by the total stock at that point and multiply by the quantity ordered. So due to rounding differences there is difference in the value of EDI1 and ZEDI . Again during the billing from warehouse this condition ZEDI picks up the stock value based on the quantity delivered.
    Since there are minor differences due to the rounding of values between per unit price and the actual stock value this are being passed off as discount and the payables by the ordering site and receivables from the warehouse are the same. Cost of goods sold from warehouse is the actual stock value being sold which is the revenue for the warehouse. 
    Even if we use the standard SAP stock transport order with billing how could we ensure that we do not have even this minor differences.
    Doing away with another document is not the requirement  since we already have automated the process of sales order creation from the pruchase orders.
    Do you think we can achieve our requirement using SAP standard process? Except for this rounding differences we are fine with the current process as well.
    Do Look forward to your answer.
    Warm Regards,
    Kartik Shah

  • Cost of Goods Sold Value

    Hello,
    In our material master, neither Moving Average price nor Standard price is maintained,But while doing PGI it is taking value of Cost goods Manufactured from costing Sheet.
    Pls help me to know,how this value gets determined during PGI and procedure to capture this cost of Goods manuf. in condition type in a sales order.
    Regards
    Amit
    Edited by: Amit Gupta on Mar 23, 2009 5:40 AM

    Hello Lakshmipathi ,
    Yes, Our is Make to Order Scenario.Pls help us to determine this cost in Sales order after costing Run.
    In EK02 we can capture Cost of Goods Sold,But i want to capture Cost of Goods Manufactured.
    Thanks for your prompt response.
    Regards
    Amit

  • Cost of Goods Sold - Cost Element asking Cost Object

    Dear All,
    We have defined a G/L account :500000 (Cost of Goods Sold - Field Status Group:G030).
    Normally we should not create it as a cost element,but when CRM consultant does a transaction ,system asks that GL account :500000 not created as a cost element,Hence that time I have created as a cost element.
    Now every time ,system is asking for cost object for this cost element.
    As you all know that ,we can maintain in OKB9,but in our scenario,we have more than 3500 Cost Centers,which is not possible.
    Can anybody share as how to resolve this issue?
    Regards
    Subbu

    Thanks Mr Ajay for understanding my question.
    As I told mentioned in my initial question that  I have created the GL:500000 (COGS) when CRM/SD issues the stock for delivery.
    What my FI done is that the same GL (500000) is assigned both in GBB-VAX and GBB-VAY as per the client requirement.
    Now suggest me as how to come out from this situation?
    If I need to do Validation ,request you to give your guidance as how to do it as I never done.
    Thnaks in advance.
    Su

  • Cost of goods sold report

    Hi all,
    Is there any standard report for Cost of goods sold by production order?Please let me know how to see cogs report by production order.
    Let me know how to calculate this cogs .
    Thanks,
    Sai.
    Edited by: fico sap on Jul 11, 2008 1:42 PM

    Friend
    Order shows material cost & activity cost ; you can charge over head as well
    Means;
    Total order cost = Material costActivty CostFOH
    You can check order wise planned vs actual cost KOC4
    if useful assign points.
    bukhari

  • Cost of Goods Sold Table of CK13N

    Dear Experts,
    How to find Cost of Goods sold components of CK13N values with respective  cost element in Table
    kindly provide valuable suggestion
    With regards,
    Ganesh

    Ganesh,
    you will get the cost estimate results from KEKO and KEPH tables.
    In the standard cost scenario COGM and COGS values are same.
    when yo see the cost component view in the CK13N it will match with cost fields in the KEPH.
    pass the material and plant in KEKO table from there take cost estimate number, now pass this cost estimate number in KEPH table as per your cost components in each cost fields you will get the details.
    Please let me know if you need any further help.
    Regards,
    Ravi

  • Cost of Goods sold value problem

    Dear all,
    In a Make To Stock, material use "Moving average" case.
    For example
    1-Sep: Moving avg = $30
    15-Sep: Sales & PGI (A)
    30-Sep: Moving avg = $70
    30-Sep: Sales & PGI (B)
    First of all, I expect the Cost of goods sold for Sales & PGI (A) should be $30, and $70 for (B).
    Is that correct?
    However, now I have all the Sales & PGI entries created on 30-Sep,
    And the posting date is controlled by the Actual GI Date in the Delivery.
    And I found that both PGI value became $70!!!
    Could anyone explain that to me??? Or could anyone provide me a solution to this?
    Many Thanks!
    Best regards,
    Chris

    PLease check this SAP note. I think this will solve your problem
    The following example should demonstrate how such prices can come about. The main cause of the steep rise in the price is that a posting, the value of which is externally predefined, results in a stock quantity which is close to zero. Furthermore, goods receipts exist which are valuated with the current moving average price since no external amount is specified.
    Example:
    Overview:
                                      Quantity        Value    MAP
    (1) Initial stock:                0 items        0.00 $   200.00 $
    (2) GR for 1st purchase order: +1500 items +300,000.00 $
        Stock after (2)            1500 items  300,000.00 $   200.00 $
    (3) GR for 2nd purchase order: +1500 items +330,000.00 $
        Stock after (3)            3000 items  630,000.00 $   210.00 $
    (4) GI for the delivery:       -2849 items -598,290.00 $
        Stock after (4)              151 items   31,710.00 $   210.00 $
    (5) Reversl of 150 itms from (1)-150 items  -30,000.00 $
        Stock after (5)                1 item    1,710.00 $1,710.00 $
    (6) Inventory difference        +150 items +256,500.00 $
        Stock after (6)              151 items +258,210.00 $ 1,710.00 $
    (7) Reversl of 150 itms from (1)-150 items  -30,000.00 $
        Stock after (7)                1 item  +228,210.00 $ 228,210.00 $
    Detail:
    1. In the following, say for material X price control 'V', the moving average price is 200.00 $ and the current entire valuated stock is 0 items.
    Assume you have a purchase order of 1500 items at 200.00 $ each. Moreover, 10 partial goods receipts are now posted for each of 150 items for this purchase order, so that material X then has a total stock of 1500 items with a value of 300,000.00 $.
    2. Another purchase order now exists of 1500 items at 220.00 $ each. Here also, 10 partial goods receipts are posted for each of 150 items goods receipt. As a consequence, material X now has a total stock of 3000 items with a value of 630,000.00 $. The moving average price is thus 210.00 $.
    3. Now let's look at a delivery of 2849 items. This is valuated as follows using the logic of the quantity to be posted * total value / total stock. This leads to a total stock of 150 items with a value of 31,710.00 $. This does not affect the moving average price, and thus remains 210.00 $ also after the posting.
    Now consider the following postings:
    4. You reverse the first goods receipt under 1. This reversal would valuate the goods receipt of 150 items with a value of 30,000.00 $. As a result Material X after posting has a total stock of 1 item with a value of 1,710.00 $. The moving average price would thus already be 1,710.00 $.
    5. There is now an inventory difference of 150 items without entering an external amount. This posting is valuated with the moving average price and leads to a stock quantity of 151 items with a stock value of 258,210.00 $.
    6. You now enter another reversal for one of the partial goods receipts cited under 1. This then is valuated again with a price of 200.00 $. This results in the material having a stock of 1 item with a value of 228,210.00 $.
    If you now repeat transactions/events 6 and 7, you can imagine that the moving average price grows rather quickly.
    Solution
    This effect is both from a business and accounting point of view the logical result if there are a lot of goods receipts which have to be valuated with the moving average price and goods issues which in contrast to this are posted with an externally predefined amount.
    You can determine tolerance limits for the moving average price variances in Customizing (Transaction: OMC0). Further information can also be found in the R3 guide:  MM - Invoice verification and material valuation.

  • Cost of Goods Sold and Inventory Value

    Hi
    I am looking to setup KPI for Inventory Turns in BI. This needs "Cost of Goods Sold" and "Inventory Value" for Orders for a Plant.
    I wanted to know if this information is directly available in any standard extract or do I need to write a Custom Extract for this. I did try searching for this but not able to find this information directly. Do I need to derive the information from some other Key Figures?
    TIA
    Abhishek

    COGS Value we are getting for the COGS GL Account from FIGL. We are using the extract 0FI_GL_4 and then from the DSO 0FIGL_O02
    Inventory value we are taking from the Cube 0IC_C03. Please note that the Transformations to the DataSource 2LIS_03_BX, 2LIS_03_BF and 2LIS_03_UM are available in the latest Patch 11 for BI Content 703 and should be used instead of the old Transfer Rule/Update Rule.
    Regrads
    Abhishek

Maybe you are looking for

  • OC4J error when posting changes - Help needed

    When i call postChanges() and later Commit() to the ApplicationModule's transaction I succed. The next time i call postChanges() on the ApplicationModule's transaction the following exception is thrown on the OC4J server: oracle.jbo.DMLException: JBO

  • Ipod nano 2nd Gen - iTunes 7 - error 1453

    Hello, Each time I connect my ipod to my macbook, I receive a message asking if I want to update my ipod to version 1.0.1. If I click "install", i receive an error message : "the ipod could not be updated. An unknown error occured (1453) PS: accordin

  • Display "system description" in Solution Manager monitoring info

    Hi, We have maintained the "system description" info for our satellite systems in SMSY: http://screencast.com/t/OTNmMjFiM Is there any way to display this info in the Solution Manager monitoring info?? Without this description text and only with syst

  • Linked WMV files impossible to view

    Something strange happened. I'm creating some new pages and I linked a wmv file to a text. I took a preview and clicked the link and the wmv file could be viewed by means of Nero Show time. Second tentative the progam says Nero Show Time needs an upd

  • Date difference is not showing the correct result for date interval

    Hi Expert,                 I've created two formula variable one for PO date and another for GR date while i am taking the date difference of GR and PO date for single PO date selection it showing me correct result , but while i am taking the date in