Error in goods issue for reservation

i had created a reservation for a material with batch management activated.
When i try to issue the same material for cost centre it is throwing the error 'Document doesnot contain any selectable items'.
What could be the problem.

Hi
Check the movement type for reserved item  and what movement your issuing the goods.
check the stock in mmbe with stoloc-batch wise avalability.
Laxman

Similar Messages

  • Restrict Goods Issue for Reserved Stock

    Hi Experts,
    My requirement is to restrict goods issue of stock qty which is reserved.
    For that i have created checking rule and assigned to MIGO_GI because we need to consider only reservation .
    Now when i create manual reservation system gives msg as per config.
    e.g current unristricted stock is 100 qty
    manual  reservation  created for  10 qty
    System gives msg if i issue material more than 90 qty. It is working properly
    Now pb is system is not considering reservation created by  process order confimation.
    I already assing checking rule with Checking grp for availability check and also set properties.
    in include dependant reservation i set - x - Include all reservations.
    I need to restrict goods issue for reserved stock for reservation created by process order.
    Thanks in Advance
    Janak

    Hi Janak,
    When a reservation is created automatically or manual, it will depicts the requirement of the material for the specific department/process. BUt it doesnot restrict or label the material as reserved. This is because the acutal requirement/consumption may vary from the reserved quantity. Also the stock still remains in the un-restricted stock and hence its open to be issued.
    Now if you want restrict the stock for automatic reservation, then you can make an enhancement wherein the stock is moved to required stock type. But this will block the stock for the order even if it is not required.
    Regards

  • Goods Issue for Reservation using Bar Code System

    Hi,
    Our client wants to use RF devices to post the goods issue for reservations (movement 261) and reversals of these movements (262). I have checked the RF t codes and I do not see this functionality available.
    Typically client wants to select a reservation from the list (run MB26 on handheld) and then post GI by selecting the reservation.
    Can anybody suggest how to handle this situation using handhelds?
    Thanks,
    -Shekhar

    HI,
    you should developed your own transaction for this functionality.
    You can find some documentation on service.sap.com/scm [Radio Frequency (RF Programming Guideline) |http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000341390&]
    Andrzej

  • Goods issue for Reservation

    Hi Gurus,
    I have a question in Material Reservation.Can any expert guide me on below reuirement?
    (i)Can we restrict the goods issue for a material when there is Material reservation exists for material on that day.For Ex.
    Stock-100pcs,reservation on that day -70pcs,
    Goods issue of 40pcs before issuing for reservation should throw me Error.
    (ii)Any Message number for this process?
    (iii)Any user parameter to assign to user for Goods issue only with reference to Reservation?
    Points will be rewarded.
    Regards,
    Khasim

    Hi,
    I had the same requirement at a client where we were implementing. This is how I solved it:
    1) I activated the user exit (not sure now since it was about 6 years back, I think it was MBCF0002) and it would check whether the goods issue was against a reservation or not. If yes, then it would go through. If no, it would check the open reservations which were due for the day and compare quantities. If the remaining stock was not enough to satisfy the reservations, it would give a warning. This was originally made error, then changed to warning when we found that the system prevented emergency issues. Also, people made reservation for higher quantity than required - by mistake in some case and for safety in most cases - just to ensure that they got the required stock even if someone issued out of turn.
    2) Answered in 1. No standard message
    3) No standard parameter. However you can create your own (your ABAP person will know) and check it in the above issue.
    Lakshman

  • Fund for goods issue for reservation

    Hello Gurus,
    I would appreciate if someone would tell me how to handle this issue.
    I am doing a GI 201 for Reservation and this is the error message I am getting. For other plants I am able to post except this one. Value BLANK / SPACE is invalid for account assignment element "fund"
    Thanks,
    Syed

    Hi,
    If you need report for getting po list based on the purchase group then you can use ME2N report .But before doing good issue the user need to check this report .
    Thanks & Regards,
    Renuga.A

  • Error while doing Good Issue for Production Order using BAPI

    Hi All,
    I am facing an error like 'u2018Content of order 1011907: MDT218AJ10 transferred to interface (IMSEG): T-86410-71".
    I have written the code as below. Please let me know what is missing when using the BAPI 'BAPI_GOODSMVT_CREATE'. What is the cause of this error ?
    *Action in Transaction (GM_CODE)
    *GM Code for Goods Issue for Production Order is 03
      gs_gmcode-gm_code = '03'.
    *Header Data
    *Posting date
      gs_header-pstng_date = sy-datum.
    *Document date
      gs_header-doc_date   = sy-datum.
    *Item Data
    *Material
      gs_item-material  = zptp_s_rf_migo_261-matnr1.
    *Movement Type
      gs_item-move_type = '261'.
    *Movement Indicator
      gs_item-mvt_ind   = 'F'.
    *Stock Type
      gs_item-stck_type = 'F'.
    *Plant
      gs_item-plant     = gv_plant.
    *Storage Location
      gs_item-stge_loc  = gv_str_loc.
    *Quantity
      gs_item-entry_qnt = zptp_s_rf_migo_261-menge2.
    *Unit
      gs_item-entry_uom = gv_uom.
    *ISO code for unit of measurement
      gs_item-entry_uom_iso = gv_uom.
    *Order Number
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = zptp_s_rf_migo_261-aufnr
        IMPORTING
          output = gs_item-orderid.
    *Reservation Number
      gs_item-reserv_no = gv_resv_num.
    *Reservation Item
      gs_item-res_item = gv_resv_itm.
    *Reservation Type
      gs_item-res_type = gv_resv_type.
      APPEND gs_item TO gt_item.
    Calling BAPI_GOODSMVT_CREATE to create the Material Document Number
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header       = gs_header
          goodsmvt_code         = gs_gmcode
        IMPORTING
          goodsmvt_headret      = gs_headret
        TABLES
          goodsmvt_item         = gt_item
          goodsmvt_serialnumber = gt_serial
          return                = gt_return.
    Thanks in Advance.

    hi,
    did you look at message ?
    System says, there are differences between the interface data and the order data. It can be anything. I think you should check
    data in the interface . 
    this is the long explanation of your message :
    Diagnosis
    When calling the function module MB_CREATE_GOODS_MOVEMENT or the BAPI GoodsMovement.CreateFromData (BAPI_GOODSMVT_CREATE) to post a goods receipt for a production order, there are differences between the interface data and the order data.
    Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.
    The system checks this for the material and the order item.
    System response
    Due to this difference, the system cannot post the goods receipt.
    Procedure
    Check the data in the interface (IMSEG-WERKS, IMSEG-AUFNR). If necessary, correct the plant or the order number in the interface.
    << Moderator message - Point begging removed >>
    Edited by: Rob Burbank on Feb 6, 2012 11:24 AM

  • Error in posting Goods Issue wrt Reservation

    Hi experts,
    System gives following error while posting Goods issue wrt reservation
    Message No - M7093
    Fld selectn for mvmt type 261 / acct xxxxxx differs for Fund (xxx)
    Then, I checked following things
    1.  RM07CUFA (SE38) report shows that
    "fund" field in Mvt type 261 field selection control is OPTIONAL ENTRY
    "fund" field in  G/L acct xxxxxx field selection control is HIDDEN
    2.  In OMJJ,   i did not find field " fund " for Mvt type 261
         In OBC4,  i did not find field " fund " for a/c xxxxxx (group Z012)
    How to resolve the problem?
    rgds,
    jay

    Thanks for your reply.
    In SE38 , I run Program RM07CUFA with Movement type 261 and Company code and GL account.
    Here it shows Fund field selection controls are different in Mvt type & G/L account
    But,there " fund"  field is not displayed to change its field selection control , neither in Mvt type nor in GL a/c.
    pls help me out
    Regards.
    jay

  • 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

  • Goods issue for plant maintenance order

    Goods issue with ref to plant maintenance order( Componenets of the order) is not possible in transaction code MIGO. Error message " MIGO is not possible for the refurbishment order".
    Goods issue for the same order can be posted with transaction MB!A.

    hi santhosh
    kindly check the order type .i think you are using MB1A for refurbishment process.but it is not possible.only maintenance order can be posted via MB1A
    follow the procedure for goods issue in refurbishment order.
    Choose Logistics ® Plant maintenance ® Maintenance processing ® Completion confirmation ® Goods movement ® Goods movement.
    The entry screen for a goods issue appears.
    Choose the pushbutton For order.
    Enter the relevant order number in the dialog box and choose Continue.
    An entry screen appears.
    Choose Copy.
    The Maintain Serial Numbers dialog box appears.
    Choose Reference document.
    Enter the order number in the Refurbishment order group box and choose Execute.
    A list appears with the planned serial numbers for the refurbishment order.
    Check the selections of serial numbers, for whose material you want to post a goods issue, and choose Copy.
    The serial numbers are copied into the Maintain Serial Numbers dialog box.
    Choose Exit window.
    The goods issue is posted.
    regards
    thyagarajan

  • BAPI to reverse Goods Issue for movement type 601

    Hi Everyone,
    Does anyone know of any BAPI that could be use to reverse Goods Issue for Movement type 601?
    I tried using BDC of transaction VL09 and was able to reverse the GI document successfully but the return message type was 'E' with unreadable message -
    Tabelle 'E' enth#t keinen Eintrag f# 'Ch 004 &'
    When I tried using BAPI_GOODSMVT_CANCEL, I get the error message 'E M7 130 Material document cannot be processed'.
    Best Regards,
    Junwen

    hi, Junwen!
    the following code works pretty well:
          fp_vbeln = vbeln_val.
          fp_budat = budat_val.
          fp_tcode = 'VL09'.
          fp_vbtyp = 'J'.
          CALL FUNCTION 'WS_REVERSE_GOODS_ISSUE'
            EXPORTING
              i_vbeln                         = fp_vbeln
              i_budat                         = fp_budat
            I_COUNT                         =
            I_MBLNR                         =
              i_tcode                         = fp_tcode
              i_vbtyp                         = fp_vbtyp
            TABLES
              t_mesg                          = it_mesg
           EXCEPTIONS
             error_reverse_goods_issue       = 1
             OTHERS                          = 2.
    luck.

  • Different movement types for Goods Issue for different Order Types

    Hello Experts,
    Can we maintain different movement types for Goods Issue for different Order Types at the time of automatic creation of reservations?
    Thanks and regards,
    Satyajit

    Satyajit,
    Folow the link given,
    Re: How to add new movement types when creating reservation?
    Hope this helps you.
    SmanS

  • ERROR IN GOODS ISSUE

    HI Guys,
        I am working in Make to Order scenario(statergy 20),while doing Goods Issue for final assembly i am getting  error <b>(<b>Check table XMSKA: entry V12611000002 TNR1 SF01 000000   does not exist)</b>.
    For main assembly and main component
    MRP type =PD
    lot size=EX
    For sub-assembly
    MRP type=PD
    lot size=PK(Period lot size acc.to planning calender)
      I have used for 261E (sales order stock)movement type to Issue the component to final assembly.
    Example:
    A- main assembly
    A1,A2 are main components
    I have already completed A1,A2 components(GOODS RECEIPT is completed)so i am having stock for A1 and A2 components ,now i want move the stock to A(final assembly) as a sale order stock. For this i have used the movement type 261E in MB1A  reference to the order(final assembly).in this place system is not allowing to do the Goods Issue it is showing the above mentioned error.
    Please help me to solve this issue.
    thanks in advance
    S.Murali

    Murali,
    Couple of questions.
    1. Is your components A1 & A2 in sales order stock?or Just unrestricted stock?
    2. Is your final assembly production order calling for Special stock "E" for the components A1 & A2?
    Regards,
    Prasobh

  • Error during goods issue-Posting period not open

    Hi ,
    I am getting an error during goods issue which says posting period not open.I guess that we have had deliveries that were created and in process while crossing over from one financial period to another quite frequently before, but we were still able to goods issue them in the next period. Can anyone tell me why this error happens and if there is any work around for this?
    Thanks,
    Hari.

    Hi,
    Goods issue takes place, say on a given date and this should be updated, so that the plant valuation changes are recorded. But the periods need to opened to do this. Normally there are two posting periods available, one is in MM, done by t.code MMPV and the other in FI, t.code is OB52.
    So, in MMPV we need have the current month as the posting period. But in your case it was allowing, probably because you have marked the indicator " allow posting in previous period " in MMRV t.code as our friend just conveyed.
    Hope it helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • How to execute 261 goods issue for REM order items other than with MFBF?

    Our users are looking for an easy way to post a 261 goods issue for a single component of a repetitive manufacturing order without using the MFBF transaction where they have to deselect all other components of the order.
    The ideal situation would be to use a transaction similar to MB1C or MB11 to simply enter the planned REM order, component material id, and its respective quantitiy and then post. 
    Any information you can provide will be helpful.

    Strat,
    Thank you for your response but LT01 does not seem to provide the functionality that I am looking for.
    To clarify, our users would like to complete a 261 movement for a single component within a particular repetitive manufacturing, without going into the MFBF transaction and having to deselect all of the unnecessary components just to single out one. 
    So ideally we would like to use the MB1C transaction for a 261 movement. Enter in a REM order, the material id, and the quantity to be issued and simply post a single material.  Currently when we attempt to do this with MB1C we receive the error M7162 that our order, which is a product cost collector, cannot be processed with this transaction.
    Hope this helps clear it up and thanks again for your response.
    - Nick

  • Report for Goods Issued for a Project

    Dear Friends,
                           I want a report for a goods issued for a project.can any body convey the T Code Please...
    Regards,

    use mb51 and select q-special stock and enter wbs no. for which you want to see the details.
    if you have more than one wbs then also you can paste no.s of wbs in mb51
    regards

Maybe you are looking for

  • Duplicate item wise release pur requisitions

    Experts, We have item wise release procedure with classification set up for requistions.   We have begun work on new projects where leaders have received special delegation for releasing.  Is it possible to duplicate the release procedure for these l

  • Distorted Images in Slideshow when using Philips Screen on Mac Mini

    Photos are distorted (horizontally stretched) when a slideshow is run independent from the preferences (tried them all). However, the full screen edit mode displays the images correctly. The problem did not occur with the previous analog screen. I'm

  • Batch convert .html to .csv on Mac

    I have over 2,000 html files developed in Dreamweaver that were regexed to text only without any html code so that three fields of data can be extracted into csv files for use with another program (which requires csv files). What's the best way on a

  • Problems creating physical data service to relational table

    Good morning. I am running AquaLogic Data Services Platform 3.2 on WebLogic 10.0 in a JRockit 1.5 Java VM on my PC (and it is not a clustered environment) under Windows XP SP3. I am trying to create access functionality to a table in a MS SQL 2005 da

  • How to setup and install FMS on AWS after purchase?

    After cpompleteing the purchace of FMS hosted on AWS I did not recieve any instructionb email on how to setup this application on an existing instance or better yet create a new instance dedicated to the FMS.I got as far as generating the key after p