Is it possible to create an inbound delivery for STO in a 2 step process ?

Hi Experts,
Is it possible to create an inbound delivery for STO in general (how do I get a vendor for a Plant. I have already assigned a plant to my vendor in vendor master - additional purchasing data, but it does not seem to work).
In particular if I want to create an inbound delivery in intra-company plant STO scenario, how do i do it?
Let me know in case if that is not possible.
Thanks,
Nitin

Hi Tao,
I did that also, but it did not work.
Finally I had to debug, and found that the for the document type UB (intra-company transfer) i should make the customizing setting which makes the vendor data to be considered. (Table T161).
Anyways, thanks for your help.
Regards,
Nitin

Similar Messages

  • Is it possible to create an inbound delivery with MB31

    Hi,
    I would like to know if it's possible to create an inbound delivery with transaction MB31. It's a requirement of the client that all goods that come into the warehouse (HU managed) get in with an inbound delivery.
    So, for the scenario of production (non HUM storage Location) to warehouse (HUM storage location) a transfer posting will be done with MB31, A inbound delivery must be created.
    I hope this is possible.
    Regards,
    Alexander

    Hi,
    You can use an STO to transport stock from production to your warehouse and you can use VL31N with reference to your STO to create an inbound delivery document.
    Thanks
    Silas

  • How to create one inbound delivery for multiple purchase order?

    Hi Experts,
    Please let me know how can I create one inbound delivery for multiple purchasing documents(PO or SA)? 
    Is there a configuration needed for this?  If yes, please let me know the configuration to make this happen.
    Appreciate your help on this.  Right answers will be rewarded.
    Thank you.
    with regards,
    Muthu Ganapathy.

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

  • How to create inbound delivery for items with no confirmation control key.

    hi Please help me with this..
    are there any user exits to create an inbound delivery for scheduling agreement items with no confirmation control key.
    my req is
    i have 12 items (me33 transaction) of them three have confirmation control key populated and out of those three 2 will be deleted so only one item is left for inbound delivery creation, but i need to have all this possible for all items with or without confirmation control key.
    thank you

    hi
    for inbound delivery there is BAdi called LE_SHP_DELIVERY_PROC... in there is method called ITEM_DELETION... in this u can flag the item to delete or not..
    this will be triggered for inbound as well as oubound delivery..
    you can check confirmation status for the PO in the table EKES... in this table there is filed called EBTYP.. using this field u can check the PO item confirmation status..
    I hope above information is helpuful for u

  • Creating inbound delivery for the purchase order line items

    Hi Experts,
    Please let me know how can I create inbound delivery for the purchase order line items?  Say, I have a purchase order with 5 line items in it.  I wanted to create an inbound delivery for only 2 line items at this point of time.  Which SAP Standard transaction I have to use and what all  data I need to populate?  I would appreciate any help on this and will reward the right answer.  Please let me know.
    Thank you in advance.
    with regards,
    Muthu Ganapathy.

    Hi,
    While creating the inbound delivery (VL31N), intially all the items will be shown, see the advance shipping notfication - from the vendor for which he has send confirmation & rest items you can delete simply & save. & next time when the vendor sends rest advance shipping notifcation (confirmation), you can receive them.
    Hope this answers your query.
    Regards
    Irfan.

  • How to create inbound delivery (for ASN)?

    Hi,
    I am looking for a Bapi or a FM to create an inbound delivery for Advance shipment notification (ASN). This function module for creating will be called in the user-exit in the invoice posting idoc program. The manual way to create this inbound delivery is by VL31N. Any help and there experience will be appreciated.
    Thanks
    Ramesh

    Hi,
    I am calling this FM after creating a PO with BAPI PO_CREATE1 and it works. I also get the delivery number.
    Only create if there were no errors with the po
      read table return with key type = 'E' transporting no fields.
      check sy-subrc <> 0 and testrun <> 'X'.
      read table poschedule into ls_schedule index 1.
      ls_del_header-delivery   = lv_del_no.
      call function 'CONVERT_DATE_TO_INTERNAL'
        exporting
          date_external            = ls_schedule-delivery_date
        importing
          date_internal            = ls_del_header-deliv_date
        exceptions
          date_external_is_invalid = 1
          others                   = 2.
      if sy-subrc <> 0.
        clear ls_ret2.
        ls_ret2-message = 'Anlieferung Fehler bei Datumskonvertierung!'.
        append ls_ret2 to return.
      endif.
      ls_del_header-deliv_time = sy-uzeit.
    For each position create single delivery
      loop at poitem into ls_po_item.
        clear: ls_del_item.
        ls_del_item-delivery   = lv_del_no.
        ls_del_item-deliv_item = ls_po_item-po_item.
        ls_del_item-deliv_qty = ls_po_item-quantity.
        ls_del_item-unit      = ls_po_item-po_unit.
        ls_del_item-po_number = poheader-po_number.
        ls_del_item-po_item   = ls_po_item-po_item.
        ls_del_item-po_number = LV_EXPPURCHASEORDER.
        insert ls_del_item into table lt_del_items.
      endloop.
      Create delivery
      call function 'BBP_INB_DELIVERY_CREATE'
        exporting
          is_inb_delivery_header = ls_del_header
        importing
          ef_delivery            = ls_likp-vbeln
        tables
          it_inb_delivery_detail = lt_del_items
          return                 = lt_return.
      loop at lt_return into ls_return.
    Convert return table to bapiret2
        call function 'BALW_RETURN_TO_RET2'
          exporting
            return_in = ls_return
          importing
            return_ou = ls_ret2.
        append ls_ret2 to return.
      endloop.
      commit work and wait.

  • Ist possible to havea ASN(Inbound Del) for schedule line?

    Dear Gurus,
    I am not having much knowledge about the inbound delivery... ist possible to have a inbound delivery for a Schedule line?
    Regards,
    Kumar

    HI,
    YES.. It is possible. check the below link and the pictorial representation
    http://help.sap.com/saphelp_47x200/helpdata/en/75/ee13e855c811d189900000e8322d00/frameset.htm
    in this check vendor confirmations -- Procurement Using Vendor Confirmations -
    Confirmations from Materials Planning Viewpoint -
    Influence of Confirmations on Materials Planning
    Inbound Data contains
    Document Header
    The general data relevant for the inbound delivery is stored in the document header. This data is valid for the entire document. This data may include:
    Goods receiving point
    Scheduling data (goods receipt date or delivery date, for example)
    Weights and volumes for the entire inbound delivery
    Vendor number
    Route
    Document Items
    In the items, you find data that applies to one particular item. This data may include:
    Material number
    Delivery quantity
    Plant and storage location specifications
    Putaway date
    Weights and volumes of the individual items
    Thanks & Regards,
    Kiran

  • Outbound Delivery for STO

    Hi,
    For creating a outbound delivery for STO(Its like PO and not against Sales Order) i used VL10B?
    Is there any other transaction codes for the same?
    Pls help
    Thanks
    Ram

    Hi,
      Try using VL10G and choose purchase order tab..This is almost the same transaction as VL10B..
    Thanks,
    Naren

  • Error message while creating an inbound delivery to generate an idoc

    hi,
    i am getting the following error message while creating an inbound delivery(vl31n) where the message has to be sent ot decentralized warehouse mangament using idoc .
    ." No recipient could be determined for object BUS2015 method SAVEREPLICA"
    Procedure for System Administration
    The system attempts to determine a recipient for object BUS2015 method SAVEREPLICA using the filter object types WHSE_NO. The system cannot determine a recipient. Define a filter object type WHSE_NO with a valid filter value for recipient determination for object BUS2015 method SAVEREPLICA.
    need help
    regards
    leo

    Inbound delivery is not part of Sales and Distribution. You might want to move your post to either the Logistics Materials Management (MM) forum or the Workflow forum.
    Also sometimes search for OSS notes by the message class and number helps.

  • How to create an inbound delivery using BAPI/FM?

    Hello,
    I am looking for a BAPI/FM to create only Inbound delivery. Pleace help me on this.
    Thanks and appreciate your help
    Thanks,
    Amrutha.

    Hi,
    We succeeded to do something similar.
    We needed to create an inbound based on invoice data, with refference to items from multiple PO.
    We used FM BBP_INB_DELIVERY_CREATE, combined with enhancement of ME_CONFIRMATION_VIA_EDI for using MARA- MATNR instead of
    mara-ematn (standard logic of SAP for vendor ASN).
    In this enhancement we filled also fields:
    t_kom-vornu = t_data-belnr. "invoice number as precendent document
    t_kom-bolnr = t_data-bolnr. "bill of ladding
    t_kom-traty = t_data-trans_cat. "transport type.
    Also we had to use customizing to not display warning related to different delivery date.
    Kind regards,
    Valentina

  • Could we create an inbound delivery with reference to purchase requisition?

    Dear all,
    Could we create an inbound delivery with reference to purchase requisition?
    If yes, how could we customize the system?
    Kind regards,
    Adi

    No, I don't think so. You have to convert it into a PO and then you can create the delivery.

  • Can't create Inbound Delivery for PO with Packing type material  -- HU

    Hi friends,
    I create a new packing material, and maintain packing material type. And then create a PO but I can't create an inbound delivery by VL31N.
    The error message:
    No item category exists (Table T184L EL VERP V )
    Message no. VL320
    Diagnosis
    There is no item category available in item category determination in the delivery (table T184L) for the following entries: EL VERP V
    I tried to add new item by SM30 with T184L, but still more errors. So it doesn't mean there are erros with delievery type determination.
    Any help?
    Thanks,
    Bruce
    Edited by: Bruce Hu on Jan 10, 2008 7:53 AM

    Hi Anil,
    Welcome to SCN for your first post. Did you check with your functional people about this.
    Regards,
    Madhu.

  • Is it possible to create an inbound SOAP Adaptor for an ESB routing service

    I have been given a pre-defined wsdl file that defines the inputs to an ESB service and I wa wondering whether it is possible to create an inbound SOAP adaptor or whether this is actually an outbound adaptor. I am new to SOAP adaptors so need a little bit of guidance.
    Hopefully someone can help.

    Hi,
    In your case you need to create an Routing Service. If you create an esb project you can select Routing Service from the ESB Services entry in the Component Palette. You then get the option Select Existing WSDL. The SOAP adapter is only used for outbound SOAP messages. If you define a routing service it is available as a 'webservice' with a wsdl (in this case the one you define) from the console.
    Kind Regards,
    Andre Jochems

  • What is the BAPI for creating an inbound delivery without reference.

    Hi Experts,
    What is the BAPI for creating an inbound delivery without reference.
    Points will be rewarded

    BAPI_DELIVERYPROCESSING_EXEC
    cheers
    Aveek

  • ECC 6.0 Auto create of inbound delivery from outbound delivery

    Hi-
    I have successfully created the SPED output type and attached to the output determination procedure for outbound delivery for STO. The output creates but with a red light. So no inbound delivery for the replenishment delivery is created.
    Condition records are OK
    Control key is OK.
    Does copy control need to be set up between NL doc type to EL doc type?
    Does an special item category determination need to be set up?
    Error states the item cannot be put on the delivery ( error message = 059)
    In the code it looks as though item 90001 is being sought from the purchasing document but no item exists, only items 10,20,30 etc.
    Can anyone suggest a solution?
                                       Many thanks,
                                            DEP

    HI Venkat-
    Thank you for your response. You are correct in your assumptions. I am prototyping in a Sandbox so the material I am using is batch managed but does not have a batch split on the delivery. And since batch determination is not fully configured, I am not seeing the creation of the 90001 item for the batch that is selected. The batch currently is on the same line as the material  (10). Think I will test in 2 ways....a non- batch managed material and also correct the batch determination config so the delivery will create the 90001 item.
    Hopefully this will correct the issue.
                                      Regards,
                                               DEP

Maybe you are looking for

  • How to get to the last record of an APEX report automatically?

    In Oracle Forms there is a "lastrec" command which can be placed after a call to a multi-row form.  The records called have the last record at the bottom of the page.  For example, if there are 100 records and there are 10 rows on the form, record nu

  • Is it possible to trigger an error so that the running stored procedure is stopped?

    Hello all, I want to run an existing stored procedure and then I want to manually trigger an error/abort/interruption so see what happens and do some testing with that. Is it possible to manually trigger an error/abort/interruption on a running store

  • Create_portlet_definition.sql probs with UDB: field "value" too long to index

    We're trying to deploy the create_portlet_definition.sql on a UDB DB2 6.1. However, we encountered some problems: "COLUMN_ORDER" cannot be a part of the primary key because it can contain null values: CREATE TABLE "COLUMN_INFORMATION" ("PORTAL_NAME"

  • Report -very urgent

    Hi gurus,   Can any one check the code .Iam not getting the output correctly .some garbage values it is taking .Kindly check and reply me it is very urgent for me. REPORT  Z_MARPOSS. TABLES : EKPO ,          EKET. DATA : BEGIN OF ITAB OCCURS 2,      

  • International shipments (Third party sales )

    Hi All,             Right now we are in the process of doing only domestic sales of a particular product which our company is manufacturning. There is a immediate business decision that the same product will be shipped internationally . The catch her