BAPI_OUTB_DELIVERY_CREATENOREF

Ia hve a requirment  to pass Batch number while creation of Outbound belivery without refrence.
I have checked in BAPI_OUTB_DELIVERY_CREATENOREF but there is no pont where I can put Batch number .
Is there any parameter in import or Tables where Batch number can be put while creation of outbound delivery

Check following link in this link explain very well how to pass field which is not in BAPI
BAPI_OUTB_DELIVERY_CREATENOREF

Similar Messages

  • FM : BAPI_OUTB_DELIVERY_CREATENOREF

    I used this Function Module to create Outbound Delivery .
    System gave me sucessfull mesaage that
    OutboundDelivery 80001122 has been created. External reference:
    But when I got to VL03N , No Outbound delivery Exisits with this number .
    Can any body help

    Hi,
    When I use the function module .: BAPI_OUTB_DELIVERY_CREATENOREF for OBD with out reference,
    I am getting the same return message that, there is no instance exist for this object type.
    Error: Time 0 required
              No instance of object type OutboundDelivery has been created. External reference:
    Could any one tell what all different parameters should be passed for successfull execution of this.
    Is there any other bapi exist or the any other method or process to achieve this
    regards,
    balu
    Edited by: balu murali on May 6, 2010 11:04 AM
    Edited by: balu murali on May 6, 2010 11:06 AM
    Edited by: balu murali on May 6, 2010 11:29 AM

  • Where to pass picking quantity value in BAPI_OUTB_DELIVERY_CREATENOREF

    Hi All
    this is usha
    iam using BAPI for sales order creation and outbound delivery.
    can any one suggest me where to passthe Picking quantity values in the BAPI_OUTB_DELIVERY_CREATENOREF and SD_SALESDOCUMENT_CREATE.
    Thanks in advance.

    Hi
    Check If this BAPI name is right?? :BAPI_OUTB_DELIVERY_CREATENOREF.
    It says does not exist.
    Regards,
    Vishwa.

  • Return delivery using BAPI_OUTB_DELIVERY_CREATENOREF

    Hi,
    I am trying to create a return delivery of type 'zesr' using bapi with out reference.
    I am passing below fields and see an error. Is anyone faced this issue and let me know how to resolve this.
    I am not sure what input parameter i am missing.
    I was able to create delivery with out reference of type 'zesp' by passing below fields.
    Shipping point,
    delivery type
    SALESORG
    DISTR_CHAN
    DIVISION
    SHIP_TO
    DATE_USAGE as '0'
    DELIV_NUMB TIMETYPE                         TIMESTAMP_UTC       TIMEZO
                            WS GOODS ISSUE  LIKP       20,111,121,112,220     CST
    REF_IT MATERIAL           ITEM DLV_QTY           SAL SAL PLAN STGE
    000001 72                 ZRRN            1.000  EA  EA  4012 2000
    REF_DOC    REF_IT SERIALNO
                          000001 10386275
    A ICC_NUMBERING        770 Global official numbering: Input parameter incomplete
    E BAPI                 001 No instance of object type OutboundDelivery has been created. External reference:
    Appreciate your inputs.
    Also note that i was able to create return delivery with out ref using VL01NO successfully.
    Edited by: Priya_S09 on Nov 22, 2011 4:04 PM

    BAPI_OUTB_DELIVERY_CREATENOREF works for Return Delivery with out reference.
    The error is because of Wrong copy control routines assigned in Config.
    Routines 301 for header, 302 for item should be used.

  • Looking for demo code for BAPI_OUTB_DELIVERY_CREATENOREF ?

    anyone can help?
    Edited by: amanda qian on Mar 3, 2008 6:01 PM

    Hi!
    Do you have a sample code for this BAPI?
    Thanks,
    abapGenin

  • Sold-to-party not getting updated

    Hi
    we are trnasferring  outboud deliveries from system A to system B. in system a the delivery is with reference to order and when it comes to B we have custom delivery type which without order reference. we are using BAPI_OUTB_DELIVERY_CREATENOREF to transfer the delivery. all the data is updated correctly but the sold-to-party is not updated. In fact in the FM there is not import parameter for entering sold-to-party.
    In system B we tried to create a delivery without order reference using the same ship to party , in this case the sold-to-party is picked up by the system automatically. So when only replicating with the BAPI the sold-to-party is not picked up automatically. How do i update the sold-to-party. is there any FM to do this??
    thanks
    sankar

    Take a look at the OSS note 1069352 - it won't solve the issue but might explain something.
    Try using EXTENSION_OUT / EXTENSION_IN to add sold-to. Otherwise you might have to use something different. E.g. FM BAPI_DELIVERYPROCESSING_EXEC technically allows creating the deliveries in a scenario that you're describing:
    The preceding document can be in another system. To ensure that the entire requested quantity is generated in the delivering system and the corresponding requirements are planned in the planning system, for example, for cross-system deliveries SAP recommends creating unchecked deliveries (techn_control-check_mode = 'A').
    There are also IDocs for deliveries. Hope this helps...

  • Issue in Outbound Delivery Creation w/o order reference & w/o sale order

    Hi ,
    I have an issue in outbound delivery creation without order reference and without sale order through
    BAPI_OUTB_DELIVERY_CREATENOREF . I am getting an error like
    1. Copying is not poss.because an entry is missing in Table TVCPL:  ZLR (Checked entries are there in the Table TVCPL)
    2. No instance of object type OutboundDelivery has been created. External reference.
    But I can able to create an outbound delivery through VL01NO txn.
    Pls help me where I am gng wrong.
    Regards
    Rupachandran

    hi,
    this is to inform you that,
    1. Copying is not poss.because an entry is missing in Table TVCPL: ZLR (Checked entries are there in the Table TVCPL)
    1.a. sorry for sending the link
    Re: can't create DN for sales return order
    balajia
    Edited by: balaji timmampalli achari on Dec 9, 2010 3:15 PM

  • Rollback BAPI in BADI ME_PROCESS_PO_CUST

    hi guys,
    I used BADI ME_PROCESS_PO_CUST to implement a code before saving the purchase order (Method POST).
    This code contains a BAPI to create a delivery BAPI_OUTB_DELIVERY_CREATENOREF. If this BAPI fails (this is when Return parameter contains 'E' message), I execute function BAPI_TRANSACTION_ROLLBACK.
    Guess what is happening?
    There is no purchase order created even when screen shows message "Standard PO created under the number 45#######".
    What do I want to do?
    - Rollback the bapi executed and let the system continue saving the purchase order.
    - If possible show a message to the user that there is an error, but command MESSAGE doesn't seem to work in this BADI
    Could you share your insights with this wannabe-abapper?
    PD: it says in documentation that it is required ABAP OO to implement this BADI and I think I used it correctly for gathering all data I needed. But I just don't understand why MESSAGE statement and FM POPUP_TO_CONFIRM don't work.

    Hello
    You may try an approach like this:
      IF ( 1 = 1 ).
        MESSAGE 'Creation of outbound delivery failed'  type 'I'.
        data: ld_dummy  type string,
              ls_msg    type SMESG,
              lt_msg    type tsmesg.
          message id '00' type 'E' number '398' with 'Creation of outbound delivery failed'
                                                      space space space into gl_dummy.
        move-CORRESPONDING syst to ls_msg.
        APPEND ls_msg to lt_msg.
        CALL FUNCTION 'FB_MESSAGES_DISPLAY_POPUP'
          EXPORTING
            IT_SMESG              = lt_msg
    *       ID_SMESG_ZEILE        =
    *       IT_RETURN             =
    *       ID_SEND_IF_ONE        =
          EXCEPTIONS
            NO_MESSAGES           = 1
            POPUP_CANCELLED       = 2
            OTHERS                = 3.
        IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
      endif.
    Regards
      Uwe

  • Need help in operation implementation

    have gone through the CE tutorial page and started building one sample application in CE which will create outbound deliveries in SAP. I am using BAPI_OUTB_DELIVERY_CREATENOREF and BAPI_TRANSACTION_COMMIT to do this job. what i am planning to do here is
    - create CAF project in NWDS 7.11
    - in the external node import these two BAPIs
    - create an application service in modelled node ( with name createobdnsap ).
    -using default mapping option create wrapper operation for the two BAPI'S. when i am doing this i have selected the option "create methods in the existing application service". so that two operations will be created in the application service createobdnsap.
    - now add another operation createdelivery and check the "manually implement"check box.
    - go to .java file of the implementation and call the BAPI_OUTB_DELIVERY_CREATENOREF operation first and then BAPI_TRANSACTION_COMMIT.
    i am stuck up in the last step. i am not able figure out the correct java statement to call the BAPI_OUTB_DELIVERY_CREATENOREF and BAPI_TRANSACTION_COMMIT.
    it would be great if anybody can give me some insight into it.
    thanks

    Did you find the solution?

  • Bapi for Delivery Status

    Hi Experts!
    Can anyone tell me the BAPI to Display the Delivery Status
    for a particuler sales order no or document no.
    Thank U...

    hi,
    BAPI_DELIVERYFREE_PROXY_CREATE Proxy BAPI für Upload einer kostenlosen Nachlieferug SFA-Kontext: Anle
                                                                                    LE_SHP_DB_DELIVERY_BUFFER      Object Buffer Delivery w/Database Access                             
    BAPI_DELIVERY_GETLIST          BAPI for Reading Delivery Data                                                                               
    OIU_DELIVERY_NETWORK           Object Buffer Delivery w/Database Access                             
    BAPI_DELIVERY_NETWORK_CHANGE   Delivery Network BAPI for Changes                                    
    BAPI_DELIVERY_NETWORK_CREATE   BAPI for creating a delivery network                                 
    BAPI_DELIVERY_NETWORK_READ     Display delivery network details                                                                               
    BAPI_INB_DELIVERY_CHANGE                                                                            
    BAPI_INB_DELIVERY_CONFIRM_DEC  BAPI for Inbound Delivery Verification from a Decentralized System   
    BAPI_INB_DELIVERY_SAVEREPLICA  BAPI Function Module for Replication of Inbound Deliveries           
    BAPI_OUTB_DELIVERY_CHANGE                                                                           
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System  
    BAPI_OUTB_DELIVERY_CREATENOREF Generates Delivery Without Reference                                 
    BAPI_OUTB_DELIVERY_CREATE_SLS  Generates Delivery for Customer Order                                
    BAPI_OUTB_DELIVERY_CREATE_STO  Generates Delivery for Stock Transport Order                         
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries          
    BAPI_OUTB_DELIVERY_SPLIT_DEC   BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste
    and for "Shipment
    BAPI_SHIPMENT_CHANGE           Change Shipment                                                      
    BAPI_SHIPMENT_COST_ESTIMATE    Calculate Shipment Costs of Different Forwarding Agents for Shipment 
    BAPI_SHIPMENT_CREATE           Create Shipment

  • BAPI's for VL01NO, VL02NO, VL03NO

    Hi all,
    Can any one tell me the bapi's used for transaction VL01NO except BAPI_OUTB_DELIVERY_CREATENOREF , we are using lower version the above bapi is not there in my system .
    can any one please tell me some bapi's VL02NO, VL03NO also ?
    Regards,
    Prameela

    Hi,
    go to Transaction >BAPI>select tab <Aplhabetical>-->go to Outbounddelivery and expand and see the list of bapi 's
    available for the Outbound delivery..
    Prabhudas

  • Return delivery BAPI with out ref

    looking for  bapi or fm to create a return delivery with out reference.

    Hi Priya,
    Try below BAPI  programs
    BAPI_OUTB_DELIVERY_CREATENOREF
    SHIP_DELIVERY_CREATE_NOREF
    Regards
    Ram

  • Bapi to create outbound delivery

    hi experts,
    I want a BAPI to create a outbound delivery.URGETN
    KIRAN J

    Hi
    Please Check BAPI_OUTB_DELIVERY_CREATENOREF.
    You can go to transaction SE37 and search for the relevant BAPIs using the search pattern BAPIDELIVERYCREATE* and the pressing F4.
    Cheers,
    Hakim

  • BAPI or FM for VL10F (outbound delivery)

    Hai All,
    Can Anyone say how to create outbound delivery (VL10F) By  Using FM or BAPI.
    Explain With Example.
    Pls Most Urgent.
    Regards,
    Ekadevi.S

    Hi,
       These are the existing BAPI's for Outbound Deliveries.
    BAPI_OUTB_DELIVERY_CHANGE                                                                           
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System  
    BAPI_OUTB_DELIVERY_CREATENOREF Generates Delivery Without Reference                                 
    BAPI_OUTB_DELIVERY_CREATE_SLS  Generates Delivery for Customer Order                                
    BAPI_OUTB_DELIVERY_CREATE_STO  Generates Delivery for Stock Transport Order                         
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries          
    BAPI_OUTB_DELIVERY_SPLIT_DEC   BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste
    Regards,
    Sandeep

  • How to create Delivery

    Hi,
    I have requirement to create delivery from salesorder. I need to use BAPI for this.
    BAPI_DELIVERYPROCESSING_EXEC is not working in 4.7 version.
    Please let me know any alternate BAPI for this.
    Thanks in Advance

    Hi,
    You can go to transaction SE37 and search for the relevant BAPIs using the search pattern BAPIDELIVERYCREATE* and the pressing F4.
    Try these FM.
    RV_DELIVERY_CREATE
    RV_DELIVERY_CREATE_SINGLE
    RV_DELIVERY_PICK_UPDATE
    SD_DELIVERY_UPDATE_PICKING
    BAPI_SALESORDER_CREATEFROMDAT2.
    BAPI_IBDLV_CREATE_ FROM_OBDLV
    BAPI_DELIVERYPROCESSING_EXEC
    BAPI_GOODSMVT_CREATE
    BAPI_OUTB_DELIVERY_CREATENOREF
    Regards
    Gokul

Maybe you are looking for