Making Issuing Storage Location" required entry

Hi,
I want to make "Issuing Storage Location" required entry only stock transport order. Our document type is ZUNS. Selection key is UBF.
In SPRO:
Material management --> PO -->Define screen layout at document level
I ve selected "UBF Stock transport order" document type. Selection group is supplying plant. Then I ve marked "Issuing Storage Location" as a required (mandatory) entry indicator.
Then I ve crated a stock transport order but Issuing Storage Location field is not mandatory. Is there another way make it required entry?

Hi,
I believe you will have to activate the settings for STO between storage location, in the setup stock transport order config, Set Up Stock Transfer Between Storage Locations, do the settings,read the IMG documentation if you need help in setting this up.
Regards
Chandra Shekhar

Similar Messages

  • Storage Location required entry in Material Master

    Hi
    My client requirement is, at the time of creation of Material Master, System will ask for Storage Location.Without Storage Location, Icann't create Material Master.
    Even if I'll select Plant and Storage LOcation View & Warehouse View, System is not asking the storage Location.
    Can anybody suggest me where I'll set the setting so that system will ask for Storage Location mandatory in Material Master.
    Thanks & regards
    PKB

    Hi Raja,
    Thanks for your reply.Before Posting the thread, I've already checked these Views what you told.But system is not asking me to enter storage location.
    You can check in your system.
    System only asking for plant not storage location.Even if we select warehouse view, system is not asking for Storage Location view.
    Thanks & Regards
    PKB

  • Purchase Order - Issue storage location set mandatory entry

    Hello All,
    When create subcontracting PO, want to set the field of Issue storage location as mandatory.
    I tried to find configuration "Materials Management>Purchasing>Purchase Order-->Define Screen Layout at Document Level", but there is not entry "Issue storage location" to set the screen layout field.
    I searched previous threads, but only find some to mention issue storage location for STO. Now, I just use subcontracting PO that is same as NB document type.
    Please your kind suggestion or any method to set  Issue storage location as mandatory in PO.
    Thanks very much!
    Mag

    Hi ,
    Please, could you re-check it again, I have found storage location and issue storage location fields under define fields for fields selection group.
    Under Field selection group NBF Purchase order
    Selection group                    supplying plant
    Issue storage location required entry chose
    Under Field selection group NBF Purchase order
    Selection group                    Basic data item
    Storage location   required entry chose 
    After this setting, I can be find this storage location fields as Mandatory.
    Regards,
    Thiru

  • Stock Transport order issueing storage location determination

    Folks,
    In case of a Stock transport order scenario in which plant A with SLOC1 delivery to plant B with SLOC 2. Is there any option how the issueing storage location can be determined? The delivering plant can be determined through the special procurement key but there is no option for the issueing SLOC.
    Regards,
    MdZ

    Hey Karen!
    I am not sure if I understand your problem correctly.
    You do not want the system to create a new MARD entry when postin goods issue.
    You can enable/ disable this function with transaction OMB3 in the customizing.
    have fun
    Flo

  • Issue Storage Location in Components details Subcontracting PO

    Hi all
    I need to implement this process in SAP:
    I have to send material X, from storage location B 'broken', to my supplier for repairing. After He has repaired it I post good recipe of material X in the storage location A 'adjusted'.
    I plan material X through MRP at plant level only for storage location A.
    In the material master I've set procurement type 'F' and Special Procurement '30'.
    I created a recursive BOM for material X where I entered, for component X, B as issue storage location.
    In this way MRP run (with '1' as value of 'Create PR' parameter) creates subcontracting PR with X as material to buy and X as component to send to vendor, but in the detail of component I have the storage location field kept empty.
    This for me is a problem.
    In fact when I create PO from this PR automatically through ME59 transaction, the System creates a requirement at plant level for component X.
    But this requirement is for broken material and has to be covered by stock in storage location B.
    I know that is not easy to understand all the details of this process, even due to my english, but I hope someone can help my.
    Please if you need a clear up, ask me.
    Thanks for your help
    Yours faithfully
    Paolo Verderio

    Hi Paolo,
    don't worry. Your explanation is well understandable.
    I cannot advise how to fix the problem with the missing storage location. I just have some doubts that it is the right approach to distinguish between an boken and a repaired material by storage location. Even for stock valuation there is certainly a difference between both, that you can't make transparent by storage location, and also if you look at your available stocks.
    I would recommend to have either different materials or different valuation types. I have to confess that I am not sure that valuation types would help for your subcontracting PO.
    best regards,
                     Udo

  • Unrestricted Stock of issuing Storage Location in reservation

    Hi Experts,
    We have a requirement, we want that unresticted stock of issuing storage location is printed on reservation (MB23) Thru MB25.
    How it is possible.
    Kindly help me out, can we use sqvi or something else.
    Regards
    GR

    HI ,
    Just Modify this Report with the help of a Abaper and ask him to add an additional column in the report that is the Stock in the unrestricted use for this Material and Plant
    combination.
    TO achieve the Since we know the Material ,plant and storage location
    PIck up the Material Number --RESB-MATNR
    the Plant code --RESB-WERKS
    the storage LOcation--RESB-LGORT
    Go to Table RESB table in this table against the Feilds RSNUM -Reservation NUmber and RSPOS( Reservation item number)
    IN some cases the storage location would not be entered by the user ,take care ,he enters the storage location by every user ,so make it mandatory in the screen layout.
    After Picking up all the three values ,pass those values in the Table.
    MARD line item vise present in the reservation (maintain a loop for the same)
    in this table pick up value in the Feild MARD-LABST which is the stock in the unrestricted use.
    one thing ,i dont know the exact requiremnet ,but it is to resrict the user from creation of reservation more than the stock ,it can be done by avaliability check.
    hope so it helps
    Regards
    Anjanna.

  • Issuing Storage location in BAPI_PO_CREATE

    Hi.
    I am trying to find out field in BAPI_PO_CREATE in which i can send issuing storage location but can't find.
    here is my code which i am using
    MOVE: 'Z218' TO int_pohead-doc_type,
         '2200' TO int_pohead-purch_org,
         'DH1' TO int_pohead-pur_group,
         'GM01' TO int_pohead-suppl_plnt,
         '1500' TO int_pohead-co_code,
         '00010' TO int_poitem-po_item,
         '000000001050000020' TO int_poitem-material,
         '000000001050000020' TO int_poitem-pur_mat,
    *     '1040000023' TO int_poitem-material,
    *     '1040000023' TO int_poitem-pur_mat,
    *     '51' TO int_poitem-net_price,
         'MK01' TO int_poitem-plant,
         '7' TO int_poitem-item_cat,
         'S101' TO int_poitem-store_loc,
         '00010' TO int_posched-po_item,
         '20101231' TO int_posched-deliv_date,
         '7'        TO int_posched-quantity.
    APPEND int_poitem.
    CLEAR int_poitem.
    APPEND int_posched.
    CLEAR int_posched.
    This code gives error of 'Not Possible To determine Shipping Data for material'. While using standard ME21N t-code to creating STO, same error comes if i do not enter issuing storage location. But removed when i enter Issuing storage location. Now i have to send this field value in BAPI_PO_CREATE. but unable to find field. Please Help out.
    Edited by: tahir naqqash on Dec 1, 2010 2:55 PM

    I have solved this issue by using BAPI_PO_CREATE1. In this bapi , my required field is coming.

  • Stock Transport Order - Issuing Storage Location

    Hi gurus -
    When raising a Stock Transport Order (UB type) and Issuing Storage Location is populated manually with an SLoc not extended for material in supplying plant, will system give an error or allow STO to be saved/created without throwing an error?
    Thanks,
    Karen

    Hey Karen!
    I am not sure if I understand your problem correctly.
    You do not want the system to create a new MARD entry when postin goods issue.
    You can enable/ disable this function with transaction OMB3 in the customizing.
    have fun
    Flo

  • Issuing storage location for purchase requisition

    Hi All,
    Anyone knew how to have a default issuing storage location on purchase requisition (source of supply tab) created through MRP?
    Thanks.
    Jump

    Hi,
    For this you need to implement BADI MD_EXT_SUP in combination with special procurement type 40 or 45.
    Documentation of this badi:
    Business Add-In for Determination of Issuing Storage Locatio
        Use
        You can use this Business Add-In (BAdI) to control the determination of
        the issuing storage location during stock transfer processing.
        The BAdI is used in the following components:
        Material requirements planning (PP-MRP)
        The BAdI runs both for manual creation of externally procured planned
        orders, and in the MRP during creation of stock transfer procurement
        proposals.
        Purchasing (MM-PUR)
        The BAdI runs as part of the source determination for purchase
        requisitions and during purchasing.
        Standard settings
        o   The Business Add-In is not active in the standard.
        o   The Business Add-In cannot be used multiple times.
        Example
        Sample coding is stored.
        Further notes
        Documentation on BAdI method GET_SUPPLYING_SL
        Documentation on BAdI method GET_PLIFZ
    MZ

  • Issu storage location

    Hi,
    Where can we maintain (in material master) the   Issue storage location? like we can maintain storage location for Extl procurement in MRP view.
    Regards,
    Sattuj

    Hi,
    issue storage loc is maintained in the Bom item of the component or via MRP Group or in material master prodn storage loc,.
    Storage Location/Supply Area Determination
    Use
    You use the storage location/supply area determination function to define the strategy the system is to use in BOM explosion and in MRP to determine the issue storage location (production storage location or supply area) for the components.
    Integration
    The procedure described below is the same for both storage location determination and supply area determination.
    Prerequisites
    You must define the production storage location for the components in the BOM item of the assembly BOM. The system then reads this storage location in the BOM explosion and uses it as issue storage location.
    If you have not defined a storage location (production storage location) in the BOM, you can set the strategy the system is to use in BOM explosion to determine the issue storage location (production storage location) from which the components are to be withdrawn. You set this strategy for the MRP group in Customizing for MRP or for Repetitive Manufacturing in the IMG activity Define Stor.Loc./Supply Area Determination in BOM Explosion.
    Features
    In the BOM explosion, the system tries to find a storage location in the BOM item (component). If no production storage location has been defined for the BOM item, the system reads the MRP group of the assembly or of the finished product to determine the strategy for storage location determination.
    The following strategies are available for storage location determination:
    If you select indicator 1 (only component), the system searches for the production storage location maintained for the material in the material master record. This storage location is then used as the issue storage location and is displayed in the component list.
    You use this procedure for determining the issue location if you always withdraw one component from one specific storage location.
    If you select indicator 2 (only assembly), the system checks to see whether the proposal issue location has been maintained in the production version of the produced assembly or of the finished product. If the proposal issue location has been maintained, this location is used as the issue storage location for all components and is displayed in the component list. If no proposal issue location has been maintained, the system uses the receiving storage location of the assembly as the issue storage location for the components. You can maintain the receiving storage location in the production version of the assembly in the field Issue storage location or in the material master record of the assembly in the field Prod. stor. location. If none of these entries have been maintained, the system can also use the ‘to location’ in the backflushing transaction for Repetitive Manufacturing as the issue storage location for the components.
    You should use this procedure for determining the issue storage location if all the components are stored together at a storage location close to the production line where they are needed.
    If you select strategy "2" in repetitive manufacturing, the system checks the planned order for the production storage location. Then the system proceeds as described above.
    If you select strategy "3", the system first proceeds as described for indicator 1. If it does not find a storage location using this strategy, it then proceeds as described for strategy "2".
    If you select strategy "4", the system first proceeds as described for strategy "2". If it does not find an issue location using this strategy, it then proceeds as described for strategy "1".
    When backflushing for the planned order, the strategy is ignored. The system withdraws the components from the storage location saved in the planned order.
    Regards,
    nandha

  • STO Issuing Storage location

    HI
       We use STO process to transfer goods between two plants in same company code
    we are in *4.7 Version *
    Our requirement is to have an option to enter issuing storage location or have the BADI defualt the Sloc from a Z Table
    Thanks
    Kumar

    Hi,
    Why do you need to source it from Z* table? Is standard OVL3 transaction not suitable for you?
    Regards,
    Dominik Modrzejewski

  • Issuing Storage location in STO

    In the STO process the system is allowing to save the STO without Issuing storage location. But, at the time of delivery creation the system is throwing an error message that Zero delivery quantity is not permitted. Now if the issuing storage location is entered manually then the delivery can be created successfully.
    Please suggest the possible solution to avoid this.

    IMG >  Enterprise Structure > Assignment > Logistics Execution > Assign warehouse number to plant/storage location
    That's a WM configuration, and is irrelevant for picking storage location determination.
    In fact the determination is in the exact opposite direction, SAP will use the plant/storage location to determine the warehouse number, not the other way around.
    The correct path is: IMG -> Logistics Execution -> Shipping -> Picking -> Determine Picking location -> Assign Picking locations.

  • Issuing Storage location

    Hi All,
    PR Creation (ME51N) and during Assign Source of supplay,  Agreement and Agreement Item no is coming but Issuing Storage location not coming.
    If I create PR by MRP run then its coming, but manualy not coming.
    and what is setting for Issuing Storage location come during ME51N, My client req Issuing storage location during ME51N.
    Please Help me
    Thanks in Advance
    Jainashu

    Hi,
    Issuing storage location is filled in case of STO PR.
    What is the source assinged incase of MRP? is it the agreement number or STO from another plant?
    If it is agreement, why are expecting issuing storage location?

  • Determination of Issuing Storage Location in STO

    Hi Gurus
    How can we auto determine the issuing storage location in Stock Transport Order (STO)? If it is via user exit, could you please provide the user exit?
    Appreciate yr help on this.
    Thanks
    Rgds..Sanjay

    Had you gone to this node
    Materials Management -
    > Purchasing -
    > Purchase Order -
    > Set up Stock Transport Order  -
    > Set up Stock Transfer between Storage Location -
    > Business Add In for Deterination of Issuing storage location.
    See /ISDFPS/MD_EXT_SUP may be useful .

  • Issuing Storage Location in Allocation Table

    Hi all,
    There is a field 'Issuing Storage Location DC (Delivery)' (AUPO-LGORT) under the tab Documents in Allocation Table Item Details. Does anyone know how to use it? Can the system pick this Issuing Storage Location to STO Item when generate STO from Allocation Table?
    Regards,
    Sonrisa.

    Hi Amitabh Nema,
    I have created an allocation table with Item Category F and I have input the Default Issuing Storage Location in the Item Detail. Then generate STO using WA08. However, the Issuing Storage Location cannot be copied to the STO Item.
    Do you have any idea what wrong with the setting or my steps?
    Regards,
    Sonrisa.

Maybe you are looking for

  • Mac equivalent to Get Midi?

    Hi, I currently use a programme on the PC to search the web for MIDI files. It's great and one of the only reasons I still use a PC: http://www.getmidi.co.uk/ Is there a Mac equivalent that will allow me to search and preview MIDI files on the web. I

  • Service & Material Purchase:::URGENT

    Dear All, Can we purchase services & materials within the same purchase order ???? If Yes can u guide me how ???

  • Can't visit a website and need to override

    is there a way to override a setting. I can't view a site below and its just a general questionaire. http://directagents1.theresumator.com/questionnaire/53bc4b8e80b72/prospect_20150112154937_84RQLD4WC6G9VS1H/projob_20150112154937_1SDHRCPBB1X9YF3C Is

  • Safari or Firefox?

    Which one is better to use?

  • Download PDF spool to unix file system

    Does anyone know how to programatically download a PDF document spool to the unix file system? I am trying to find a method to send PDF documents that have gone to spool to a unix file system. If anyone had any ideas on how to do this, please let me