Need to display the Stock Values at storage location level - 0IC_C03

Hi All,
I am developing Stock Movent Report on 0IC_C03 - Material Stocks/Movements.
I have more than one storage location for plant. Stock quantities are calculating at storage location level and Stock Values are calculating at plant level.
I have no issues with quantities. Only problem with Values.
2LIS_03_UM is not picking the starage location, so that the revaualtion values are falling under unassigned nodes. When i set filter on storage location these values were not showing as they are under un assigned nodes (#).
I want to get the Stock Quantity and Stock Values at Storage location level in my report.
I found that soulution for that is Applying SAP Note : How to Realize summarized display of stock values on storage
I have done development as per the document. But when i run the Query it is going to debug mode first and then it saying This program cannot display the webpage
Can any one faced the same situation, Please help me if so.
Thanks in Advance.
Gopal N

Hi Sachein,
I am getting this An exception(CX_RSR_PROPAGATE_X) occured when debugging, and then it leads to next screen saying that:
This program cannot display the webpage
   Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
   What you can try:
     Check your Internet connection. Try visiting another website to make sure you are connected. 
     Retype the address. 
     Go back to the previous page.
     More information
Please let me know you need any more information.
Thanks in Advance
Gopal N

Similar Messages

  • How to realize summarized display of stock values on storage location level

    Hi all,
    we have implemented in Release 3.5 a report to analyze Stock values on storage location level according to the "How to...realize summarized display of stock values on storage location level"- paper. The report is running witout problems.
    Now we are going to upgrade our BW-system to release 7.01 in technical environment, we have not upgraded our reports.
    Executing the report in release 7.01 we get an error message "Object field I_S_DATA-0TOTALSTCK not found"
    The error is coming from line 14 Inc GET_FIELD_POSITION_D in Prog CL_EXM_IM_RSR_OLAP_BADI.
    Unfortunately the document "How to... realize summarized display of stock values on storage location level" can no longer be found in SDN.
    Is there any new How to - document for this kind of reporting?
    Does anybody can give me advice for chances in coding?
    Thank you for answers.
    Best regards,
    Andreas
    Edited by: Andreas Förner on Dec 9, 2009 1:52 PM
    I have got a solution from support.
    The solution is described in note 924320.
    Andreas

    Hi,
    I assume you have also created class "ZCL_IM_Z_MATERIAL_PRICE".
    In the implementation of virtual InfoObjects
    ZCL_IM_Z_MATERIAL_PRICE we have changed the method INITIALIZE:
    OLD:
    * fill the global variable
         UNASSIGN <l_global>.
         ASSIGN (l_global_name) TO <l_global>.
         CHECK <l_global> IS ASSIGNED.
         <l_global> = cl_exm_im_rsr_olap_badi=>get_field_position_d(
                                            i_fieldnm = <l_s_sfk>-kyfnm <--
                                            i_s_data  = i_s_data ).
       ENDLOOP.
    NEW:
    * fill the global variable
         UNASSIGN <l_global>.
         ASSIGN (l_global_name) TO <l_global>.
         CHECK <l_global> IS ASSIGNED.
         <l_global> = cl_exm_im_rsr_olap_badi=>get_field_position_d(
                                        i_fieldnm =
    <l_s_sfk>-VALUE_RETURNNM                                   
    i_s_data  = i_s_data ).
       ENDLOOP.
    This solved our issue.  Please regenerate the query after
    implementing the correction.
    Hope it solves you issue too.
    Best regards,

  • MD04 - Display the stock on one storage location particulary.

    The transaction MD04 allows seeing the stock of the plant in the first line of the Stock/requirement list.(MD04)
    When the plant includes several storage location (e.g MAG1, MAG2, MAG3), we don't have the detail of the quantity one each storage location.
    We can use the filter (by using SETTINGS and FILTER ON) that controls the display of the MRP list and the stock/requirements list but this function don't allows seeing only the stock on one storage location particulary. We have to go the tcode MMBE in order to know the stock on each storage location.
    Thanks in advance for yours reply.

    What is your real problem?
    Display the stock storage location-wise is one thing and do MRP without certain storage location(s) (=exclude storage locations from MRP) might be another.
    If you only want to display stock of certain storage locations in MD04 but use all you stock for planning, I think there's no reason for it.
    If you really want to exclude certain storage locations, then you have to be aware that MRP won't consider that stock (for the plant segment). It will also have impact on ATP (atp won't use that stock too).
    So, there's a big difference between exclude a storage location from MRP and to exclude its stock from display.
    (You can exclude storage locations from MRP via material master --> MRP4 view --> you have to enter both plant/sloc as organisational level and you will see the suitable tab. It is also possible to control this indicator via config for to be created material masters - you can search and find threads)
    You should describe your exact requirement and maybe forum mebers can give you advice.

  • No Stock value at Storage location level in BW report

    I am facing problem in getting stock valuation at storage location level.
      The problem is that, in R/3 Stock valuation is done at plant level, when we do storage location to storage location movement , only stock quantity gets changed and no FI entry is getting generated . So there is no movement of stock values at all. when we load this transaction data into BW , obviously i will arrive with wroung value . so what to do in this case ?
    Thanks & Regds,
    Kavan

    Hi Kavan,
    Could you please explain the scenario & provide the Ds you are using.
    Thanks & Regards,
    Suneel

  • SIT Value and Stock value at storage location level

    HI
    Can anyone tell me how to get the following:
    1. The value of the Stock in Transit on monthly basis
    2. The value of the stock at storage location level. The Stock value is correct at      plant level
    Thanks in advance.
    Soumen

    Hello,
    (1) please have a look into the Howto Guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92c0aa90-0201-0010-17b1-bf5b11c71257
    (2) Please have a look into the note:
    589024
    And consider to use the feature Constant selection.
    http://help.sap.com/saphelp_nw04s/helpdata/en/d2/02223c5f00612be10000000a11402f/content.htm
    I hope this helps, Michael

  • Opening and closing balance values at storage location level

    Dear all,
    I want to know opening and closing balance values and receipts and issue values at storage location level for certain period.
    I tried with MB5B, it is not giving value at storage location level, it is giving quantities at storage location level and values at plant level. But requirement is: please see below example:
    All values are in USD          
    Storage location:      1001     1002
    Opening Balance:      2000     3000
    Receipts:                           1000      2000
    Issues:                            2000     3000
    Closing Balance:      1000     2000
    Please help in this regard (I want value of the stock only, not qty)
    Regads,
    Veerappa
    Edited by: Chinna Veerappa on Jul 27, 2010 5:27 PM
    Edited by: Chinna Veerappa on Jul 27, 2010 5:28 PM

    vlauation is at plant level (MBEW table) the storage location level does not carry values (table MARD).
    You may have to develope your own ZMB5B  program and calculate yourself what is not stored in SAP.

  • Report on QI, Blocked, Returned Stocks at Plant & Storage location level

    Hi,
    Would like to know any reports which gives QI, Blocked, Returned stocks at Plant & Storage location level.
    Regards,
    Vengat

    hi,
    What do you exactly mean say by "Returned  stock"..
    Also go through by MMBE tcode ...
    Regards
    Priyanka.P

  • Opening and closing Stock report at Storage location level- date wise

    Dear all
    Is there any standard report to view opening and closing stock at storage location level? ( we have MB5B which resets the entry screen if we enter SLOC details).
    Thanks
    Sam

    Do  I have the option of  selecting Storage Location wise opening and closing stock on a particular date or period, that is what I have requested? Is it possible, evenafter selecting storageloc/batch stock and entering all the SLOCs in the selection creen, the report output does not contain any SLOC, and using ctrl+F8 or display variant does not have SLOC as a field also.
    pls gudie
    sam

  • Need Inspection lot creation at only one storage location level - QA07

    Hi,
    I have shelf life expired material at different storage location. When ever i run QA07.System generates inspection lot for all storage location.But I want to process the inspection lot for only one storage location. Please guide me how can we map this reqmnt.
    Thanks in advance for your relevent response.
    Thanks & Regards
    Kundan Kumar

    Hi,
    Next inspection date is maintained at the batch level, not at the storage location level.
    You can suggest the following solutions if it is feasible in your business scenario.
    Scenario 1: Batch is inwarded in one storage location"A" & stored for some time, then it is transfered to other storage loactions B & C (like production storage locations).
    In this case suggest to transfer the batch to storage loactions B & C just one or two days before the actual consumption of the batch & also keep the opening period  in QA07 sufficient days (between 10-15 days), so that the sytem will create the inspection lot in one storage location "A" . Since the batch is still not transfered to B & C, the system will not create inspection lots in B&C.
    Scenario 2: Batch is inwarded in all the storage locations with the same batch number.
    In this case suggest to inward the same bacth with different batch numbers, keeping the all other characteristic values same
    With Best Regards
    Vithal

  • Stock valuation down to Storage location level

    Dear all,
    System setup for stock valuation is till Plant level. And understand that's how data stored in table MBEW and MBEWH until plant level only.
    Eventhough that is system standrd, is that possible to get the stock valuation until Storage location level?
    For eg: In MB5B, there is opening stock, closing stock and the material movement posting. I need to get opening and closing stock for each storage location.
    Could you please comment if there are tables store these data? Kindly comment.

    Hi Afshad Irani,
    Thanks for your reply. Understand from the previous post that stock valuation for storage location can be done via table MARDH or report MC.9, but this tools are excess base on period/month basis.
    My case, i need to report storage location stock for both (1)last month 06.2010 and (2)yesterday's stock 06.07.2010. So i can use MARDH table to report (1)last month stock for each storage location. While for (2) yesterday stock, table MARDH isn't help.
    Could you please advice further?

  • Using BAPI_MATERIAL_AVAILABILITY for storage-location-level

    Hello experts,
    To determine the ATP quantity Iu2019m using the function module BAPI_MATERIAL_AVAILABILITY. I need to get the ATP quantity on storage-location-level; for this the following parameters are set:
    - PLANT
    - MATERIAL
    - UNIT
    - CHECK_RULE
    - STGE_LOC
    The result in table WMDVEX is for different storages locations the same, but in transaction CO09 I have different quantities for the storage locations.
    How can I determine the ATP quantity on storage-location-level?
    Thank you for your hint.
    Regards,
    Kurt.

    Hallo Brad Bohn,
    thank you for your suggestion.
    Iu2019m using an own rule (as copy of rule A), the own rule donu2019t use purchase orders.
    In CO09 I have the following ATP Quanties:
    09.09.2009     BStand          1,775     0     259
    09.09.2009     LgBest     0001     785     0     459
    09.09.2009     LgBest     0002     989     0     452
    09.09.2009     LgBest     0003     22     0     20
    The function module provides only 259 for each storage location.
    There is another function module AVAILABILITY_CHECK. Can this function module also be used to determine ATP quantity?
    Thank you & best regards,
    Kurt.

  • Module Pool for displaying the Grid values in Matrix format

    Hi Experts,
    I have one requirement which as follows,
    In Module pool program i need to display the Grid Values in Matrix format i.e,
    Row = Color
    Column = Size
    Like what we can see in Sales order or Purchase Order if you click Grid Entries Button.
    Can you Please Help me out.
    Thanks n Advance.
    Logu

    Hi
    the sources ate the function groups WMMB and WMMA.
    In a new release you should find the function module MGW_UTILITIES_MATRIX_SHELL_RA
    the report RWRFMATCHARVAL is a good example
    Regards
    Björn

  • MCHB,MARD - Stock available at plant level and storage location level

    Hi ,
    How to determine how much stock available at Storage location level and Plant level. (Lot is not maintained).
    In MCHB-Stock at lot level is shown.
    In MARD-Stock at Storage Location level is shown lncluding
    the stock maintaned at the lot level.
    If i want to know the stock which is not maintained in Lot, i.e, Stocks directly maintained at Storage location / Plant.
    Do I need to subtract the MCHB Value from MARD Value ?
    Is there any other way available to find the stocks which is not maintained at lot level.
    Regards
    Prasath

    Hi prashant,
    What do u mean by stock maintained at SL level without batch level.  Do u mean that some materials are subjected to batch management and some or not?
    If that is the case, for all batch managed materials, u can see the stock at batch level and also same is summed up at SL level.  But still what ever u are getting from MARD table isstock at SL level only.
    If u have activated batch management for any material, it will always be shown at lot level also.
    hope this clarfifies query
    award points if found useful

  • Availablity check at storage location level in STO

    Hi,
      There is an unique requirement from my client with respect to the Availability check at storage location level in STO
    Process:
      Based  on the inputs from APO we are creating STR for moving the material from one plant to another plant. These STR’s will be converted into STO through ME59N batch job. During STO creation process system will do the availability check and only if stock is available in the issuing plant then only STO will be generated.
    During this availability check the stock will be considered at plant level and not at storage location level.
    Requirement/Scenario:
    Issuing plant contains two storage location ( location A & B).FG stock exists in both the locations.
    Our requirement is system should create separate line items in the STO based on the availability of the stock in the respective storage locations.
    Example
    Total required qty: 1000  of material X
    material X - Stock in Storage location A  : 600
    material X - Stock in Storage location B : 400
    Two separate line item needs to be created in the STO
    Sl no
    Material
    qty
    Issuing storage location
    1
    X
    600
    A
    2
    X
    400
    B
    Is there any function module available for doing Availability check at storage location level so that it can be called in ME59N with the enhancement.
    Please suggest how to achieve this. If any enhancements needs to be done we will do it.
    Thanks & regards,
    Prashanth

    Hi Nilesh,
    in SAP standard the system is always checking on plant level first and then on the storage location level, there is no possibility to change this behaviour.
    I'm also not sure if the process is correct, because if you have also requirements on plant level only then you would create negative ATP if you confirm on storage location level even though there is no ATP on plant level.
    I'm also not aware of a user-exit that would suite your requirement, additionally according to the IMG documentation the user-exits in the availability check area should only be carried out in agreement with SAP.
    Regards,
    Markus

  • Material deletion flag at storage location level is not working

    I have a material that is created in some plants and also in some storage locations within each plant. If I mark the deletion flag at plant level I am not able to create a PO -> Me051 error message appears. Whereas if I mark the deletion flag at storage location level nothing appens. I am able to create a PO and also to create to goods receipt. Is there any customization that I should do in order to get the error message?
    Thanks in advance.

    storage location level deletion flag is not checked at order creation.
    it is assumed that you can change the storage location when you do the receipt.
    MRP run is at plant level, so the requirement is valid even the storage location view is flagged for deletion.

Maybe you are looking for

  • Great, now headphone jack no longer works, volume only comes out of speaker

    This phone is so frustrating. This past weekend, the sleep/wake button wouldn't work for a whole afternoon but started working fine afterwards. All of a sudden this evening, I can no longer use any headphones to listen to my music. Regardless of what

  • Possible to install on external USB 2.0 hard drive?

    Is it possible? I have leopard installed on my macbook pro, however i need tiger for final cut pro. I am going to buy an external HD, and want to know if i can install tiger onto it? to use.....for the time being for FCP (some plugins not compatible)

  • 1.33 GHz 17" PowerBook battery indicator going up?

    Lately I've noticed that when I use my PowerBook on battery power, the "Time Remaining" indicator in the menubar counts up. I unplugged it just now and turned down the brightness and it went from 1:30 to 2:24, then to 2:09, now it's at 2:15. On my ot

  • CS3 opening error

    upon trying to open CS3 today, I got an error I've never seen before.  It says 'licensing for this product has stop working.  You cannot use this product at this time.  you must repair the problem by uninstalling and reinstalling or contact system ad

  • LAN internet connection just stopped working

    Hi all, I've just signed up to use my university LAN for accessing the internet yesterday. I registered my MAC address, and all was working fine: I could check my e-mail, use Safari etc. Then suddenly yesterday afternoon my connection stopped working