Availibility check issue in Production Order

Hi Every one ,
One of the user has issue while operating the production order for Material "A". He gets a pop up , "Error during the availibility check for order . Material A is of Material Type HALB.
On checking the Log , we have description
1.  "Maintain availibilty check for the material "X" in material master, (Order AERREB)
2.  All checked materials are available (look in log)
The status for the Order is "CLSD PRC  RELR SETC"
I wish to add Material "X" is a  Material type ZDOC ( configured by company ) . ZDOC are reference materials which are not shipped with products . These materials are not main materials and are not valuated.
When I check the material "X" to study the availibility check in material master. I do not see MRP view.
How do I sort this out . Can anyone kindly suggest a solution? Many thanks in advance .
Kind Regards
Ayaz A Khan
Edited by: Ayaz Alam Khan on Sep 1, 2010 1:04 AM
Edited by: Ayaz Alam Khan on Sep 1, 2010 2:07 AM

Hi,
    Pls check sales views for Availability check for the material master of X

Similar Messages

  • Auto Material & Capacity Availability check when releasing Production Order

    Dear Experts,
    Is there any configuration in Production Planning that will automatically check material availability and capacity availability automatically when a Production Order is released?
    Meaning to say, users will not need to manually click on the Check Material Availability and Check Capacity Availability button.
    Please advise.
    Thanks in advance.

    Hi,
    I've solved the problem. Just maintain the config in transaction OPJK.
    Thanks

  • Make to order availability check scenario with production order

    We have a make-to order scenario where we build custom products for our customers.
    In SAP, we specify a strategy group so a production order is automatically generated when an sales order item is entered. However, we sometimes create a small amount of stock, in anticipation of an order. I would like the system to first check available stock in the system, beofre proposing a production order.
    Is something like thi spossible thru configuration of the strategy group, or perhaps another method?
    Regards
    Ken

    Hi,
    In SPRO->Sales and Distribution->Basic Functions->Availability Check and Transfer of Requirements->Availability Check->Availability Check with ATP Logic or Against Planning->Carry Out Control For Availability Check
    Select the Availability check and the Checking rule  combination of intrest and if you select the details,here you define that stocks that are to be considered during availability check.

  • Good issue to Production order - Allows it in back posting date

    Dear all,
    Good issue to Production order ( 261 Movement ), allows us to post the component in back dated eventhough stock is not avaible on that date.
    Example - Component stock on date 10.02.2010 = Zero , I made it Good receipt on date 18.02.2010 and now stock is available on date 18.02.2010.
    Now GI to Production it allows the qty on current and back Posting date also , I want control on date with error message. It should not allowed the GI for back date from 18.02.2010.
    Because of this our MB5B report shows the negetive issue qty if i post in back date.
    Waiting for reply
    Thanks and Regards,
    Saurabh

    Hi SAurabh,
    PLease check whether Negative Stock is allowed for the valuation Area (plant).
    GOTO >> SPRO >> MM>> Invetnroy management and physical inventory >> Goods issue/ Transfer Posting >> Allow Negative stock.
    Untick the Negative stock allowed for your valuation area (PLant)
    Regards,
    Pravin

  • Goods Issue on Production Order

    Dear PP Gurus,
    The requirement is,
    while doing Goods issue for Production order of X material, during operation Confirmation ' CO11 & CO12' , System should allow only BOM components of X and restrict or give warning message for goods movement of other materials.
    I tried to use available User Exit for PP Orders but none of them gives desired output.
    Can nybody guide me.
    Thnx in advance.

    In customizing materials management -
    > Inventory Management and Physical Inventory->Goods Issue / Transfer Postings make--> Set Up Dynamic Availability Check
    For 261 movement type set Dynamic Availability Check as "F"
    and then in omcq transaction M7 362 message set "E"
    This customizings prevent good ıssue more than reservation quantity

  • 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

  • Serial number of components issued to production order

    Hi Guys,
    I want to get a report for components issued to production orders with Serial numbers. Is there any report available.
    thanks and regards
    Murugesan

    Hai Murugesan,
    Try MCRE or MCRX here you can get the materials list which you have issued to production order. Other wise goto MB51 mov.type 261. and execute here also you can get the details.
    Reg/ Shankar G.

  • Excess goods issue against Production order

    HI PP Gurus,
    My requirement is to block excess goods issue of raw material against a production order.
    Ex. Production order qty = 10 , For producing 10 Finish goods i require 10 raw material. When i do confirmation via CO11N  the system automatically shows GR & GI Values in Goods Movement tab. there i change GI value of RM from 10 to 20 the system takes the value and does the GR & GI.
    My requirement is that the system should not do GR & GI if the GI value is more than that is calculated at the time of creation of Prod. Order.
    Thanks in Advance,
    Deven

    Hi,
    Rstriction of excess goods issue against production order is not possible in standard setting.
    For achiving this you have to go for User exit.
    The logic should be
    In MIGO check mvt. type 261
    Pass the order through table RESB and select all the components with quantity.
    Capture the header material of order and use this as input along with the order creation date, plant and BOM application to explode function module CS_BOM_EXPLOSION.
    THis will give you the BOM components which were valid at the time of order creation.
    Now compare these BOM components with the components from RESB with quantity.
    Here conditions will come in picture
    If quantity is exactly matching then GI will be possible
    or if you want to keep tolerance limit say for 10% then accordingly you can map the condition.
    Regards
    Amit Parkhi

  • How to restrict reversal of Goods issue against production order.

    Dear All,
    How to restrict reversal of Goods issue against production order if production order status is CNF or DLV.
    i want that user can not reverse the goods issued against production order, if they want to do so, then user has to reverse the GRN and reverse the GI then only.
    Please suggest the solution.
    Regards,
    Sandeep Dhruve

    Hy Sandeep,
    You have to use User Exit for this.
    The following enhancement is available for production orders:
    o   CCOWB001    User exit for modifying menu entries
    You can use this function module to deactivate menu entries or
    functions. The locked functions can then no longer be executed by the
    user.
    The enhancement CCOWB001 contains the following components:
    Function exit
    o   EXIT_SAPLCOWB_001   Good movement: Deaktivate functions
          Display documentation
    Regards,
    Dhaval
    Edited by: Dhaval Choksi on Aug 22, 2008 3:01 PM

  • Availability  check in Enjoy Purchase Order & Requisition

    Hi Experts,
    The availability check is used in 4.7E also but what is difference in Ecc 6.0 or new functionality added
    Can any one plz let me know
    Regards
    Pratap

    Below is capture from sap release documentation :
    Availability Check in Enjoy Purchase Order and Requisition
    (Changed)
    Use
    As of SAP ECC 6.0, SAP_APPL 600, display and checking of availability are invokable separately in the
    Enjoy purchase order and requisition in line with the system behavior on the Sales side.
    You invoke the display and checking of availability in the Enjoy purchase order (transaction code
    ME21N) and the Enjoy purchase requisition (transaction code ME51N) as follows:
    - To display the availability overview, choose Environment -> Availability
    - To check availability, choose the Check Availability icon.
    13.6.16.3 System Behavior After Availability Check for an Item (Changed)
    Use
    If you carry out the availability check for an item of a stock transport order, hitherto the system adopted
    confirmations as per the desired date/time only.
    SAP AG 30
    ______________________________________________________S_A_P_-S_y_s_te_m_
    As of SAP ECC 6.0, SAP_APPL 600, you can define in Customizing how the system reacts if the desired
    quantity cannot be confirmed for the desired date/time.
    You have a choice of two settings:
    - Confirmation as per desired date/time
    This is the standard setting and corresponds to previous system behavior.
    - Delivery proposal
    - Full confirmation
    Effects on Customizing
    You make the settings in the Rule for Adoption of ATP Results in Purchasing field in Customizing for
    Purchasing under Purchase Order -> Set Up Stock Transport Order -> Assign Delivery Type and
    Checking Rule.

  • How to get material's last posting date of issuing to production order?

    Hi,
    In my scenario, I need to get material's last posting date of issuing to production order (e.g. mov. typ. 261).
    I tried to select the material documents whose movement type is 261, and restrict the posting date from month to month each time, until the first material document is selected.
    But this method seems quite inefficient.
    What kind of algorithm is more effient to do this?
    Thanks
    Wesley

    Hi,
    select max( budat )
      from mkpf
      into gv_budat
      where mblnr in ( select mblnr
                         from aufm
                        where aufnr = gv_aufnr "(Prod. Order)
                            and  matnr = gv_matnr "(Issued Material)
                            and bwart = '261' ).
    Edited by: Azeem Ahmed Matte on Mar 12, 2010 12:33 PM

  • How to track/check on which production orders are not confirmed yet?

    Dear Experts,
    Is there any transaction or processes to check,only those production orders which are not confirmed yet?
    Besides the transaction code, I would kindly like to request you to provide me a small overview of it. Your support will be really  appreciated.
    Thank you in advance!
    wishes,
    jeevan

    Hi,
    Please refer the below screen for COOIS report. Please check on Sys status as CNF Excl. It will show you all the orders which is not with CNF.
    COOIS/COOISPI (For process industries) is very useful report where you can see entire details of orders. You can see report both on planned order and production/process order. As well the report can be seen in several level like header, component, operations etc..
    Different layout for display is also possible for different users.
    Please try it by different options. You will find the functionality of the Transaction.
    Regards,
    Krishnendu.

  • How to make material availability check work during Work Order creation

    Hi Experts,
    Kindly advice about these matters:
    1. How to make material availability check work during Work Order creation?
    My requirement is Work Order can not be created when it has missing parts. I have set the config to '3' can not created when is has missing parts, but it still does not work.
    I have implemented SAP Notes 1148139 on my system (SAP ECC 6 Ehp 5) also, but still does not have any effect.
    I must not set the config Res./Purch Doc creation to 'immediately', because it does not fit to my user requirement. Is there anyone knows how to solve this requirement?
    2. How to make information message/ Availability check screen appear when sparepart is missing, without clicking Availability Check button? for example: appear when clicking Save button.
    Thank you
    -amoonra-

    Hi Maheswaran,
    I have implement the prerequisite notes. (Notes 790219 and 1034962). Do you know why it is still does not work?
    Thanks
    -amoonra-

  • How to stop excess goods issue against production order from MB1A

    Hi Gurus,
    In our organization goods issue against production order is done by using MB1A T.Code manually.Due to this reason sometimes excess quantity of RM issue against production order.Now I want to stop the excess goods issue against production order by using MB1A but I want to mainatain a certain tolerence.
    Please advice what to do?
    Regards
    Nirmal

    Hi ,
    Use user exit MBCF0002
    This is called when u do goods movement for production order.
    Regards,
    Vishal

  • Reversal of components issued to Production order

    Hi Gurus
    I have a problem during reversal of components issued to production order.
    i issued 100 nos of components to production order thro co27.
    When i do reverse 50 components thro MB1A (262 movement type)
    the system is not reducing the reversed components qty. in the production order components overview ( Qty withdrawn).
    One more issue is,
    When i create rework order thro' co07, i have selected the ref. opn set what i have created. Then i entered the settlement rule against production order.
    After that system giving error message "No task list for selection ID 01 for auto task list selection found.
    With out considering this message, i did confirmation, i am not getting the  rework order material in the stock ( control key with auto GR).
    Please advice me.
    Thanks & Regards
    Bala

    Bala,
    In transaction MB1A, use the following procedure.
    1. Execute transaction MB1A.
    2. In the Intial screen enter movement type as 262, Plant details and storage location details and then click "To order" button or Shift+F1).
    3. In the Popup screen enter the order number against which the reversal has to be performed and Enter in keyboard.
    4. System default proposes all the components which were Issued, enter the quantity for the material you wanted to reverse, remaining materials leave the quantity blank.
    5. Adopt and Post the Goods movement.
    This would now reduce the Goods withdraw quantity.
    Probabaly previously you were trying to enter the Order number in the second screen, what this means is that the system would consider this as "Unplanned Goods Movement", hence this movement does not gets updated with referance to reservation.
    Hope this resolves your problem.
    For your rework related query, request you to open a new thread if it is not answered here.
    Regards,
    Prasobh

Maybe you are looking for

  • HT4623 How do I restore my iPhone?

    Several communities tell me I should use iTunes. But I have the latest Window version of iTunes: They said click on Devices, but nothing happens when I do so!  What can I do know? 

  • Pls Help for Sql Loader utility

    Dear friends, I want to execute Sql Loader utility by procedure. Can anyone give me any idea about it. Thanks in adavance.

  • ICal won't take data. Data disappeared from iCal

    iCal won't take data. All events disappeared from iCal. Help!

  • Who can give me some docs of HR?

    I need some documents of HR module.Such as the backend configuration and the frontend end use handbook and so on. You can send the this address: [email protected] Thank you in advance.

  • Audio Video synchronization issues

    Hi, I have a video application that I am building - and previously I used FMS and TCP connections for video. Now expecting the latency to be much lesser with UDP, I implemented UDP in my application and stratus as the RTMFP capable server. I used the