Storage location on basis of Plant in organization level in MM01

Hello,
Here is the scenario.. I select a material in mm01 and click on the 'Organization Level' tab. In this tab(on the basis of view selection, i get Plant and Storage Location) , i give in a Plant, lets say suppose 1000. Now if i press F4 on the Storage location, instead of displaying all the location, can it display the stor.location of the specific plant, i.e 1000. Is this possible and if yes and then how to do it ?
Help Needed Big time.
Thanks,
Shehryar Dahar

HI,
yes it is possible.
use "F4IF_INT_TABLE_VALUE_REQUEST"..
example
FORM f_get_str_value .
  SELECT lgort from MARD
    where werks = <your valuewerks>
into <IT_table>.
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield         =  l_c_fieldname
      dynpprog         = sy-cprog
      dynpnr           = sy-dynnr
      dynprofield      = l_c_dynprofld
      window_title     = text-078
      value_org        = 'S'
      callback_program = sy-cprog
    TABLES
      value_tab        = <IT_table>
    EXCEPTIONS
      parameter_error  = 1
      no_values_found  = 2
      OTHERS           = 3.
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
ENDFORM.                
regards,
nazeer
reward if useful

Similar Messages

  • 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

  • Making storage location mandatory for one plant.

    Hi All ,
           I want to make storage location field mandatory in ME21N for only one plant .Like in our organisation structure two comp codes 1000 and 3000 are there .Under each comp code one plant like under 1000 1000plant is there and under 3000 3000 plant is there  .I want to make storage location field mandatory for only 3000 plant during creation of PO.Is it possible ?
           Plz reply .

    Hi Abhijit,
    Suggestions:
            1) As per your last comment, new document type is used for doing PO for that particular plant. Check the Field Selection Group in the respective document type. (SPRO -> Materials Management -> Purchasing --> PO --> Define Document Type)
            2) Then SPRO -> Materials Management -> Purchasing --> PO --> Define Screen Layout at document level, Select the Field selection group. Then goto to Supplying plant and make the Issuing storage location as a "Mandatory field".
    Note: But you can use this document type for this particular plant only. For the other plants, use the general document type.
              Please revert if you need any clarification.

  • How to define organizational levels for MM01/02/03

    Hello
    While creating/ changing/ displaying material, I'm not able to see company code as selection field in organization level.
    Can anyone please let me know from where the settings are done for this?
    Thanks
    Ankita Bansal

    Hi,
    Your Plant is assigned to company code.
    So, you can not see the Company code details in MM01/02/03.
    If you want to see for which company code your plant is attached you can see that in
    IMG>Enterprise Structure>Logistics-General--> Assign Plant to Company Code.
    Hope this helps..
    Regards,
    Siva

  • Sales order same plant different storage location

    Hi
         We are doing a sale order for a material that is storage in two storage location.
    Storage location A:
    2 units
    Storage location B:
    3 units
    We did a sale order for 5 material. Stock availability asigned 5 unit in one position of the purchase order. Then the system create just one delivery for 2 units.
    Which procedure or customizing we have to do to get two deliveries, one for each storage location.
    Thanks in advance for the help
    Regards
    Enzo

    thanks SAJU SOM
    We need to create two deliveries from one sales order, that have quantities for differents storage locations.
    Example:
    Sales order A: 5 units
    We have, 2 in storage location C and 3 in storage location D under same plant. The storages locations are in differents places, so we need two deliveries, one from C and the other one from D.
    I suppose that this situation is normal and occurs in many companies.
    So, we have to create a sales order with 2 positions, or the system split the deliveries during deliveries creation?
    I think the system should split the positions automatically in the sales order creation.
    Thanks for your help
    Regards
    Enzo

  • Transfer between storage location to storage location within same plant

    Dear Gurus,
    We r doing storage location to storage location transfer within same plant through purchase order.
    Due to excise requirement we have to raise excise invoice for the same for captive consumption purpose.
    Is it possible to make it One step procedure so that GR will take place at same time as GI the way it works for plant to planrt.
    In ECC 6.0 option is there for transfer between storage location. I configured but it is not working.
    Please check the same.
    Rgds,
    Saurabh

    Hi Saurabh,
    The proceedure you are following is a bit wierd. But I think this is as per your business requirements.
    You can continue to follow the same proceedure as this may  not be possible through one step movement type.
    Best Regards,
    Prateksha.

  • Transfer project/ SO stock between 2 storage locations of same plant

    HI,
    We have a requirement in which the we have to transfer  project/sales order stock between 2 storage locations of the same plant.

    Transfer between storage location.
       311 Q - Project Stock
       311 E - Sales Order Stock
    Transfer between storage location to own stock
       411 Q - Project stock to own
       411 E - Sales Order to own

  • Reg storage location for all the materials in the plant.

    Dear Gurus,
                       In my plant I would like to know the storage location for all the materials in the plant.can u guys suggest me the solution?

    If Stock is there in Each Storage Location then You can Run MMBE Report by Inputting Material & Plant. Then it will Show All the Storage Location Stocks for a Plant.
    Or you can Run MM60 Report Which will give you Detail Report.
    Else you Can Check in MMSC List of Extendable Storage Locations.
    Regards,
    Ashok

  • A query on Storage location of plant

    I have maintained wrong storage location in MM master for a particlar plant.  Now i need to delete the storage location of that particular plant. Kindly guide.

    Hi,
    Try this:
    Select *
    from(
    SELECT T0.[DocNum] as #,t0.cardcode as C, t0.docdate
    FROM ORDR T0
    WHERE T0.[DocStatus] = 'o' and T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-1,0)),10) OR T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-2,0)),10) or T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-3,0)),10) or T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-4,0)),10) or T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-5,0)),10) or T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-6,0)),10) or T0.[DocDate]  = CONVERT(VARCHAR(10), DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,getdate())-7,0)),10)
    group by t0.cardcode,docdate,T0.[DocNum]) S
    pivot
    (count(#) for c in([cvt01],[cvt02],[cvt03],[cvt04],[cvt05],[cvt06],[cvt07],[cvt08],[cvt12])) P
    Note: Replace Cvt01,02...with your customer code.
    Thanks & Regards,
    Nagarajan

  • Automatic selection of products in a plant but differant storage locations

    Hi Gurus
    Here is a requierment from our client that is they maintain differant storage locations based on differant prices however they want automatic selection of products during sales order entry, based on manufacturing date like FIFO comparing differant storage locations with in a plant. if you have come across these scenario and other solutions relate to this
    please share your experiance
    with regards
    Baalakrushnan.da

    hello, friend.
    yes, we have come across this.  first, your material should be batch managed specifying FIFO.  then, inventory/availability search should be plant level instead of storage location level.
    i will try to get back to you with the specifics.  but in the meantime, you could probably get your MM consultant to help you with this.
    regards.

  • 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

  • Storage Location in SRM

    Hello,
    We are on SRM5.0 and I want to know where the storage locations are stored in SRM and the storage location address.
    Thanks!

    Hi Antoinette,
    The Storage locations get replicated to SRM system when their respective plants get replicated.
    They get replicated to SRM system from ECC system using a programme - BBP_LOCATIONS_GET_ALL or  BBP_LOCATIONS_GET_SELECTED or BBP_LOCATIONS_GET_FROM_SYSTEM.
    The same can be seen under Extended attributes in the SRM organization structure under locations and the Storage locations will get replicated under Storage locations tab of Extended Attributes.
    You can check and maintain the same from the search help.
    You can check all the Plants replicated to SRM system in BBP_LOCMAP table.
    If all the plants get replicated successfully then all the storage locations assigned to that plant will get automatically replicated to SRM system.
    Please let us know in case of any further clarifications.
    Regards,
    Teja

  • Link material to profit center at storage location level

    Hello,
    I have one plant 0001,  two storage location assigned to this plant (MAG1, MAG2).
    In " MAG1", I am keeping the consignment stock (stock blongs to my vendor), hence when I create the material at the storage location I need that profit center be set to PF1
    "MAG2" is my own stock location, so when I create material at MAG2 level, I need that profit center be set as PF2.
    Does standard SAP allows such scenario.
    Is there any possibility to map this scenario
    Many thanks for your help
    Meher Souayeh

    Dear,
    Basically GUIXT script work mainly from Technical point of view..
    Here they can write codes accordinly so that if you want to make any sort of changes in the application or if you want to put some restriction parameters then by writing codes, it is very much possible to get the desired output.
    Hope this clears your doubt.
    Utsav

  • Availability Check at Storage Location Level.

    Hi All,
    Currrently we have the availability check functionality happenin at the plant level. If the stock is available in the plant, then the sales order is getting confirmed. But, the requirement is if the stock is insufficient then system should check all storage locations attached to the plant. Can someone please guide as to how this can be achieved?
    Regards,
    Raghav

    Hi
    This is not a standard SAP functionality. Either you have to input the storage location manually in the sales order or to automate this,  you have to enhance the functionality using a userexit.
    Thanks,
    Ravi

  • Automatic storage location view creation in maintenace order (IW31)

    Hello,
    Seems like I need some help.
    Have configured automatic storage location view creation for GR and reservation. Configured movement types are 101, 201, 261. While creating reservations (201, 261 mvmnt. types) with mb21 the sloc view is automatically created in material master, and everything seems fine.
    But in iw31 when I specify material number and sloc in a Components tab, I get an error message CO312: "The storage location data is not created". Automatic reservation is not created, and maintenance order can not be saved. Movement type 261 is used for automatic reservations for the maintenance order.
    If I configure message CO312 as a (W)arning  message, then it allows me to save the order and reservation, but sloc view in material master still is not created. Think that's not good and may lead to MRP issues.
    How can I configure automatic sloc view creation in iw31? Is that possible?
    Edited by: Konstantin Dudura on Nov 17, 2009 8:11 PM

    Hi,
    The customization required for Automatic Storage location creation at reservation are:
    Goto : SPRO -> MM -> inventory Management and physical inventory -> Goods issue/ Transfer posting -> Create storage location automatically
    first of all go to Plant and tick the automatic Storage location creation for the Plant. After that goto Movement type and tick the automatic Storage location for movement type 261.
    Regards

Maybe you are looking for

  • Do I need to setup my AirPort Express on a modem before trying to connect it wirelessly to my time capsule existing network?

    I have an airport express that I used in another location.  I brought it home and want to use it with my existing network and time capsule to do AirTunes.  I can't get the Express to show up in my airport utility to even set it up.  Do I need to conn

  • URGENT HELP REQUIRED AS REGARDS THIS BILLING FIASC...

    Dont know wether aloud to post this here but  Have also posted Directly to KerryG but if anyone else can help most appeciated Dear KerryG please forgive me contacting you in this manner but I am desperate today saturday the 20th feb I recived my Bt b

  • Device is locked

    hi, i have just bought a blackberry bold 9780 secondhand on ebay, it has been fully refurbished, i set a password on it and have unlocked it since but then this morning i tried and it is not letting me in. i am on attempt 6 of 10 and have heared it w

  • Server Admin won't display services after 10.4.7 update

    Did combo updater from Server 10.4.4 to 10.4.7. Everything seems to be working – filesharing, Web, FTP. But Server Admin connects but then just sits there spinning. Won't show active services, etc. Workgroup Manager will let me administer accounts bu

  • One finder window not behaving...any ideas?

    Hi all, For some reason, double-clicking Macintosh HD brings up a window minus sidebar and icon toolbar across the top - no other windows do this and it does it across all user accounts (whether previously created or new). Opening a new window operat