Warehouse Stock Analytics u0096 Inventory Turnover

Has anyone experienced any problems with the (Business Content provided) BEx query 0IC_C03_Q0024 (Warehouse Stock Analytics – Inventory Turnover), defined on the 0IC_C03 (Material Stocks/Movements) InfoCube?
Apparently the used BEx variable 0CYEAR-1 (Current Calendar Year - 1) is not defined correctly. When the query is run, a BRAIN284 (BRAIN 284) error message is output:
<i>Variable 0CYEAR-1 has the processing type "Manual Input/Default Value".
However, it is not input ready, and no default value has been specified.</i>
Does anyone know what behaviour this query should have, so that I can implement a manual correction?
Thanks in advance, Davide

Hi,
I'm also having the same problem. When I run the query in the Bex Analyzer, there are error messages indicates that the query is fail to load.
One of the error message is:
<b><i> Diagnosis
Variable 0P_REPA1 has the processing type "Manual Input/Default Value". However, it is not input ready, and no default value has been specified.
System Response
Procedure
Make the variable input ready or specify a default value.
Procedure for System Administration</i></b>
Can I know how to install the variable again fromt the content?
Cheers,
Alwen

Similar Messages

  • Can anyone explain this SAP help? with example.-Annual inventory turnover ?

    Hi,
    I am trying firgure out how SAP trsaction has calculated this value in MC.B tcode.
    i tried all ways but unable to get this.I ma thinking 'n' as periods
    so if we run as example 10/01/2006 to 03/31/2007 = n is 6
    When I did F1 this is explanation.
    Annual inventory turnover (quantity-based) of total stock
    The annual inventory turnover of the total stock (sum of valuated stock and consignment stock) is calculated by dividing the total consumption by the average total stock over one year.
    Use
    In the standard system, this key figure is calculated in Inventory Controlling when a standard analysis is carried out.
    The total consumption is updated to the information structure S031.
    The average total stock is calculated by using the formula:
                 beginning stock + n stock at month´s end
                                  n + 1
    Dependencies
    Note that the inventory turnover of the valuated stock can only be displayed accurately on an aggregated level (for example, on the plant or material group level) if quantities with the same unit of measure are cumulated. Otherwise, the unit is displayed as "***" in Inventory Controlling in the standard system.

    Hi,
    You can use the SE73 Transaction and upload your TTF files.
    Please check the link here for more details:
    http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/frameset.htm
    Regards,
    Siddhesh

  • Physical inventory document not showing the warehouse stock type in MI24

    Hi Friends,
    I am facing two issues.
    1. In Production system, after executing MI31 for plant 3070, if i see the report in MI24, in Plant 3070, sLoc 0010, for some materials Warehouse stock type is not coming even though the materials are warehouse managed and having warehouse management views are there in material master. for some materials warehouse stock type is coming in the same plant and sloc.
    2. In qulaity system, afetr executing MI31 for Plant 3070, no PID is generated for Sloc 0010 even though the sloc is having materials and those are warehouse managed and having warehouse management views are therein material master.
    where i need to check for the problem,
    Please help me in resolving this issue, this is high priority for me.
    Thanks in advance,
    Ravi.

    >
    Ravi Kumar Bittavarapu wrote:
    >> 1. In Production system, after executing MI31 for plant 3070, if i see the report in MI24, in Plant 3070, sLoc 0010, for some materials Warehouse stock type is not coming even though the materials are warehouse managed and having warehouse management views are there in material master. for some materials warehouse stock type is coming in the same plant and sloc.
    >
    > 2. In qulaity system, afetr executing MI31 for Plant 3070, no PID is generated for Sloc 0010 even though the sloc is having materials and those are warehouse managed and having warehouse management views are therein material master.
    >
    > where i need to check for the problem,
    >
    > Ravi.
    in your training documents (just kidding) .
    You wrote that your storage location is warehouse managed. But MI31 is the transaction to craete physical inventory documents for a non-warehouse-managed location.
    You have to create your physical inventory with WM transactions like LX16.

  • Inventory TurnOver Analysis

    Hi all
    Is it easy to add the Inventory Cumulative Value as per Inventory Audit Report in the SBO readily available Inventory Turnover Analysis Report?
    Kedalene

    Hi,
    To get cumulative value as per inventory audit report, you have to use OINM table. To get cumulative value
    sum(T0.[InQty] - T0.[OutQty]) as Cumulative Quantity.
    I have sample query which gives result similar to inventory report. Check whether it is useful for you.
    SELECT T0.[ItemCode], T0.[Dscription],T0.[TaxDate], T0.[DocDate], T0.[DocDueDate], case when T0.[TransType] = 13 then 'AR'
    when T0.[TransType] = 14 then 'ARCredit'
    when T0.[TransType] = 15 then 'Delivery'
    when T0.[TransType] = 16 then 'SalesReturn'
    when T0.[TransType] = 203 then 'ARDown'
    when T0.[TransType] = 20 then 'Goods Receipt'
    when T0.[TransType] = 21 then 'Goods Return'
    when T0.[TransType] = 204 then 'APDown'
    when T0.[TransType] = 18 then 'APInvoice'
    when T0.[TransType] = 13 then 'AP Credit Memo'
    when T0.[TransType] = 69 then 'LandedCost'
    when T0.[TransType] = 24 then 'Incoming Payment'
    when T0.[TransType] = 25 then 'Deposit'
    when T0.[TransType] = 46 then 'VendorPayment'
    when T0.[TransType] = 57 then 'Check for Payment'
    when T0.[TransType] = 76 then 'Postdated Check'
    when T0.[TransType] = 58 then 'Inventory list'
    when T0.[TransType] = 59 then 'Good Receipt'
    when T0.[TransType] = 60 then 'Good Issue'
    when T0.[TransType] = 67 then 'Inventory Transfer'
    when T0.[TransType] = 68 then 'Work Instruction'
    when T0.[TransType] = 162 then 'Inventory Valuation'
    when T0.[TransType] = 202 then 'Production order'
    when T0.[TransType] = -2 then 'Opening Balance'
    when T0.[TransType] = -3 then 'Closing Balance'
    when T0.[TransType] = 30 then 'Journal Entry'
    when T0.[TransType] = 321 then 'Internal Reconilation'
    when T0.[TransType] = 10000046 then 'Data archive'
    when T0.[TransType] = 310000001 then 'Initial Qty'
    when T0.[TransType] = 10000071 then 'Inventory posting' end as Doc, T0.[BASE_REF], T0.[Warehouse], T0.[InQty], T0.[Price], T0.[Currency], T1.[U_NAME], sum(T0.[InQty] - T0.[OutQty]) as ***, T0.[CalcPrice], T0.[CostMethod] FROM OINM T0  INNER JOIN OUSR T1 ON T0.UserSign = T1.USERID WHERE T0.[ItemCode] = [%0] GROUP BY T0.[ItemCode], T0.[Dscription],T0.[DocDate], T0.[DocDueDate], T0.[Warehouse],  T0.[Price], T0.[Currency], T1.[U_NAME],T0.[TransType],T0.[BASE_REF], T0.[CalcPrice], T0.[CostMethod],T0.[InQty], T0.[TaxDate], T0.[BASE_REF] ORDER BY T0.[DocDate], T0.[DocDueDate]
    Thanks & Regards,
    Nagarajan

  • Duty paid customs warehouse stock

    Can someone explain what duty paid customs warehouse stock is?  Is this a concept unique to GTS?
    In the "real world" once the duty is paid, the stock is no longer relevant to the customs warehouse. 
    GTS is often making errors in designating duty unpaid stock as duty paid customs warehouse stock. What's the best way to address this?

    Hi,
    for GTS the only relevant information for inventory/warehouse management is the customs status of the goods,
    what means DUTY PAID or DUTY UNPAID.
    DUTY PAID menas, you have already declared the goods for free circulation and customs has not longer any interst in this godds.
    For DUTY UNPAID means, that these goods are under customs control, and import duties, and  taxaes have not been paid for these goods. This is typically for godds in a customs warehouse,e.g. type D in Europe the case.
    You can also store duty unpaid and duty paid goods in one warehouse, but you need to know how many goods are in which status - and this information is hold by GTS.
    hope that helps,
    regards,
    Ralf

  • Warehouse stock with production date of batch

    Hello,
    Can somebody tell me any report where user can see warehouse stocks along with production date of a batch. User wants to do FIFO while doing inventory transactions. And user wants to first transfer oldest produced batch first.
    Please suggest.

    Hi Sudhir,
    Thanks for your response. LX02 shows only GR date for quant- for certain quant GR date is updated as todays date if some stock transaction is done for that quant.
    User wants report
    He will then be able to move oldest stock based on production date.  Example quant has GR date as 24th Feb 2011. But its production date is 24th Feb 2010. So ideally this stock should be moved in FIFO method based on production date.
    To summarise, I require standard SAP report  stock in LX02 as well as production date/receiving date of a batch in quant.

  • Changing the profit center for Material impact on inventory turnover

    Dear All,
    Due to recent organization structure change, we have some up with new set of profit center in our organization.
    This means that old profit center as case in point in material master should be changed to new ones, after flushing the stock out. Probably, by moving stock to cost center with movement type 201 and then after the profit center change we reverse with movement type 202.
    We use standard SAP report MC.7 inventory turnover calculation. Based on this inventory turnover, we use this ratio to calculate the inventory obsolescence provisions.
    So, our issue is the above movement profit center change by moving it to cost center, does it impact the inventory turnover?
    Or alternatively, can use some other movement type which does not change the inventory turnover? So, that we are assured from our side, about no change on inventory turnover and subsequent the change to our inventory obsolescence provisions.
    Please help me here.
    Kind Regards,
    Prakash

    Hi Venkat,
    Thanks for the reply. How different this movement type 562 (intial stock upload) is different then 201 (cost center consumption)?
    I mean does it not update the info structure?
    Regards,
    Prakash

  • SSAS Tabular - Inventory Turnover

    I'm 15 years in to sql server development and some odd years in MS BI but DAX is fairly new to me and I'm having a problem that I can't seem to overcome. What I want to achieve is ultimately to calculate the inventory turnover in number of days, as a function
    of the the current inventory status (number of items in stock on a given date) vs the sales forecast for 30 days following the inventory date.
    Example:
    Let's say we have Item# 1366 with an inventory status of 18000 on the 1st of April 2014, and sales forecast of 6000 items over the next 30 days (200 per day). Turnover is calculated like this:
    (18000 / 6000) * 30 = 90. This means that it will take 90 days to sell the entire inventory. 
    The inventory and the forecast tables are currently not related, but both tables are related to a time dimension (Time[Date]).
    Inventory
    ItemID Date Inventory
    1366 2014-03-31 17500
    1366 2014-04-01 18000
    1366 2014-04-02 15000
    Forecast
    ItemID Date Forecast
    1366 2014-03-31 150
    1366 2014-04-01 200
    1366 2014-04-02 200
    1366 2014-04-30 200
    How can I create a DAX-formula that calculates this for me? I don't even know where to begin...and I don't expect you to do the entire thing for me, but some pointers in the right direction at least would be great. 
    Lumbago
    www.thefirstsql.com

    Hi Lumbago,
    Since both fact tables are related to your date table I assume that both tables have values for every single day, right? Otherwise in case of sparse snapshots the solution would be slightly more complicated.
    I just replicated your Scenario with this result:
    The measures are defined as follows:
    ForecastQtyNext30Days:=CALCULATE(sum(forecast[forecast]);DATESINPERIOD(DateTable[Date];lastdate(DateTable[Date]);+30;Day))
    InventoryQty:=calculate(sum(Inventory[inventory]);lastdate(DateTable[Date]))
    Inventory Turnover:=Divide([InventoryQty];[ForecastQtyNext30Days])*30
    I hope this helps!
    Best regards,
    Julian

  • Inventory Turnover with Configurable Materials (i.e. KMATs)

    Dear Experts,
    Has anyone developed inventory turnover reporting that involves configurable materials (i.e. KMATs)?
    I have a situation where the client wants to report inventory turnover at the plant level. A plant issues both stocked goods and configurable materials (i.e. assemble to order) to customers. Unlike stocked goods, configurable materials do not carry standard cost and are costed during sales order settlement at month's end (i.e. material movements for KMATs are not valuated).
    In order to determine Cost of Goods Sold (since Inventory Turnover = Cost of Goods Sold / Average Inventory), I suppose that Cost of Goods Sold would be equal to the sum of the issue value of stocked goods plus the issue value of configurable materials (i.e. ATOs).
    SAP Business Content provides InfoCube 0IC_C03 for Material Movements (and likewise Inventory Turnover reporting). The delivered content supporting this InfoCube deals with valuated stock only (by looking at material movements). Valuation for KMATs cannot come from material movements (since the material movements of KMATs are non-valuated). Since the SAP Business Content scenario for Inventory Turnover does not provide an apparent mechanism for loading the cost of goods sold for configurable materials, I'm beginning to wonder if I have this all wrong.
    Does it make sense that configurable materials would be included in inventory turnover calculations at the plant level? Even though the ATO itself is not stocked, the components are, and there is a cost associated with carrying those components (and also selling them as part of the ATO). Should I be looking at the cost of goods sold for the ATO or is there a way to valuate the cost of the components sold as part of the ATO simply by considering material movements for those components?
    Any thoughts on this one? Did I even make any sense?
    Thanks,
    Jim

    hi,
    thanks indeed for the reply.
    but here i have to enter characteristics details for every catalog number assoiciated with particular material. i tried this too but still getting the Item Gross Price as zero only. for other condition records too, getting this zero value.
    do you have sample code for this?
    is there any alternative for that? any other function module i can use?

  • Hi BC, I have an issue with BC. When the shopping cart is used it takes stock out of inventory and h

    Hi BC,
    I have an issue with BC. When the shopping cart is used it takes stock out of inventory and holds it, regardless of whether or not a customer proceeds to purchase. OK.
    To make matters worse, the stock is only cleared from the shopping cart when the customer closes the browser - not when they close the shopping window.
    Now lets say a customer doesn't close their browser for a month - it happens! .. when their stock is finally returned it may throw out our stock levels that have in the meanwhile been adjusted. So their stock will be added on top of an accurate stock take, putting stock in that isnt really available.
    This is causing us mayhem.
    We have not yet seen if stock is actually returned at all. In the test we did today where we filled a shopping cart then closed the browser without making a purchase, the stock was not returned immediately. So we dont even know when it will be returned - thats IF a customer actually closes their browser. Any solutions out there?
    Jo

    Hi there,
    The way stock is managed in this situation is desirable for many in that case otherwise shopping on a site and adding to cart would not be viable or use friendly.
    What you mention about not closing a browser though is a case that is not true. IF you go into the shop settings in the admin you can see the cart restore timer which is by default 24 hours but you can change this to as low as 1 hour if you wish.

  • Display Warehouse Stock in SAP EWM

    Dear Experts,
    Kindly let me know what is the transaction code to display Warehouse Stock in SAP EWM.
    Thanks,
    Shetty

    Hi,
    Indeed, the Warehouse monitor pretty much gives you all the information that you need. Do not forget that from time to time you need to update the stock data from the EWM to the ERP using the transaction /n/SCWM/ERP_STOCKCHECK - Stock Comparison ERP in order for the monitor from the EWM to be conclusive with the valuated data form ERP.
    All the best,
    Claudiu Maxim

  • Query for item warehouses stock in a row

    hi all,
    How to retreive item warehouse stock in a row using query ?
    SELECT T0.ItemCode, T1.ItemName, T2.ItmsGrpNam,
    (Select WhsCode from OITW Where
    WhsCode=T0.WhsCode and ItemCode=T0.ItemCode) as 'Wh',
    (Select OnHand From OITW Where
    Whscode = T0.WhsCode and Itemcode=T0.ItemCode) as 'Whstck'
    FROM OITW T0  INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode INNER JOIN OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
    WHERE T0.ItemCode NOT IN 'a-item'AND
    T2.ItmsGrpNam LIKE '%%test%%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode
    Anyone correct query so that it will retrieve item warehouse stock in a single row.
    Thanks
    Jeyakanthan

    I have tested your query, the result is just like you wish. The code can be simplified to:
    SELECT T0.ItemCode, T1.ItemName, T2.ItmsGrpNam, T0.WhsCode as 'Wh',T0.OnHand as 'Whstck'
    FROM DBO.OITW T0 
    INNER JOIN DBO.OITM T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN DBO.OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
    WHERE T0.ItemCode NOT IN ('a-item') AND T2.ItmsGrpNam LIKE '%[%test%]%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode, T0.WhsCode
    If you want each item has only one row and warehouse on hand column-wised, you have to use as much as SELECT for each column in according to your number of warehouses. It would be look like this one:
    SELECT T0.ItemCode, T0.ItemName, T1.ItmsGrpNam,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs1') AS 'Whs1 On Hand' ,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs2') AS 'Whs2 On Hand' ,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs3') AS 'Whs3 On Hand'
    FROM DBO.OITM T0 
    INNER JOIN DBO.OITB T1 ON T1.ItmsGrpCod = T0.ItmsGrpCod
    WHERE T0.ItemCode NOT IN ('a-item') AND T1.ItmsGrpNam LIKE '%[%test%]%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode
    Thanks,
    Gordon

  • Transaction code to check warehouse stock with storage section combination

    Hello Gentalemen,
      Is there any transaction code to check the warehouse stock with combination of storage section in Warehouse Management?
        Please let me know.
    Thanks

    You can use LX02 or LX03. In the tool bar click the third button which will give you the dynamic inputs from LDB(click the storage bin drop down and click on storage section). You can provide the storage section there.
    Kesav

  • Function Module or BAPI to get inventory turnover in abap

    Hello,
    is there a possibility to get the information of inventory turnover of an material with help of a function module oder BAPI?
    Like the transaction MC44. But I need it in an ABAP-Report. A simple calculation is easy, but not an exact calculation of the inventory turnover (Umschlagshäufikeit).

    Hi,
    http://hoopsdoc.hillyard.com/images/inventory%20management/MC44.htm
    http://www.erpgenie.com/sap-technical/abap/bapi-step-by-step-example
    Hope these links may help you.
    Thanks.

  • Error when trying to run the Inventory Turnover query

    When I try to run the Inventory Turnover query I get the following error message (I can run other queries that I checked):
    <internal error> Receiving from the BW server failed
    BW server raised exception: SYSTEM_FAILURE
    Do you want to see more information
    When I click to see more information the message is
    INCLUDE INCL_INSTALLATION_ERROR
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    &INCLUDE INCL_INSTALLATION_ERROR
    Can someone advise? Thanks

    Thanks for that the note was not relevant in this case but ST22 dump indicated:
    The current program had to be terminated because of an              
    error when installing the R/3 System.                               
    The program had already requested 275725392 bytes from the operating
    system with 'malloc' when the operating system reported after a     
    further memory request that there was no more memory space          
    available.                                                          
    Thanks have awarded points

Maybe you are looking for