Valuated related values in R/3

For checking the values for valuated stock value,valuated issued stock value,valuated received stock values in b/w with r/3 in which t-code I need to check
When checking  the value of valuated received stock values in s031 ,it is matching with my b/w data but when I check the data in tcode mc.5  for the same filed the values is different .Am I looking the wrong t-code
Pls tell me where Ineed to check the values

Hi,
not sure but try with MB51 which I think is the best for checking movements BuoM and @cost.
It also depends on which level you want to get this info: summarized at CC or site or by article...
For stocks you can go with MB5L, MB5B, RWBE....
Tables: MARD, MBEW, MBEWH holding different stock types/categories, by periods, MAP history...
hope this helps
Olivier.

Similar Messages

  • )IC_C03 - Value of valuated  stock value ( 0VALSTCKVAL )

    Hi,
    Could somebody please give me the formula for the standard Non-cumulative Keyfig Value of valuated  stock value (0VALSTCKVAL)?  Somehow my calculations based on Issue value & Reciept value doesn't work..
    Thanks a lot.
    Ritu

    hi
    There is a table and field in R/3 which will fetch this value directly
    Table: s032
    Field : wbwbest
    You can directly fetch data from this table
    You can look out for relation with this field and  the related tables to get a formula
    Hope this helps
    Regards
    N Ganesh

  • -ve valuated stock value of material with zero stock value

    Hi,
    I am new to this forum.
    right now i am facing a severe problem in SAP.
    That is,
    we have a material in SAP which shows -ve Valuated Stock Value of material but its valuated stock quantity is zero in TC MC.9
    while in MB5B both Stock and Value are Zero.
    now we want to make the valuated stock value of material in TC MC.9 to zero.
    how can we do this.
    plz suggest
    thanks

    Hello,
    this issue may be related to incorrect postings of accouting documents, or missing accouting documents (i.e not considered price changes). Best would be to have this analysed by SAP via an OSS message.
    Kind regards
    Michael

  • 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.
    =======================================================

  • Inventory Management: Valuated Stock Value

    Hello Experts -
    We're using inventory management. We're just bringing in 2lis_03_bf which is the material movements and the standard price datasource.
    The plant valuated stock quantity and the valuated stock value are fine. The SLOC valuated stock quantity is fine. We're using the non-cumulative key figures for the valuated stock quantity and the valuated stock value. The SLOC valuated stock value isn't correct. So I just created a calculated key figure where I'm multiplying the quantity with the standard price.
    This works fine but when I look at the plant level and use this CKF, the aggregation threw me off. So I changed the aggregation on CKF at the Bex level.
    This works fine in dev and qa where I don't have too much of data. But as soon as I'm in in production, the query times out and gives me an error saying I reached the buffer limit.
    I was thinking of calculating the valuated stock value at the ETL layer but now I'm thinking that if I do that and the price of a material changes, I'll again have the same problem. I can't re-load every time a material price changes.
    Can someone please help me with this scenario?
    Thanks!
    Edited by: Siegfried Szameitat on Oct 29, 2008 9:30 AM
    do not offer points, it is against the rules

    Hi Syed,
    Deriving values by multipling with price also not correct. results will not match with R/3.
    Value Calculation
    In principle, values are updated with Plant, Material, and Stock Category only. Quantities are updated with these characteristics, as well as with Storage Location, Batch Number, and Stock Characteristic
    Check SAP Note 589024: Evaluations in BW with the Characteristics Storage Location and Stck Char.).
    Hope it Helps
    Srini
    Edited by: Siegfried Szameitat on Oct 28, 2008 4:17 PM

  • Valuated issued value Stock

    Valuated issued value Stock
    I want to check the values of BW & r/3 are matching for KF  Valuated issued value Stock in which t-c0de can i check it
    I am checking valuated stock value in mc.5
    & valuated stock received value in  table s031
    these values are matching but when I check  Valuated issued value Stock in mc.6 some of the values ar ematching & some are not matching

    Hello Maya,
      Use transaction MB5B  where you can select stock by date.Also select Valuated stock. This should match the  your KFs in BW,
    Um is needed to get correct value of the stock
    If the material cost is adjusted in R/3 then revaluation entries are posted in R/3. The UM datasource picks up these revaluation entries.
    Jaya

  • How I manually calculate the Average Valuated Stock Value like in MC.3

    In the R/3 transaction MC.3  the  "Average Valuated Stock Value" help window shows a formula to calculate it.
    AVSV = ( begining stock value + n stock value at months end ) / ( n + 1 )
    What is the meaning of the N?. Where is this value come from.?
    I'd really appreciate any help.

    Hi
    N is the number of periods. The calculation with an example is as follows:
    Op. Stock Value on 1.12.2006: 40
    Cl. Stock Value on 31.12.2006: 80
    Op. Stock Value on 1.1.2007: 80
    Cl. Stock Value on 31.1.2007: 120
    The above can be viewed in MB5B
    In MC.3, if you choose the period 12.2006 to 01.2007, the calculations are as follows:
    AVSV for 12.2006: {40+(1*80)}/2 = 60  [N = 1 period]
    AVSV for 01.2007: {80+(1*120)}/2 = 100  [N = 1 Period]
    Total AVSV for 12.2006 to 01.2007: {40+(2*120)}/3 = 93.33 [N = 2 Periods]
    Hope this clarifies.
    Thanks

  • BW showing Negative Material Valuated stock value !

    Experts,
    in BW i am i am getting all Negative valuated stock value for all material. can anybody suggest what could be the issue ?
    in R/3 if the valuated value is $100, then in bw its showing the same value but Negative.
    please help

    Hi,
    I had loaded the infocube not correctly. see http://www.google.de/url?sa=t&rct=j&q=inventory%20management%20how.to&source=web&cd=8&ved=0CHgQFjAH&url=http%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fscn%2Findex%3Frid%3D%2Flibrary%2Fuuid%2Ff83be790-0201-0010-4fb0-98bd7c01e328%26overridelayout%3Dtrue&ei=SSxFT9jtLIf04QTq2IGsAw&usg=AFQjCNET9rFiwqY_VrvvCkCktnPxHNhRvg&sig2=2Q5GFescGLZrCbQJXXggAA&cad=rja
    1. load datasource 2lis_03_bx into the infocube
    2. compress the request -> check the flag "marker update". You have to refresh the stock (flag is not set).
    3. check the actual stock with a query. Compare it with the ERP - transaction MB5B.
    4. load the datasource 2lis_03_bf with INIT.
    5. compress the request -> check the flag "marker update". Now, DON'T to refresh the stock (flag is set).
    6. check the historial stock with a query. Compare it with the ERP - transaction MB5B.
    now, daily:
    7. load the datasource 2lis_03_bf with DELTA.
    8. compress the request -> check the flag "marker update". Now, you have to refresh the stock (flag is not set).
    9. check the actual stock with a query. Compare it with the ERP - transaction MB5B.
    Sven

  • 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?

  • RE:calculated Average Valuated Stock Value

    Hi ALL,
    how to calculated Average Valuated Stock Value  logic (The sum of the daily stock value for the time frame of the analysis divided by the number of days) please guide me.
    regards,
    ravi

    Please ...........................
    guide me.......................
    how to created formula for this logic
    (The sum of the daily stock value for the time frame of the analysis divided by the number of days)
    Regards,
    ravi

  • Valuated stock and valuated stock value

    From where i can get information for valuated stock

    Hey,
    Use t-code-mc.9 their u can find valuated stock(quantity) and valuated stock value(price)
    regards
    mohan

  • Valuated Stock Value differs - Urgent !!!

    Hi All,
    The valuated stock value in R/3 and BW differs. We are using the standard business content for the inventory report which are the 3 datasources 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM & Infocube 0IC_C03...
    When the query is executed the backward calculation does not give the right value for the material stock value. When checked in R/3 the value is different. My requirement is to get this material stock value correctly in my inventory report as compared with R/3.
    Is there any workaround for this or is it a bug in the business content?
    Thanks in Advance...
    Best Regards,
    Kishore

    Kishore,
       please check whether process keys rightly msintsined or not?
    Nagesh Ganisetti.

  • Valuated stock value ( 0VALSTCKVAL ) - 0IC_C03

    Hi,
    The std  non cumulative keyfig valuated stock value ( 0VALSTCKVAL ) of Inventory cube 0IC_C03 has exception aggr. as 'LAST VALUE'  with ref char as 0calday.  Could somebody throw light on the calculation of this keyfig?  The query sometimes shows the value as the diff of Issue value & Receipt value but sometimes I'm not able to derive the value that comes up in the query..
    This is really urgent. All help will be highly appreciated.
    Thanks,
    Ritu

    Hi Vijay & Jaspreet,
    Sorry for the delay in replying.. was stuck with something else. Thanks for your explanations. But still the keyfig 0VALSTCKVAL  is not consistent with the logic.  For some materials, it calculates correctly. But for some I'm not able to figure out the calculation based on the 0IC_C03 records ( based on Issueval & Receipt values).
    One e.g. is shown below:
    Plant  Material                        CalDay       Curr      <b>0ISSVS_VAL   </b> <b>0RECVS_VAL</b>
    12T1  000000100000000016     03/27/2006  USD        6.12       0.00
    12T1  000000100000000016     03/26/2006  USD     1.02     0.00
    12T1  000000100000000016     03/25/2006  USD     88.40     0.00
    12T1  000000100000000016     03/22/2006  USD     0.34     0.00
    12T1  000000100000000016     03/21/2006  USD     1.19     0.00
    12T1  000000100000000016     03/20/2006  USD     0.85     0.00
    12T1  000000100000000016     03/17/2006  USD     1.53     0.00
    12T1  000000100000000016     03/16/2006  USD     2.55     0.00
    12T1  000000100000000016     03/15/2006  USD     2.04     0.00
    12T1  000000100000000016     03/14/2006  USD     12.24     0.00
    12T1  000000100000000016     03/13/2006  USD     9.35     0.00
    12T1  000000100000000016     02/24/2006  USD     0.00     331.67
                                                                      sum      125.63     331.67
    The Query shows the values as shown below :
    Value of Valuated Stock      Receipt Value, Valuated Stock    Issue Value, Valuated Stock
    $ 242.40                                   $ 331.67                                    $ 125.63
    I'm just wondering how the 242.40 came up...
    Your input will be highly appreciated..
    Thanks,
    Ritu

  • Valuation type value calculated by the system

    Dear Gurus,
    I have a scenario in which i have two valuation types:
    Val100% --- which is for external procurement
    Val50 % - which is for return of material to store with 50% MAP of Val100%.
    My client requirement is when i enter the return of material in val50% valuation type, system should automatically calculates the value from the val100% valaution type and post the document with this value.
    how come this be possible .
    Regards,
    Johi Kapoor

    we procure material on valuation type val100%. material is received in store and placed. after that it is issued from store from val100% valaution type.
    after sometime user want to return the material to store again but he says that it can be usable, but its value does not remain 100%, so he return the material in store in val50% valuation type.
    client wants this when user will return the material back to store in val50% valuation type, system should calculate the value from val100% valuation type MAP, and divide ty two so that it becomes val50% valuation type value at the time of return instead of this that user will enter the value ExtGA amount in LC in issuance screen.
    Hope its clear nw.
    Johi
    Edited by: Johi Kapoor on May 4, 2011 9:44 AM
    Edited by: Johi Kapoor on May 5, 2011 6:02 AM
    Edited by: Johi Kapoor on May 5, 2011 8:31 AM

  • Relative value in Crosstab in Business Objects WebI

    Hi All,
    I have an Cross tab report where I need to compare between Current Year data and Previous Year data. My table structure is like below:
           2012 2013 CY vs PY
    US 100 150 
    UK 250 230 
    AUS 140 150 
    Now, whenever I am trying to calculate Previous Year value through relative value function I am getting #computation error.
    My formula =RelativeValue([measure];([Year]);-1)
    Year is the dimension used horizontally in above crosstab.
    Can you please suggest what I am missing here. Please provide your solution with Relative Value () only as this is only a prototype we are working on and Relative Value() is going to be required in large scale for the project.
    Thanks in advance.

    Have you tried using the NoFilter function?
    For example:
    =NoFilter(Sum(RelativeValue([measure] ;([year] );-1))  ;All )

Maybe you are looking for

  • Error during deploying a mapping

    Hi, I have created a mapping which reads data from one table and inserts into another table (one to one, with no filter). Both the tables exists in the same schema. When I try to DEPLOY the mapping by giving the connection parameters (userid/psswd) o

  • Problem with return value of stored function

    Hi, I've made a stored function that insert a new row in a table and return the primary key (see at the end of the message the function script). In VS 2005 with Visual basic, using the designer, I've created a dataset containing a tableAdapter to be

  • Navigation Crashing all the time in Smartwatch3

    All, I am using goodle now to find direction in Smartwatch 3.It successfully identifies the address of the destination and blue navigate icon circles.At the end of circling it crashes with the message " unfortunately android wear has stopped".My phon

  • Computer asked me to download an updated version of firefox and then I lost all my bookmarks

    I accepted an updated version of Firefox and then all my bookmarks disappeared. I tried to restore my computer to before the time I accepted the update and now firefox browser does not open.

  • Illustrator cs5.1 menu bar problem

    i download the trail version of the cs5.5 master collection on my mac os x version 10.7.2 al the softwars   are working normaly but the illustrator cs5.1 menu bar is in gibberish! am i doing something wrong?? i tried to install it on my other mac and