T-code for display the storage locations

Hi,
Is there any tcode where we only display the storage locations, which is not the long one by using mm03 except for mmsc which is only authorized for limited people.
Many Thanks
Jean

Hello Jean,
SE16 will work for you but you will not get material description and also you need to make settings for output (for only required field.)
The other option is , you can write a small ABAP query using MARD and MAKT (for material description, if you want) table.
Hope this helps.
Regards
Arif Mansuri

Similar Messages

  • Code for displaying the word doc file from servlet as response.

    Hi can any provide me code for displaying the word document form servlet as response.
    here i have file from file it should ale to read them and display it.
    i have written code but the proble here is in displaying.it ios as not showing as word.can any one help me here
    vijay

    Are we talking of HTTP?
    If yes, you'll need to provide an appropriate content-type and use the binary output stream.
    IE does not trust the content-type header but relies upon the file name, so set it too.
    response.setHeader( "Content-Disposition", "attachment; filename=" etc. Edited by: BIJ001 on Oct 22, 2007 10:10 AM

  • Code for displaying the elements of ArraList and HashMap

    hi..im new to java ..
    tell me the code for displaying the elements of ArraList and HashMap

    myj-ava wrote:
    wt abt displaying the elments of HashMap?plz..give clear codehey, this is not a code-giving service. This is a forum of volunteers who help others who have specific questions. I find that the greatest help is given to those who have shown that they've put in at least some effort. You have shown none. Please look at the Sun tutorials first, then come back with a specific question if anything there confuses you.

  • Help required !! For MRP at Storage location level

    Hi ,
    we need to have separate MRP fro two storage locations with direct procurement from Storage locations. Right now we have MRP run at Plant level for all the storage locations. we donot want the materials in these two storage locations to be planned at Plant level only with Separate storage locations. Plant level MRP will run for the other storage locations .
    I have created separate MRP areas for the storage locations & activated MRP for MRP Areas client level. material masters for the two storage locations have been asigned the MRP areas & maintained the MRP area data in material master .
    When we run the MD01, the Planned orders are getting created at both MRP areas plus at the Plant level.we donot want the planned orders creation at Plant MRP area level-only at the storage location level for those two storage locations MRP areas.
    Can anybody guide me -how to achieve that ? Did we miss any configuration?
    I tried to maintain scope of planning & getting error for parallel processing .
    Do i need to maintain parallel procesing with servers ?
    Pls need your input on this. Any help will be highly appreciated .
    Thank you in advance.
    Regards,
    Krish.

    Hi Krish,
    Go to following IMG path and check out your settings -
    IMG>>>Production>>>MRP>>>Master Data>>>>MRP Areas>>>
    (1) Activate MRP for MRP Areas    -
      Is that activated?
    (2)Define MRP areas>>>> Do setting s as per Storage Location
    Then run MRP.
    MRP Areas
    In this IMG activity you define whether MRP is to be carried out with MRP areas. In addition, you define the MRP areas for each plant in which you would like to carry out this type of materials requirements planning.
    The MRP area represents an organizational unit which carries out materials requirements planning independently. The results of the planning run are displayed specifically for each MRP area. An MRP area can include one or several storage locations of a plant or stock with a subcontractor.
    You can assign a material to various MRP areas.
    Basically, there are three types of MRP areas:
    Plant MRP Area
    Initially, the plant MRP area includes the plant with all its storage locations and stock with subcontractors. When you have defined MRP areas for storage locations and for subcontractors and you have assigned the materials, the plant MRP area is reduced by exactly this number of subcontractors and storage locations, as they are now to be planned separately.
    MRP Areas for Storage Locations
    You can define an MRP area that consists of a particular storage location by creating an MRP area and assigning the storage location to it. Material requirements for this storage location are then planned separately from the rest of the plant. You can also group several storage locations into one MRP area by creating an MRP area and assigning the storage locations. These storage locations are then planned together.
    MRP Areas for Subcontractors
    You can also define an MRP area for each subcontractor. Using an MRP area, it is possible to plan the components to be provided in subcontracting, by defining an MRP area for each subcontractor and assigning the components to be provided. You can therefore plan the requirements to be provided for these components for one subcontractor separately from the usual requirements.
    Up to now, MRP at plant level had been carried out. The various requirements were combined in the planning run and procurement elements were created for these pegged requirements with unknown sources.
    The introduction of MRP areas enables you to carry out material requirements planning and know the source of the pegged requirements and to be able to distinguish between them. The source of the pegged requirements can be, for example, production on a particular assembly line or a subcontract order.
    Material requirements planning for each MRP area allows you to have specific control over the staging and procurement of important in-house production parts and purchased parts for each shop floor and assembly area.
    Hope this will give you more idea about the same.
    Satish

  • T code MB5B , the storage location will be reset

    dear All,
    I want to see stock on posting date of particular storage location with values. When i try T code MB5B and select valuated stock, (it says storage location will be reset). and i used another T code MC.9 and MC49 , but these T codes didn't meet our requirment .
    the T Code MB5B , i can see the Material number, Material Description, Opening Stock, Opening Value, total Receipt Quantity, Total Receipt Values, Total Issues QNT, total Issues Value, closing Stock QNT, closing Stock Value.
    i need these fields appears but per Storage Location.
    Thanks a lot.
    Mosab Ahmed Mostafa
    Senior Application Consultant
    Amer Group
    Egypt, Cairo

    Hi Mosab,
    The system rejects any value entered in the fields "Storage Location",
    "Movement Type" and "Batch" if you select the Valuated Stock mode for
    the execution of MB5B.
    Regarding the Storage Location, the system clears this field with the
    message "Storage location will be reset" - Message no. M7284.
    As soon as the Valuated Stock mode is selected, the system must remove
    the Storage Location. The reason for this behaviour is that there is
    not information on material's values on Storage Location level.
    - MB5B in the Valuated Stock mode reads the entries from the material
    valuation table MBEW of a material and valuation area to get the current
    valuated stock and value.
    - Then it reads the related MM and FI documents to calculate the stock
    and values on start date. A valuation area could be assigned many
    storage locations.
    The related MM documents can belong to many storage locations.
    In the case there are stock transfer postings from plant to plant
    the MM documents do not contain a storage location.
    So it makes no sense to calculate and display the valuated stocks
    and values on Valuation Area level when the number of the selected
    MM documents is incomplete. MB5B will deliver wrong results in this
    case.
    BR
    Nadia Orlandi

  • Function module for displaying the location

    Hi,
          Could anyone tell  the Function module for displaying the location in our system  without a  file name while downloading, when the user press f4.
    thanks

    * read the default pathname on application server
      call function 'FILE_GET_NAME'
           exporting
    *           CLIENT                  = SY-MANDT
                logical_filename        = lc_logical_filename_ftappl
                operating_system        = sy-opsys
    *           parameter_1             = ' '
    *           PARAMETER_2             = ' '
    *           USE_PRESENTATION_SERVER = ' '
    *           WITH_FILE_EXTENSION     = ' '
    *           USE_BUFFER              = ' '
           importing
                emergency_flag          = l_emergency_flag
                file_format             = l_file_format
                file_name               = l_file_name_ftappl
           exceptions
                file_not_found          = 1
                others                  = 2.

  • Where and how to find the storage locatation for the consignment stock

    where and how to find the storage locatation for the consignment stock (customer stock )  for more than one storage location .
    table :msku
    material no    -   werks - batch
    xxx                   sg11  - 200352ac
    table : mchb
    material no    -   werks  -lgort - batch
    xxx                   sg11   sg10   200352ac
    xxx                   sg11   gs11   200352ac
    note : each stock location having same batch no in different storage and my question how to find which link for msku to mchb .

    Hi,
    Try the table MARD: Storage Location Data for Material, where in the field LABST will give the stock field, against a given material/plant/Storage Loc.
    Regards,
    JLN

  • How to get delivery address in STO for the storage location

    Hi All,
    We have to create STO from the reservation using MRP run. While system is creating the STO we need to populate the storage location address as delivery address (not the plant address ). How we can do that? what are teh settings required for this setup? please hlep in that.
    Regrads,
    Khan

    Hello...
    You can select the storage location in the line item itself which is adjecent to Plant for the line item.
    Regards
    Suresh

  • Extend the material for the storage location in mass.

    Hi,
    Can any genius let me know how can I extend the material for the storage location in mass.
    Currently our support team doing it by trx MMSC, but now we required to extend the materials for storage location in mass for which MMSC is to lengthily
    Is there any other way apart LSMW for MMSC.
    Regards,
    Shyamal.

    hi
    did u tried mass
    try this
    go to MASS
    then select BUS1001
    go to plant data for material  execute
    click on data records to be creatd
    then add material in field
    then select  select field button and add storage for extrenal procurement then there u will find on filed for external proc
    now do mass change
    reward if helpful
    regards
    kunal

  • The storage location for Time Machine backups can't be found

    I recently purchased a Time Capsule and have successfully backed-up both a PC (via ethernet) and my MacBookPro via wireless. However, after a few hours of inactivity on my MacBook Pro, the Time Capsule icon on my desktop is gone. When I launch Time Machine, I get the following message:
    "The storage location for Time Machine backups can't be found". I have browsed the forums and noticed some answers to similar queries to check the "Remember password" option when establishing the connection. I do not have this option when I reconnect. What am I missing?

    Glasses,
    It does work! I have successfully use DW on my TC both wirelessly and via ethernet. Ethernet is of course much quicker. And I have run into more DW errors trying wirelessly, so I avoid that method whenever possible. As for other NAS device - I wouldn't know.
    Glenn
    BTW RetroBot - That post was over 6 months ago!

  • List the storage location for all the plants

    Hello
    How could I list all the storage locations of all the plants in single view.
    I have tried V_T001L but it is go plant by plant level.
    rgds
    Nile.Y

    Hello,
    Following link may help you.
    List of Storage Locations by Plant
    BR,
    Tushar

  • Make the Storage Location field in Grey mode in Delivery (picking Tab)

    Hi Experts,
    Pls suggest me to how  make the storage location in Picking Tab of  Delivery to Grey mode .
    Regds
    Rajiv

    In tcode U have to enter Transaction code  VL01N
                                        Transaction variants field just Press F4 to get already buid transaction variant else u have to create the ur screen variant by clicking the button named Create in Below menu option .
    If the variant already exist -> enter
    u will get the data in the lower half of the screen , select the transaction Variant with field for storage location , generally datais distributed in delivry doc at header and item level so for storage location u have to take the one with item level data .
    There u will find the all the fields which are there in Delivery doc at item level with check boxes in front of them please goto storage location field and check the check box saying output field ( This means this field will be display only) Save and try and create the delivery again.
    This will be display only in VL01N

  • Filling the storage location field

    Hi
    can any one tell me the use ogf this exit MBCF0009
    and how to use this one

    This is what the Documentation for the Function module in this exit says:
    'Short Text                                                                               
    Customer Function Call: Set Storage Location                                                                               
    The enhancement MBCF0009 enables you to set a storage location. It is   
        called up when a goods movement requires a storage location or the goods
        movement is entered online with inventory management transactions (that 
        is, the user exit is not processed from the function module             
        MB_CREATE_GOODS_MOVEMENT).                                                                               
    All the data available is transferred (item data and header data). The  
        storage location determined is returned. This may be carried out by     
        setting *, for example, so that storage location determination or stock 
        determination, if this is set, is run. But you can also explicitly set a
        storage location.                                                                               
    Example 1:                                                              
        Cost center 1 withdraws stock from storage location 0001; cost center 2 
        withdraws stock from storage location 2, and so on. In the case of goods
        receipts, you can define the storage location depending on the stock    
        type.                                                                               
    Example 2:                                                              
        Unrestricted stock in storage location 0001, stock in quality inspection
        in storage location 0002.                                                                               
    For a coding example, choose Goto -> Sample code from the component     
        display.                                                                 "
    Regards,
    Ravi

  • MIGO user exit : MBCF0009 Filling the storage location field

    Hi all,
    I want to change the storage location filed after loading data (GR for PO, GI for network) before output (show in grid).
    I found the exit  MBCF0009 but it does not work. Any other way to do this ?
    Thanks.
    Wayne

    Dera Suyog,
    I try to use method line/item change, but I cannot find a solution.
    Acctually I cannot change the value of cs_goitem and to display it.
    Below is my code!
    Pls help !
    Please have a look on my code !
    method IF_EX_MB_MIGO_BADI~LINE_MODIFY.
    break skolev.
    data: p_groes type mara-groes.
    data: p_maktx type makt-maktx.
    data: p_all type goitem-maktx.
    data: p_len type p.
    select single groes into p_groes
    from mara
    where matnr = cs_goitem-matnr.
    select single maktx into p_maktx
    from makt
    where matnr = cs_goitem-matnr
    and spras = sy-langu.
    concatenate p_maktx p_groes into p_all SEPARATED BY space.
    p_len = strlen( p_all ).
    cs_goitem-maktx = p_all.
    CALL METHOD cs_GOITEM->HOLD_DATA_SAVE( ).
    break skolev.
    endmethod.

  • The storage location/batch function * is not defined here - Message no. M7116

    Hi Experts,
    we have a scenario - Project Subcontracting Purchase Order, Item Category - L and Account Assignment - Q.
    Delivery created, one of the component is Batch managed and  with Batch Spli Exists.
    When performing Good Receipt in MB01 t-code for movement type 543 R (Special Stock), batch determination fails for batch split scenarios; we get the following error message:
    The storage location/batch function * is not defined here:
    Message no. M7116
    The batch determination works fine, if the PO is with Item Category - L and Account assignment - Blank, then the movement type will be 543 O
    Steps for Reconstruction
    MB01, Mvt 101, enter SUBCON PO (Item Cat L and Account assignment
    Q), SL
    Delivery should have batch split
    for 101 Mvt, system determine the batch
    543 R Mvt should allow for wildcard search in batch field, the
    wildcard search works for other Mvt like 543 O.
    Note:
    we foresee we have to maintain an entry in OMCG for Movement type 543 and Special Stock R.
    543 o already exists there. But we are unable to Add/Delete any entry there.
    Please advise.
    Thanks and Regards,
    Nagaraja Achar.

    Hello Dennis,
    try the new transaction (MIGO): Use the 'Distribute qty' pushbutton. For all goods receipts (with or without special stock) it is possible to create several batches.
    Regards
    Michael

Maybe you are looking for