Translation of storage location

Hello,
I want to find in spro where to translate the storage location.
In OX09 translation is not available.
Thanks.

Hi,
There is no Language for the description of the storage locations.
But if you want to maintain the address of storage location in a different language then you can go to address screen and click on internation versions and maintain the address in different location.
In case if you want to cross verify then go to SPRO , open the menu path for the defination of maintain storage location and then on the top menu click on additional information and select technical data and click on language - dependence and the system will give a message saying that there is no table to contain the langauge
Thanks & Regards,
Kiran

Similar Messages

  • Storage Location Description in Languages apart from EN (Translation)

    I maintained the description of Storage location in English.
    Please help me to maintain the translation of this description in other languages
    For Ex: In english EN description will be "Storage Location"
    in German this will be "Lagerort"
    Thanks in advance for your help.
    Thank you.

    Do you mean that, we can not maintain descriptions in different languages? Hence my objective of maintaining as shown in my example (This is the requirement from client) can not be fullfilled by standard SAP? Is it possible by any other method through ABAP developments?
    Thanks your your concern.

  • Opening and closing stock at storage location level

    Dear all
    I need a std report which will give the opening and closing stock at storage location level, Or should I go for dev. if yes please guide me.
    Regards
    Samuel

    Hi,
    check if you can use S_P00_07000139 report, select "Display stock movement by plant (with amount) and further select Sloc from layout.
    Regards,
    Vikas

  • Report including open purchase order quantity for one storage location

    Hello gurus,
    I am looking for a report giving me the total/available stock and the open purchase order quantity for all materials stored in a certain storage location.
    I.e. like this:
    Plant 0001, storage loc. 01
    Material        stock        open purchase order quantity
    100000        200 pcs.   50pcs.
    Is there such a report in SAP standard?
    Thanks
    Alicia

    hI
    U want the report like this ,
    MAterial stock availablein storage location and with Open PO quantity for the same material.???
    This report u can get in 2 different transaction . the n u can combine and create one custom transaction .
    One is for materil stock in storage location is MB52 or MB5B
    THen ME2N for open PO quantity for that material.

  • Date Wise and Storage Location Wise Stock Qty & Value Report......

    Hi Experts,
    We want a report Date Wise(As on 31.03.2008) and Storage Location Wise Quantity & Value Report for only Finish Materials. Is there any report ?
    From Mb5b we canot get storage location wise report as we get only plant level qty and value.
    Pl. guide us.
    Regards,
    Yusuf

    Hi Yusuf,
        Try the Tcode: MC.9 there enter the site and article and executeYou will get details of the article
    stock, value. if you double click the article you will get the details of storage location.
    Hope it will be help for you
    Regards
    GK

  • Stock on posting date -storage location and batch wise

    Dear All
    I need to developa report exactly same as MB5B but with storage location and batch wise.
    We need  storage location wise opening stock, total receipts, total issues and closing stock, and values for given time period.
    I have gone through some history tables like MCHBH and MBEWH.
    But all the history tables are having fileds for period wise but not date wise.
    Any focus on this?

    You have to read the coding of MB5B to see how SAP is doing it.
    The stock per date is calculated, starting from a month end, adding or reducing quantities based on movements until the date in question is reached.

  • Storage location wise Opening/Closing Stock on posting date (mb5b)

    Hi,
    Report mb5b gives opening stock and closing stock as on date. In the selection screen, if we do not enter specific storage location then the opening/closing stock is displayed as sum of all storage location stocks for a given material.
    Where as if we enter storage location, it gives storage location specific output. (with Storage loc/batch stock radio button)
    My requirement is - without entering storage location in the initial screen, the system should display storage location specific opening/closing stock.
    To get this, presently I need to execute mb5b transaction individually for every storage location.
    Warm regards,
    MS

    Hi Madhavi
    This report you can have in T code MC.6 and another t code for opening and closing stock in t code MC.9
    Regards
    Vivek
    -- Reward if helpful
    Edited by: Supergene on Feb 28, 2008 3:17 PM

  • 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

  • MC.9  drill down at storage location level

    In mc.9  report  stock against plant xxxx  at storage location drilldown
    I see
    In total  valuated stock is 0
    But
    at storage location 0040 I see  423.686 as valuated stock
    and at storage location 5M06 I see  minus 423.686  as valuated stock
    Client need to have not stock at plant level.
    In total I see 0
    But client is bothering about valuate stock he is getting at storage location level.
    Thanks,
    Kiran

    Hi Jurgen,
    For plant xxxx there is nil stock in mc.9 report. only I see sloc  to sloc transfer of qty. for example sloc 0001 has qty + 100 & sloc 0002 has qty -100.
    Finance is asking to user that this + - qty should not show in mc.9 and asking him to get it removed.
    What should I suggest to user and finance.
    Thanks,
    Kiran

  • Mc.9 Multiple storage location issues

    Hi,
    I am fetching data from mc.9 in my program but if the use enter multiple storage  in selection only 1st value is printed following is code and how will i come to know which material is for which storage location since mc.9 data is not getting stored anywhere
    SELECT-OPTIONS : SLOC LIKE S031-LGORT.
    SUBMIT RMCB0300 WITH SL_WERKS-LOW = PLNT
                        WITH SL_LGORT IN SLOC
                      WITH SL_MTART = 'HALB' WITH SL_MTART = 'VERP'
                        WITH SL_MTART = 'ROH' WITH SL_MTART = 'FERT'
                        WITH SL_SPMON-LOW = FPERIOD
                        WITH SLV_NO = 'STK'
                        WITH SL_SPMON-HIGH = FPERIOD EXPORTING LIST TO MEMORY AND RETURN.
    while append to internal table  even if i specify both high and low value it prints low and high incorrectly how will this problem will solved
    itab-lgort = sloc-low.
    Help required for same.
    Thanks
    Shruti

    Hi Shruti,
    I simulated the code given by you and all the storage locations are being populated in the backed.
    You can check this by putting a breakpoint at the below code in RMCB0300 and checking the value of sl_lgort[]. You will receive the number of SLOC inputs provided.
    AT SELECTION-SCREEN OUTPUT.
      FLG_FOUND = FALSE.
      PERFORM SPEZIAL_AT_SELECTION_SCREEN_O IN PROGRAM (LIS_PROGNAME)
                                            CHANGING FLG_FOUND
                                            IF FOUND.
    This is a data issue and you may not have any records for the selected input.
    Regards,
    Jovito.
    Edited by: dsouzajovito on Dec 29, 2010 5:56 AM

  • Report for material documents with storage location

    Hi gurus,
    I would like to know if there is a report to display material documents but in the same screen display storage location from and storage location dest.
    Thanks for your help.
    Regards.

    Hi,
    You can use MB51 or MB59 with customised layout selection for your requirement.
    With regards,
    Ajay.

  • Goods Receipt requirement other than standard storage location

    Hi,
    SAP Guru,
    Kindly guide on how to take receipt of Raw Materials against Purchase order or without Purchase order at other than RM01 or RM02 Storage Location
    i.e. we purchase RM from Vendor A and we give this material to Vendor B for Job work and then we take GR from Vendor B
    We generated 2 Purchase Orders for Vendor A and Vendor B
    We cannot take receipt from Vendor A becuase they supplied prohibited material which cannot be taken as receipt directly in to SAP Standard Storage location instead we require to take receipt of same which accounts for Vendor B through which we can do Billing activity
    With Regards,
    kunal sheth

    hi
    as the vendor B is ur subcontractor ,u an use sub vendor deliery in po
    create po for vendor A
    now initem level delivery address tab ,at right side in vendor field give vendor B and tick for SC vendor
    now the delivery will be done at vendor side
    just try it
    regards
    KI

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

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

  • 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

Maybe you are looking for

  • No Drill-Down Error

    I have a report that you cannot go past about page 16.  When you try to go past page 16 the report opens up the Select Expert for Group Footer 2 highlighting {@Month 1} as being an error.  There is no error message that says what's wrong or anything.

  • Can't install a huawei e3231 dongle on my macbook with 10.6.8

    Hi. Am in the UK and have a MacBook running OS1-0.6.8. Trying to connect a Three dongle, a Huawei e3231 and it isn't recognized.  Any suggestions?  I looked on the Huawei website, but there are no drivers for that modes on the site. Thanks

  • I want to run PEAP and LEAP at the same time...

    I have an environment where I have 25 Laptops connected to my wireless network using PEAP and TKIP over an XP wireless client with a certificate. I also just purchased 25 IPAQ's with built-in wireless and they have the ability to do LEAP or PEAP. I a

  • WRT54G v1.1 DNS problems

    My WRT54G is not working properly. I have the latest firmware installed, and i am still getting DNS errors. My wired computers cannot access the internet, but my laptop CAN connect wirelessly. Also, programs like skype can connect to the internet, bu

  • IRecruitment - Vacancy to Selected Departments

    Hi, 1)Our requirement is, manager is creating the vacancy and in the same page, manager has to select the departments, so that this vacancy is posted to only selected departments. Only the employees from the selected department are eligible to apply