Issue against multiple reservations

I want to restrict a material issue against reservations.
System shall allow issue of material in the sequence of reservations created.
If reservation R1 is created 1st for a material than res R2 then system shall nor allow the issue of material against R2 unless all the items have been issued against R1.
Thanks,
Suz

Suz,
Not supported by standard SAP.  This will require custom development.
Rgds,
DB49

Similar Messages

  • Material Issue against multiple reservation in one step

    Hello everybody,
    I want to issue materials against multiple reservation (originating from Service order or PM order) in one step because the number of reservations is quite large (say thousands of reservation in a day). If i go one by one through MB1A it will take a lots of time. Please suggest some solution for the same.
    Regards
    Amit Gupta

    Hi,
    You could write a program (new dialog transaction), in which you can select the reservations for which you want to issue, show the summarized list of materials and quantities to be issued, then you decide which materials you actually want to process, and then call BAPI_GOODSMVT_CREATE to post the individual reservations in the background.
    This is just a general idea, but you can use it to develop the real thing, which will probably turn out to be quite more complex.
    Regards,
    Mario

  • POST GOODS ISSUE AGAINST RESERVATIONS

    Dear All,
    I want to restrict the goods issue against the manual reservations.
    Logic:At the time of goods issue against the reservation system should check stock in hand(unrestricted stock)-all previous reservations.
    Eg:suppose unrestricted stock is 50kg
    Reservation 1 for 20 kg
    Reservation 2 for 30 kg
    Reservation 3 for 40 kg
    Reservation 4 for 10 kg
    When i do goods issue for Res :3
    System should check Uns Stock(50kg)-Previous Res(20kg+30kg)
    give error message stock insufficient.
    Waiting for the expert comment.
    Kind Regards,
    Sankar T

    Hi
       Let me tell you with that logic reservation works.
    While creating manual reservation, system checks whether material is available on specified date or not. In case material is available then system will allow to reserve the material otherwise not.
        Now take your case, if you have made following reservations
    1) 20 Kg
    2) 30 Kg
    3) 40 Kg
    4) 10 Kg
    This means against each reservation material will always be available for particular reservation (because no one can issue particular material by any other means)
    Now suppose in unrestricted use 50 kg of material is available and you want to issue the material against reservation No 3 then system will issue material from reserved material (Not from the un restricted use)
       This means the logic which you want to use is already applied by SAP in one step before (while creating reservation) so need not to apply same logic once again.
       and if you still want to use this logic , you take a help of ABAPer , he only can help you in this mater
    Reward if helpful

  • Creating Issue against Reservation

    Dear SAP Gurus,
    While creating Goods Issue against the reservation the system through the message M7 181 only O Quantity availble.
    But if i see the actual quantity through MMBE the system shows the actual quantity which is there in PRD server.
    Can any one give me immediate reply highly appriciated
    Thanks,
    Alam.Sivakumar

    hi
    Though stock is available pls. check whether availability check is active for that material or not...may be the available stock is reserved for another reservations
    u can check list of reservation in MMBE
    check reserved column--Shift+F6 will give u list of reservations
    Vishal...

  • Multiple reservations for an item in a DBM order

    Hello,
    I got an issue with multiple reservations for an item in a service order.When I try to replicate it unable to create multiple reservations.
    Please help me why and when these multiple reservations are created for an item.
    Thanks,
    siva.

    Hi Siva,
    Like Sachin has mentioned, multiple reservations is not a standard process.
    Having said that, there are some exceptions to that and here are the possible cases of Multiple reservations for a part on DBM service / parts orders:
    1. If item was rejected and un rejected.
    2. Qty updated after item is issued
    3. Order rejected, unrejected, with different materials and QTY.
    4. Item Deleted (reservation doesnt get deleted) and re-entered, same item back into order (new reservation created).
    Sometimes, the action, which creates reservations might have not be updated / some Z code could have overwrite the standard process, which could lead to multiple reservations.
    I hope this helps.
    Best regards,
    Harsha

  • Posting multiple goods issues against the same delivery

    Hello gurus,
    We are a fashion apparel company using ECC 6.0 and would like to know if it is possible to post mutliple goods issues against the same delivery?
    I will explain the business requirement.
    - We create a stock transport order to deliver 400 units of merchandise to on or our retail stores (STO is created and processed to a delivery).
    - This information is passed down to our warehouse management system (which is not SAP)
    - Our warehouse management system has the ability to split a delivery into multiple shipment when needed.  For example, our warehouse may only be able to complete 250 units for our morning shipment and will therefore pick, pack and post this.  This will feed back into SAP and process a 641 movement so that the units now show as "in transit".  This is needed so that our stores can process the ASN and move the units into their inventory when they receive the merchandise later that day.
    - During the afternoon, our warehouse will process the remaining 150 units and will ship this to our store later in the evening or next day.
    Currently, we are not able to process another goods issue against a delivery as we close out the delivery during the first goods issue.  We would prefer not to have to generate a new delivery for our DC and let them continue to process against the same delivery, but we are unsure how to configure this.
    Any help or guideance would be extremely appreciated
    Thanks in advance

    Hi RJ,
    First of all sorry to write such a lengthy reply,In one line if i want to summerize then it is not possible with standard SAP however we can achieve this by writing some piece of code in both the system
    AS - IS
                   Business process
              From business process point of view you are right that once the pick & pack is in process it is not advisable to create a new delivery document for balance quantity and share the same with WMS as then they have to create a new document in WMS and start picking based on that rather then the old delivery document number. if i am in your position then i can give a thought like this
    e.g.
    Delivery                                                  - 100 Unit
    Shipment confirmation from WMS            -   60 Unit
    Change in delievry quanity / Pick qty        -   60 Unit
    Invoice from SAP                                    -   60 Unit
    Second confirmation from WMS                          -   40  Unit
    Change in the existing delivery quantity                -   Now here we have two option either
    1) Change the delivery quantity / Pick qty  to (60+40) =100 or
    2) Remove the 60 and update 40 as delivery and pick quantity
    Pros & Cons
    if you will select option 1 then furhter invoice will happen for 100 unit which is incorrect as physically you are shipping only 40 unit
    if you are selecting option 2 then the document flow is incorrect as you don't have history(in SAP) for the 60 unit which was shipped earlier
    Solution ::
    so in my opinion the best option is to create a seperate delivery document (store the old delviery number in one of the field of the new delivery and pass the same to custom segment of the IDoc) transmit the IDoc to WMS write the validation logic in WMS
    Find the record with old deliver number in the WMS system, check the status whether it is active or inactive
    if it is acitive Validate the Material + qty with the WMS record(Material + balance quantity) if both are same then pass the new deliery number to custom field of the WMS table
    At the time of confirming back to the SAP, Write a piece of code in SAP that if the incoming idoc custom field(new delivery number) field is populated then ignore the orignal document number and post the document using the new delivery document number
    Hope this help

  • ABC Analysis of Planned Consumption(Issue against Reservation).

    Hi Experts,
    Is there any standard report is available for ABC Analysis of Planned Consumption(material issued against Reservation)?
    thx in advance...

    Hi,
    I allready tested with Tcodes such as MC.9 (gives details of total & unplanned consump. not for Planned consump.) & MB51(gives details for only one Mov. Type say either 261 or 262 not possible to do ABC ana. for balance of both)
    Is there any other std report as ABC analysis of planned consp.
    Thx in advance...

  • Goods issue against reservation with interchangeable part using MB11/MIGO

    Hi
    Do anyone know how to make a goods issue against reservation with interchangeable part using MB11/MIGO.
    Meaning reservation is made with Part A,  goods issue is make with Part B (interchangeable to part A).
    Enhancement pack 4 is having some issue with MB1A, we are attempting to do a work around with MB11 / MIGO.
    Please assist.
    Thanks!!
    Regards,
    Clarice

    You can view report from MB25 ,it will gives you reservation list with reference network  number.
    Select option in MIIGO  as GI > Reservation > Mvt.281.  or you can make the entry from MB1A  with Mvt .type-281
    Regards,
    Sandesh Sawant

  • Report for Material Issued against Service Orders But not Billed.

    Hi Experts,
    For CRM Service Orders Based on the Reservation number generated in CRM we will make the Goods issue document in ECC.
    My Question In CRM Do we have any standard report to see Material issued against CRM Service orders but not billed. i.e. Work in progress.
    Thanks in Advance,
    Abhinesh

    Hi Vivek,
    What I wanted to say that you won't get information from VAV about billing since as far as I know it doesn't contain any relevant table.
    You should try create a query using LIKP-LIPS-(joint type: left outer)-VBRK. This will connect deliveries to billing document, you can also get SO number. Please try this.
    (Sorrowully I don't know which logical database would be good for you)
    BR
    Csaba

  • Account Detrmination for Goods Issue against Order

    Dear All,
    We have a requirement where goods issued against reservation created through plant maintenance order should hit repairs & maintenance account instead of default account such as consumption stores and spares.
    Can any changes be made in configuration so that the default account can be changed either while saving plant maintenance order or can the default be overwritten when material is issued through MB1A against reservation.
    Useful answers will be rewarded with points
    Regards
    Milind Nair

    Dear
    Your knowldge iam adding the points
    In materail master check the Valuation class 4 digits (ex: 2010)
    is assigned in material master . The same material will be used in many places , this valaution class depends Production created by Fi.
    This same will have assigned in G/L at OBYC t code. Here we assign as automatic posting. The same G/l account has given as automatic posting in G/L t code FS00.
    In obyc has many process example for goods issue it will come as BSX. costing difference PRD.
    your materails type is ERSA these types may bes used many plcaes other than Pm . If clinet interests you can assign valuation class with seperate G/l account for PM
    All the G/L , costing docuemnts will appear while doing migo (mb1a) 261 movements as per your obyc seetings
    Tell requirements with FI/MM

  • Delivery against multiple PO

    Dear all,
      I want to create delivry against PO and i am using GN_DELIVERY_CREATE . Plz tell me can i use it to create delivery against multiple PO . Plz suggest some small example.

    Hi,
    I am little bit disappointed since I did not get even a single reply for the issue that I raised. Anyways finally after couple of days debugging VL10d and going thru SAP support website I found couple of solutions. Here it is in case anybody else needs it in the future.
    I am using solution 2 below.
    Solution 1.
    From SAP portal website u2013 Apply SAP note 386340 (Grouping purchase orders into one delivery using VL10*)
    Note- This solution will affect all your plants and delivery types that is using VL10d transaction or any other transactions calling FM GN_DELIVERY_CREATE
    Solution 2.
    This is the solution that I am using and it is done by implementing BADI  u2018LE_SHP_GN_DLV_CREATEu2019 method MOVE_KOMDLGN_TO_LIKP.
    1) Here I am checking for two fields (IS_XKOMDLGN-WERKS and IS_XKOMDLGN-LFART) are equal to the plant and delivery type that I need to combine deliveries for.
    2) If step 1 above is true then I am updating the header structure CS_LIKP-LFDAT (delivery date) to todays date (sy-datlo).
    Thanks
    SHR.

  • Does XDB supports validating xml against multiple schemas?

    The XMLType has some methods for validating an xml documents against a schema, e.g., SCHEMAVALIDATE, etc.. does XDB support validating xml against multiple schemas (Just like what JAXP or Xerces have done)? Or what's the current situation about this issue? thanks.

    did you try using the import schema element instead of the include elemnt?

  • MM COnsigment stock: Unable to issue against reversation

    dear all ,
    we are trying to prototype a MM consigment stock process.
    we have done the following
    1. Purchase info record is created as consigment
    2. PO is created. while creating the PO, the net price is coming as Zero.
    3. Migo was possble with item category as K and movement type as 101
    4. Created a reversation
    5. finally tried to do a goods issue with special indicator as K
    we are getting error PO has zero price.
    we have tried all known settings and the net price in PO  is still coming as zero.
    kindly let us know where the issue could be . what setting need to be modified.
    regards

    Dear Friend,
    when the matl is in consignment sstores, it is not belongs to company. Vendor is the legal owner of the matls.
    you have to transfer from consignment stores to  company stock using 411-K mvt type( T-code= MB1B).
    *you can not do two transactions at single shot( i.e. both transfer posting and issue a matl against Resevastion)*
    In ur case upto 3rd step is OK.
    then,
    1.0 Transfer the matl to companys stock.
    2.0 Create a reservation against a cost center.
    3.0 issue a matl against ur reservation.
    OR
    **u can issue a matl directly to cost center using mvt 201-K in T- code= MB1A.**
    *By that time if u see the matl do. u wil see that stock changes from 101(K-) to 201(K+), but can not issue against reservation*
    It will solve ur problem.
    If u have any doubts, plse revert back.
    Reward if useful.
    Regards
    Viru

  • Problem in returning materials issued against project

    Hi Gurus,
    I want to return some materials  issued against Network activity back to Stores.
    I am trying to create a Reservation using MB21 & movement type 282 / 222, system is giving an error message stating that Manual reservations are not allowed for Order Category 20.I believe this is the standard way of returning the material and why system is giving this error message ?
    What is the setting that is missing and what are the other ways of returning the materials issued against the Project ?
    thanks in advance.
    Vinodh

    Hi,
      Yes you can create reservation manually using MB21 for WBS Element from using Movement type-221, this reservation is on free stock.
    But if you want to create reservation using movement type 281, then you need to create automatic reservation in Network that is in CJ20N or CN22, it's not possible at all in SAP using MB1A as SAP Suggested.
    BTW, there is an option available:
    Goto SE16> enter the table> T158B>display>Execute and enter the transaction MB21-->Execute, if the Mvt types 281,282 are available in the table entries then it will allow, if not, it won't allow.
    so try to maintain that table entries for 281 and 282 movement types.
    After that have a look in to table-->T157H, repeat the same steps as above, your problem is resolved.
    Rgds
    Sudhir Reddy

  • Material issue against PR

    hello friends.
    i have a small querry.
    i have stock of raw material in storage location.
    my scenario is make to order.
    i have generated a sales order and then i have done planning of the final material.
    as the planning process is carried out hence all materials from top to bottom are planned.
    but as there is already raw material in stock, the pr that is generated should issue raw material from the stock.
    i do not want to purchase raw materail.
    is it possible to issue stock material against PR.
    thanks for the help .
    warm regards.

    Hi,
    Material cant be issued against PR. You can issue material against reservation and close the PR. It seems you are not using MRP.
    Regards

Maybe you are looking for