Error while doing outbound delivery against Purchase Order

hello
i m getting error while doing Outbound delivery for purchase order as follows
EKPO-SOBKZ=E; EKPO-UMSOK=_; EKPO-KZBWS<>_ EKPO-KZVBR<>E (Note 305582) not supported (check your entry)
Message no. M7146, i m not getting wht will be the reason,
Regards
NISHJ

Please go through the note - 305582. It is clearly given the direction.
Symptom
You try to post a goods movement for a stock transport order from the unrestricted-use stock into the sales order stock or project stock.
During the goods issue, the system displays error message M7146 with a text along the lines of "EKPO-SOBKZ=E; EKPO-KZVBR<>E; ... not supported".
Cause and prerequisites
In the goods issue for the stock transport order, the system may have to create a stock in transit which is deconstructed during the goods receipt. If the withdrawal takes place from the special stock, it is clear which is the receiving stock.
However, if the withdrawal is carried out from the unrestricted-use stock ("Collective requirements", controlled by the dependent requirements indicator MARC-SBDKZ in the material master of the issuing plant), this results in the design problem that the control tables of the goods movement do not have any key field for the receiving stock. Therefore, the control for the receiving stock is controlled via the consumption indicator in the account assignment category of the purchase order. The consumption indicator therefore requires a specific default setting (you may have assumed you could change the design of these control tables, however this is not possible).
Using an inappropriate consumption indicator then causes for the goods issue an incorrect or no stock in transit to be created so that the goods receipt fails.
Solution
Implement the program change in accordance with the correction instructions.
Afterwards implement Note 413908 immediately if this is relevant for your release.

Similar Messages

  • Error while doing miro of network purchase order ( no funds center entered/

    Hi,
    we are facing one problem while doing miro of network  service purchase order. System is giving message 'No funds center entered/derived in item 00030'.
    We have activated funds management in Jul'10. The said network service PO belong to previous year. Also we have changed
    commitment item of GL account related to concerned service order in Jul'10 & posted GRN one in apr'10 & one aug'10.
    System is not allowing to cancel the service entry sheet.
    Can anybody help on this.
    regards
    abhishek

    we had activated the trace facility for FMDEIRIVE & found that all FC/Commitment item derived correctly. But while posting the document it is throwing an error.
    Regards
    Abhishek

  • Zero stock available for material while doing outbound delivery

    Hi ,
    System gives error "0 pc of material XXX avaialble" Message no VL150 when we are doing outbound delivery for sales order. But MMBE & MB52 reports shows sales order stock for the same material. This is happening for particular material but the other material which is having same sttings in material masters & sales order & for the same plant is not having problem & OD has been created.
    We are getting this error whiel posting very first outbound delivery for sales order.
    Help to resolve thsi will be appreciated.
    Regards
    Basavaraj Patil

    Hi,
    Run MD04 for the XXX material and ensure there is no other open sales order / Stock transfer orders.
    If appearing, delete it,  if its not applicable and try creating out bound delivery..
    Check if any safety stock is maintained for the said materials in the MRP view at the plant level, you might get similar error message, pl check.
    Regards
    Merwyn

  • Error while doing Rapid delivery confirmation

    Hi,
    i am encountering the following error while doing rapid delivery confirmation, "set checkbox for rapid confirmation", pls guide me where to set this check box and wat are all the necessary settings need to be done.?
    Thanks in Advance,
    V.S.Sabitha

    Hello ,
    There is a field called 'Rapid Confirm' in transaction O4H1. You need the select this first.
    Check the link for the prerequisites :
    http://help.sap.com/saphelp_oil472/helpdata/en/bf/a007362b89e30ae10000009b38f839/frameset.htm
    Regards ,
    Jerin Ipe John .

  • Error while doing Goods receipt for process order. Error code: "BS027"

    I am getting error while doing GR for a day whereas previous day(s) GR is already done and also 2 days post that day are also done successfully.
    Error :  ""Goods receipt for prodn. order" is not allowed (ORD XX-CEMTSAL) " (XX = First two characters of plant code)
    Error code: BS027.
    Thanks to all in advance.

    Hello,
    This issue would occur when you want to post a confirmation for a production order. The error message is generated if you wanted to post a backflush for a component and if this component was assigned to a sales order stock. The sales order itself was assigned to a work breakdown structure element which should be debited with the actual costs. However, the business transaction 'Confirm' is not permitted for a work breakdown structure.
    Please look into SAP Note 62367 and 64370
    Hope the information is helpful
    regards

  • Error while doing inbound delivery

    HI,
    In our process we do GR by using mvt type 561 initial stock upload and then against the material documents , create inbound delivery( PGR).. While doing PGR we are facing the error as follows,
    STORAGE UNIT XXXXXXXXX IS WITHOUT APPENDANT HU
    Could any one tell what is the problem?
    Regards,
    abi

    Hi ,
    Pls refer path Delivery Issue in PGI
    Thanx....

  • Error while saving a vairant in purchase order- ME21n

    Hai friends,
    While creating/saving a variant in create purchase order transaction(me21n) it is showing the error as " Not all radio buttons from radio button group FUNC were hidden". Can any one help me to fix this problem.
    Thanks
    Hari

    Hi,
    Could you please implement the following sap-notes and restest 
    this issue.                                                                               
    923131  If you start a report w/ variant, radio buttons not hidden  
    962712    DB291 for saving a variant: Radio button group func       
    994798   Error DB 291 when saving variants  
    Thanks
    Best regards
    Erika

  • Getting ABAP runtime error while doing MIGO-GR against PO.

    Hi,
    Getting ABAP runtime error message while doing GR against PO.
    47 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    48
    49 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    50    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    51         EXCEPTIONS
    52           error_message = 4.
    53 *  As soon as we have started to put things into UPDATE TASK, we must
    54 *  ensure that errors definitely terminate the transaction.
    55 *  MESSAGE A is not sufficient because it can be catched from
    56 *  external callers which COMMIT WORK afterwards, resulting in
    57 *  incomplete updates. Read note 385830 for the full story.
    58    IF NOT sy-subrc IS INITIAL.
    >>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
    60                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    61 *     MESSAGE A263.
    62    ENDIF.
    63 * Optische Archivierung
    64 * Spaete Erfassung mit Barcode
    65 * Redesign of barcode handling -> note 780365
    66   PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr
    67                                          xmkpf-mjahr
    68                                          barcode.
    69
    70   MOVE-CORRESPONDING xmkpf TO emkpf.
    71   CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    72     EXCEPTIONS
    73       error_message = 4.
    74    MOVE-CORRESPONDING xmkpf TO emkpf.
    75    CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    76         EXCEPTIONS
    77           error_message = 4.
    78    IF NOT sy-subrc IS INITIAL.
    Any pointers
    Code Formatted by: Alvaro Tejada Galindo on Jan 14, 2010 6:00 PM

    Hi ,
    Any inputs
    for this error
    No RFC destination is defined for SAP Global Trade Services
    Regards
    Ashu

  • Error while deleting outbound delivery

    Hi experts,
    To brief about the issue,we are trying to delete outbound delivery created with reference to sales order which was created with wrong line items .We are trying to delete the outbound delivery document but the system is showing the error " Topfile KT-STB2000-C1WW line item 000020 has the following missing components :STB2000-C10007R".BOM is created for the same line item KT-STB2000-C1WW with subcomponets STB2000-C10007R and KT-14000-148R.suggest the solution for the same
    Thanks & Regards
    subhash

    Hi Reazuddin,
    We are concerned only with deleting the OBD.Earlier there was a mismatch between material BOM and OBD sub-componets.The wrong sub-componets were taken from sales order.Later on we realized that we dont want these componets (it was mistake) in OBD since BOM has different components.Later on we realized our mistake and we have sychronized BOM components,Sales order components and OBD components and tried to delete the OBD,but the system gives error as explained in above query.The message number that we received is "ZW024".
    Thanks & Regards
    Subhash

  • Error while doing inboud delivery

    1. While doing an inbound delivery for P.O
    i got the following error
    "Delivery type SP for delivery xxx not contained in table TVLK".
    solution please.
    2. While doing invoice reduction it is throwing the following error
    "tax amount different to expenditure/revenue account assignment".
    How to fix this.
    Cheers

    Yes.
    The error is coming only when you post the Inbound delivery.
    When i checked in Table TVLK i can see for Delivery type SP, there are some fields which were defined as in Delivery Type SP.
    Even after checking twice the delivery type configuration, I don't understand where i am going. It's giving me same error message: Delivery type SP for delivery xxxxxx not contained in table TVLK.
    The program you gave in your mail how to check n where to check, is that program need to be done by ABAPers?
    Thanks for your early response Jurgen L  

  • Error while doing Goods Receipt for Production Order

    We have created following test data in our Development System:
    Production Order:1000016
    We have processed the abv. production order thru create, release & confirm stages.However, on doing Goods Receipt of the Order thru MB31, system is giving following error:
    Msg.No.NA M7001:Check Table TFBEFU_CR entry 10 does not exist.
    Can u pl help me in analysing the same.
    With Rgds.,
    Rakesh Kumar
    09324847499

    Hi,
    Maintain the OPK9 (Valuation Variant for the Order Costing).
    It will go thorugh..
    Otherwise revert for further discussion..
    Regards,
    Siva

  • Error while creatin outbound delivery......

    Hi,
    We have configured material determination process,when we create Sales order,material determination takes place based on the availability on the stock & alternate materials automatically appears if stock of main item is not available.
    But,when I create a outbound delivery for teh same SO,those altenate materials are not appearing.Only main material will appear with zero deliver qty.Item category for main material is TAX & alternate materials is TAPS.
    Kindly let me know what would be the reason,we ahve used standard material determination procedure.
    Regards,
    VKB

    Hi,
    This is the Standar Behaviour of TAX Item category, If you create a sales order with the TAX item category, it will be copied with Zero Qantity as it is a NON-STOCK item category,
    You have to change the item Copy control setting from Sales order to delivery
    Goto Transaction code VTLA and select your Sales order and Delivery as Sorce and Target Documents respectively and choose your Item category as TAX , then select the Details, There you will find  field ORDER REQUIREMENTS As 102 , if you want to get the amount from Sales order it shold be 101
    please try the above and let the form know your feedback
    thanks,
    santosh

  • Send E-mail to Buyer and Requisitioner while doing GR for a Purchase Order

    Hi All,
    I  would like to send automatic notification messages to buyers and Requisitioners when goods receipt is completed for Purchase orders (Document type ZE). Notification should be sent only for the purchase requisitions that are created manually.
    Notification message should contain the following info:
    u2022 Purchase order number
    u2022 Purchase requisition number
    u2022 Purchase requisition line item number
    u2022 Vendor
    u2022 Material Number
    u2022 Short Text
    u2022 Goods Receipt quantity
    u2022 Batch number
    u2022 Storage Location
    Notification messages should send to an email address, requisitioneru2019s SAP address and e-mail address that was maintained SAP user profile.
    If goods receipt document contains more than one line and those lines related to more than one requisition the system should generate one message per requisitioner.
    There is standard fonctionality in message determination that enables sending a message to the buyer when GR is performed on a PO. But not to requisitioner.
    would this require Worfklow or is there a user exit available at Goods Receipt time to do this kind of notification?
    Please let me know
    Thanx in advance.

    Hi,
    You can send the mail in the BADI MB_DOCUMENT_BADI.
    But i suggest to check with your functional consultant to set up a routine in output determination.
    In this routine you can add the code to send the mail.
    Regards,
    Ankur Parab

  • 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 while doing GR against STO in IS Retail

    Hi.
    I am getting an Error while doing the GR against STO.
    The error is "Enter goods receipts for vendor only. Message no. M7107".  I am not able to understand the reason for the GR checking the vendor where it should consider the supplying site as vendor as the GR is being done against a delivery.
    I have checked the Inforecord and the source list which is correctly maintained
    (i doubt whether they are to be considered).
    Kindly suggest...
    Regards,
    Vinod Kapote.

    Hi Vinod Kapote,
    Check following IMG Settings in your system;
    (a) Schema for Stock transports
    (b) Shipping data for Site
    Hope you have carried out following activities;
    (1) Purchase order with document type UB
    (2) Outbound delivery using VL10B
    (3) Post Goods Issue using VL02N
    (4) Goods Receipt using MIGO
    Bye,
    Muralidhara

Maybe you are looking for