MC.9 Caculation for Valuated stock turn over

Hi All,
For an item X –quantity sold is $ 11095
May Opening stock in $ : 145044
Stock as of today in $: 48879
Can anyone help me to find out the inventory turn using the formula in MC.9? it is because am not able to find how MC.9 is calculating turn for valuated stock.
Thanks Vijesh

Hi ,
MC.9 is designed S03* table , to my knowledge , you have to modify lis table.
SAP Note 64636 - Procedure for statistical data setup in LIS
SAP Note 111691 - Material-related statistical setup
Inventory Controlling
SAP Note 453420 - Incorrect stock values in LIS
1858368 - Value for field “Valuated stock” or “ValStockValue ” is incorrect in S032
On the otherhand, I understand that you need to period stocks quantity --> Please look at MBEWH table.
Also , MB5B report might be respond your query.
Regards.
M.Ozgur Unal

Similar Messages

  • No Output/Values for valuated stock value(0VALSTCKVAL).

    Hi,
    I have valuated stock value(0VALSTCKVAL) in the inventory cube. This is non-cululative key figures with inflwo and outflow (0RECVS_VAL and 0ISSVS_VAL). This contains the data in the cube (atleast 0RECVS_VAL contains the data).
    But to surprise 0VALSTCKVAL do not show any data in the  query result (just show zero values)
    I have checked the aggregation at infoobject level - it is Aggregation- sum and Exception Aggregation-last value but still do not show any data.
    can some one please tell me why it happen and how to get values in the valuated stock value(0VALSTCKVAL).

    Hello,
    Have you loaded the data using BX, BF and UM into the cube and compressed the requests using proper marker updates?

  • Non valuated stock  details

    hai,
    The client is doing jobwork for the customers - Processing the Grey fabric into Finished fabric. The client wants the report of this material stock in each level. Here the material is treated as a UNBW - non valuated material, since it is not his own material.
    The process is
    1. Creatin sale order.
    2. Receiving the material by 501 E mvt type with sale order no.
    3. Doing production order against this sale order.
    4. After production, transfering the goods to St loc, where again packed cycle will be done for this fabric.
    5.After that, doing PGI for sale order.
    How to fetch the data from the tables: i have analysed the mska table also - it is purely for valuated stock materials.
    please provide the tables.

    Hello MM gurus,
    No answer. Please do needful.

  • Inventory Valuated Stock Value is not matching with R/3

    Dear Friends,
    we are in a big mess.Needed your help urgently
    We are in sap netweaver 2004s.We are implementing the standard business content only for one of our client.We have loaded the Inventory data into BW by following "How to handle the Inventory Management" document.
    We have loaded the inventory data into 0IC_C03 using standard transferrules and update rules.
    The sequence we followed as:
    IN R/3
    Filled the setup tables for during the posting free time(non-business hours)
    Stock intialization
    Material Movements
    Evaluations
    IN BW
    We had loaded the data into only 0IC_C03 cube using standard update rules(no changes done)
    2LIS_03_BX-Generate intial stock with no marker update unchecked
    2LIS_03_BF-Full update with no marker update checked
    2LIS_03_UM-Full update with no marker update checked
    When we compared the data between R/3 and BW they are many materials "Valuated Stock Value" is not matching with R/3.For some materials value is matching with R/3 but for some other materials its not matching with R/3.Some materials are showing the negative figures for Valuated Stock Value.
    But the valuated quantity value is exactly matching with R/3 for all the materials.
    We have tryed to many ways in the past 10 days to find out the solution.We have followd the notes 589024 and implemented the formula.But no luck so far.
    Needed your help..Any suggestions would be highly appreciated.
    Please help us with your inputs.
    Thanks in advance.
    Regards
    Soujanya

    Hi Sudheer,
    No We haven't implemented this note.
    In start routine we already have the first start routine in the note.
    INSERT BEGIN
      loop at DATA_PACKAGE.
        if DATA_PACKAGE-stockcat eq 'V' or
           DATA_PACKAGE-stocktype eq 'V'.
          delete DATA_PACKAGE.
        endif.
      endloop.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    INSERT END
    We should comment the above start routine and follow the remaining section as below?
    ==========================================================
    Notes:
    However, if you want a report of these consumption values, proceed as follows:
    1. Do not use the start routine listed above.
    2. Create two new key figures (cumulative values):
       1. Material consumption value (ZVERWERT, for example) with unit 0BASE_UOM
       2. Material consumption quantity (ZVERMENGE, for example) with unit 0LOC_CURRCY
    3. Include these in the InfoCube definition.
    4. Update these key figures from 2LIS_03_BF as follows:
    -> material consumption value:
    IF ( COMM_STRUCTURE-processkey EQ '100'   "Other Issues
        OR COMM_STRUCTURE-processkey EQ '101'   "Returns / Vendor
        OR COMM_STRUCTURE-processkey EQ '104'   "Material Transfer
        OR COMM_STRUCTURE-processkey EQ '105'   "Stock Adjustment InvD
        OR COMM_STRUCTURE-processkey EQ '106'   "Stock Adjustment Other
        OR COMM_STRUCTURE-processkey EQ '110' ) "Issues from Stock
                                                "Transfers
       AND COMM_STRUCTURE-bwapplnm EQ 'MM'
    only movements which are relevant for stock control
       AND COMM_STRUCTURE-cppvlc <> 0
       AND COMM_STRUCTURE-stockcat EQ 'V'
       AND COMM_STRUCUTRE-stocktype EQ 'V'.
    result value of the routine
        RESULT = -1 * COMM_STRUCTURE-cppvlc.
    if the returncode is zero, the result will be updated
        RETURNCODE = 0.
    ELSEIF ( COMM_STRUCTURE-processkey EQ '000'   "Other Receipts
        OR COMM_STRUCTURE-processkey EQ '001'   "Goods Receipt/Vendor
        OR COMM_STRUCTURE-processkey EQ '004'   "Material Transfer/"Receipt
        OR COMM_STRUCTURE-processkey EQ '005'   "Stock Adjustment InvD
        OR COMM_STRUCTURE-processkey EQ '006'   "Stock Adjustment Other
        OR COMM_STRUCTURE-processkey EQ '010' ) "Receipt from Stock
                                                "Transfer
    only movements which are relevant for stock control
       AND COMM_STRUCTURE-cppvlc <> 0
       AND COMM_STRUCTURE-stockcat EQ 'V'
       AND COMM_STRUCUTRE-stocktype EQ 'V'.
    result value of the routine
        RESULT = COMM_STRUCTURE-cppvlc.
    if the returncode is zero, the result will be updated
        RETURNCODE = 0.
      ELSE.
    if the returncode is not equal zero, the result will not be updated
        RETURNCODE = 4.
      ENDIF.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0..
    -> material consumption quantity:
    The code is the same, but COMM_STRUCTURE-cpquabu replaces COMM_STRUCTURE-cppvlc.
    -> The characteristic value calculation is the same for the other key figures.
    5. Update these key figures from the 2LIS_03_UM in the same way.
    =======================================================

  • 'Value of valuated stock that has been issued' is different in MCBE and S031

    Hello,
    I noted that the field  'Value of valuated stock that has been issued' is different in the same period (07.2013) in table S031 and in the transaction MCBE.
    Also, if the 'Quantity of valuated stock issues' for this period is 0, how can this field be calculated?
    Thank's in advance.
    Regards,
    Carla Ribeiro

    Hello Carla,
    I am also analysing the same issue for S031 and MCBE. Found some points to share with you.
    What I understood is this is due to Valueated stcock receipt value. This value is being added in issue value in MCBE report.
    But not able to get why ? and S031 doesnt have value for valuated stock rec value. This value is being calculated during runtime and added to issue value in MCBE
    Pls check and let me know if you have found the solution.
    Thanks
    Milind

  • MB5B Valuated Stocks or Storage Location

    Hi All,
    When I run MB5B for Valuated Stocks it giving me stock volume which matches what MB5L states.
    However, when I run it for Storage Location it is giving me a different volume.
    Which is the correct transaction to based closing stock volumes off of.
    Many Thanks,
    Brian

    Hi,
    Usually it is recommended to execute MB5B for valuated stocks. you need to check the input parameters which you are passing, give a sufficient date range and check for back dated material movement postings.
    Regards,

  • Received qty valuated stock(0RECVALSTCK) and received qty total stock(0RECTOTSTCK) for 0IC_C03

    Hi Team,
    What is difference between received qty valuated stock and received qty total stock?
    According to me received qty total stock would be entire stock ie.received qty - block stock , received qty into consignment stock etc
    Please revert
    Regards

    Hi Phani,
    Thanks for the reply.
    Yes total stock would be consignment +quality inspection+blocked stock etc....
    But valuated would be something where there is costing or valuation ie we will have GL account hit.
    For eg Returnable material would be in total stock but not in valuated stock.
    Thanks

  • Valuated stock for a certain period

    Hi all,
    Using transaction MC.9 (Material Analysis: Stock), you can search for a material for a certain period (ea. 04.2007). The outcome gives you the Valuated Stock for that period.
    In which table is this Valuated stock stored?
    How can I fetch this Valuated Stock (through table, BAPI, ...?
    Many thanks in advance.

    Hi,
    Reading data from MBEWH is tricky since as you correctly pointed out there may not be any record in MBEWH for a particular period.The logic for creating a record in MBEWH is for first relevent entry in the current month create a history record in MBEWH i.e. e.g. if there is a say GIR or any stock movement today & if this happens to be the first entry for materialValuation area then it will create a record in MBEWH for the previous period i.e. 2008/03. Now suppose there is no movement at all say for the period 2008/04 & say 2008/05 materialValuation area in that case as per the above mentioned logic for the first record of the materialVal area for the period 2008/06 it will write a record for 2008/05 but there will be no record for the period 2008/04.so to get the currect valuated stock get all records for materialval area into an internal table where
    period i.e YYYYMM is GE period under consideration. Then sort the internal table on matnrbwkeybwtarlfgjalfmon. Then loop at the internal table & if you hit the first record pick up the stock i.e the stock you are interested in & exit from the loop. However if no record is found in the internal table get the details directly from MBEW. & that's it. You may refer to SAP help for the same. (search for MBEWH)
    I hope this helps,
    Regards,
    Raju Chitale

  • How to Track the valuation for IC Stock Transfer

    Hi Folk,
    I have a requirement for Intercompany Stock Transfer Where Plant "A" place PO to Plant "B" and Plant "B" does the Stock Transfer to Plant "A". Both the plant belongs to differnet company code. But both the company code share the same Chart of Account.
    The Issue here is how the Plant "B" maintain the valuation for the Stock Transfer as there is no invoicing generated for this.
    Should you need any further information / clarifiction pls feel free to let me know.
    Pls share your expertise with me.
    Looking forward to hear from you at the earliest.
    Thanks,
    Nihar

    In intercompany STO delivering plant should invoice to recieving plant and it will have the accounting entries as well.Keep in mind that both plants are related to different company codes.Accounting will be done as normal sales process in delivering plant.
    Regards
    Sunil

  • Reg:How can we show non valuated stock in the system for the paid items?

    Hi All,
    Customer orders 100 boxes and pays to all material.But customers  are shipped the  required material as and when required.My client requirement is these 100 boxes should show as non valuated stock.
    How can we show these paid 100 boxes of material as non valuated stock in the sap? Is this functionality available in sap or it comes under requirement?
    Ex:Customer X ordered 100 boxes and he paid to all quantity.
         The customer X does not have space at his premises to keep the stock of 100 boxes.He just requests 20 boxes every monday or required quantity.Then company ships the required quantity to customer X.
    Now the requirement is that these 100 boxes should be shown as non valuated stock in the system.This should not used for other customers, should not work ATP functionality for these material quantity.This should show as reserved to this customer X
    could you share any ideas or solutions reg this..
    Thanks in advance,
    Regards....VM
    Edited by: vm on Mar 9, 2009 3:46 PM

    Hi Arnel,
    Thank you for giving valuable points.
    In consignment scenario,the stock is available at customer place not at company place.But ownership is company itself.
    But in this scenario,Customer is not having space to keep the total ordered quianty.So cutomer stock should be kept at company itself,customer requests the required quantity(for which he  already paid  for the total ordered quantity) as and when required.How can it suits in this scenario?Could you plz calirfy the debit memo to realize sales ?How it will be help ful?
    Thanks and regards...VM
    Edited by: vm on Mar 10, 2009 9:19 AM

  • Issue with Negative Value for Total valuated stock 0VALSTCKQTY.

    Hi Experts,
    we loaded the Cube with datasources 2LIS_03_BX, 2LIS_03_BF and 2LIS_03_UM.
    We mapped the quanity field from 2LIS_03_BF in transformation either into Key figures "Quantity issued from valuated stock" (0ISSVALSTCK) or "Quantity received into valuated stock" (0RECVALSTCK ) of the cube.
    For obtaining the Total Valuated stock, we used the Key figure 0VALSTCKQTY. This key figure is having the Inflow and Out flow values as 0RECVALSTCK and 0ISSVALSTCK. When i tried to check the content of 0VALSTCKQTY, the key figure  0VALSTCKQTY is not present in the infoCube content. I understood that the value for this key figure would be calculated at the time of query execution with the formula
    { Last obtained Valuated stock + (Received Valuated Stock u2013 Issued Valuated Stock ) }.
    The issue is the first records in the query is obtained with negative value for the total valuated stock 0VALSTCKQTY even though the values of Received Valuated Stock  and  Issued Valuated Stock are with Zero.  Could any one please help me on how the first record in the query is with a negative value eventhough the inflow and out flow fields of it are with Zero.
    Many Thanks in advance.
    Jeswanth

    Hi Srini,
    I observed an interresting reason for the stock being with negative in the first record.
    Issue : While executing the BEx report, we have the first record with a negative value.
    Let me explain with an example
    Material  : XYZ
    Plant      : A
    Date of Stock Initialization for data source 2LIS_03_BX -
    >  12th April 2009.
    So on 12 Th April 2009 consider that we have a stock in store with a value of 2640.
    Then we have loaded wih Data source 2LIS_03_BF for all Historic Movement types.
    At the time of query execution we will have the first record with a negative of available stock present on the day of initialization .
    So, as we have initilized the data source 2LIS_03_BX on 12 th April 2009, we have at that time a stock of 2640 in availability.
    Exactly with the same value of 2640, we are having a negative value i.e. -2640.
    and also one more point to be noted is ...as we have initialized the data source 2LIS_03_BX on 12 th APril 2009...it has created a
    opening balance of 2640 on the day of initiailization i.e on 12 th April 2009 in infocube....(which is an extra record...)...so if the previous record of 12,04,2009 is having some value in it..then it will get added to 2640 EA..which will give incorrect stock
    So in the query the records will appear in the below following manner
    Calendar Day     Total stock                                                                Received stock                                          Issued Stock         
    28.12.2005 --->  - 2640 EA
    29.12.2005 --->    2000 EA                                                                       640 EA                                                        0
    10.04.2009 --->      0                                                                                0                                                               2000 EA      
    11.04.2009 -
    >    0                                                                                0                                                                0          
                                 (For making
                                  the earlier record of  initilization to 0  a negative value -2640 EA is created in the first record )
    12.04.2009 (Initializtion day) --->  2640 EA                                                 0                                                                0
    13.04.2009 
    the day before initialization the total stock will be 0 due to the negative effect introduced by the first record and from the day of initialization the records will be the accurate values...  On 12 th april 2009 we can see that a stock of 2640 is brought into the total stock. In fact if there is no negative value i.e. -2640 in the first record then ...the value on 11.04.2009 will be 2640 Ea and this will get summed up with the Opening balance of 2640 EA created by 2LIS_03_BX on the day of intitialization. So on 12 .04. 2009 the total stock will be shown as 5280 EA...so in order to prevent the double value only we observed that the first record is created with the negative of available stock present on the initialization ...to make the record before the day of initialization i.e. 11.04.2009...to be 0...so that from 12 th April 2009 ..will start to see the actual total stock in the query result...
    This is happening only if we use  both the data sources 2LIS_03_BX and 2LIS_03_BF  for loading into BW.....
    If we load alone by 2LIS_03_BF ...then as 2LIS_03_BX is ruled out in the loading...then no negative of available stock will be created ...because there will be bno opening balance created on the day of initialization.....and the opeing balance available will be flowing into consecutive records due to the movement types and 12 th April 2009 will be shown with avaialable total stock of 2640 EA.
    Kindly let us know your opinions on this...
    Thanks.
    regards,
    Jeswanth

  • Query for turn-over to end-users

    Hi Friends,
    I have create a query called "query1.sql" which print monthly summary report to excel/csv.
    Can I automate this query for turn-over to user/operator, so that the user will just invoke run-time program only to produce the desired output? or maybe create a menu or something to make the query run?
    Thanks a lot,
    Ms K

    Not in the current releases. You can vote for the existing requests for automation/command line at the SQL Developer Exchange, to add weight for possible future implementation.
    And yes, I suppose you could create a User Defined Java Extension to automate through a menu option or something.
    Have fun,
    Mr. K.

  • Valuated stock becomes negative for sales order stock

    Dear Experts,
    MB52 report is showing sales order  unrestricted stck qty of 7 pcs but we try to transfer stock from sales order using 411 E in mb1b, system gives error : "Valuated stock becomes negative: * -> see long text" what may be teh reason for this.
    Request to to reply at teh earliest.
    Regards
    Basavarj Patil

    "Valuated stock becomes negative:
    Go to material master and select Plant data/stor.2 view.  There  tick for negative stocks in plant.
    Also check this thread
    [Re: Valuated stock becomes negative:|Valuated stock becomes negative:]
    thanks
    G. Lakshmipathi

  • Non Valuated Project stock for valuated material

    Hello MM experts,
    We have a valuated stock material in a plant.
    We want to maintain project stock (Special stock Q) for the same material, in a dedicated storage location within the same plant as non valuated stock.
    Can you please tell how this can be achieved?
    Regards,
    Shashi

    Hi,
    This is little difficult to manage a material as valuated and non valuated. To make it non valuated you have to use a material type which is managed only on quantity basis and not on value basis like non valuated stock. Then you can do a material to material transfer posting. I haven't checked this scenario. For more info on this please refer these links:
    http://help.sap.com/saphelp_dimp50/helpdata/en/4c/227bb446e611d189470000e829fbbd/content.htm
    http://help.sap.com/saphelp_di471/helpdata/en/4c/227bdb46e611d189470000e829fbbd/content.htm
    http://help.sap.com/saphelp_di471/helpdata/en/4c/227ba746e611d189470000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_di471/helpdata/en/4c/227be846e611d189470000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_di471/helpdata/en/4c/227b8d46e611d189470000e829fbbd/frameset.htm
    Regards,
    Atal

  • Mov type for non valuated stocks

    hi friends
    please give movement type for non valuated stock items((material type)
    points will be assigned
    thanks in advance

    Movement Type defines a material movement. For what type of Material Movement do you require the movement type?
    Also, is there a reason why this should be different from that for a valuated material?
    Cheers.

Maybe you are looking for

  • I am trying to create a standalone in Labview 6.1

    I have a program built with Bridgeview. I want to make an executable of the program to run on a portable computer. I tryed and I am missing some VI which I told the program to generate using all vi's used to write the program. It simply does not work

  • Balance sheet - Access restrictions

    Hi Can anyone help me in restricting Balance sheet access business area wise Regards Malathi

  • "Apple Outlook DAV has stopped responding" message.

    I installed the iCloud Control Panel, I asked it to sync Calendars & Tasks with Outlook.  When I click apply it starts doing it's thing but then I get the "Apple Outlook DAV has stopped responding" message.  This has happened multiple times and I've

  • Problems showing Values in a DROPDOWNBYINDEX

    Hello together, I've got a problem of showing values in a Drop Down  Box. I've got 1 Dropdown box, 1 button and a text field. In the text field i'm wirting a carrid for example AC. If i press the button in the Drop down box should show the name to th

  • Lost all sound to imac

    Was having intermittent sound issues with iMac prior and after a while, there is no more sound. Hardware profile does not show any sound hardware. Garageband says missine core audio drivers. Any idea?