Need API Name for PIck Release and Ship Confirm for WMS Module

Hi All,
One if my requirement is that Initially I will create Internal Sales Order and send to the other system (legacy) there they do the shipping then they provide the flat file which contains shipping information. Based on the incoming file I will close the order. Here they are using the WMS to process the pick release and ship confirm.
Can any one please help me how to do pick release and ship confirm by using an API or Interface in WMS. If knows please provide the name of the API's and flow.
Thanks,
Prasanna

For external orders we have a solution on WMS_DEVICE_CONFIRMATION_PUB api.
may be you have done pick release using this api in WMS enabled organizations. After pick release
you can use WSH api to do Ship Confirm.
Anatoly.

Similar Messages

  • Order Entry Without Pick Release And Ship Confirm

    I would like to create a sales order in Order Entry (Release 11), but due to some integration requirement, I do not want to go through the Pick Release And Ship Confirmation process but then I would like to go through the AR interface and Autoinvoice process. Are there some interface tables that I can update and processes that I can submit in the background to simulate the Pick Release and Ship Confirm processes. Your advice is much appreciate. Thank you and God bless you.

    Speaking as a functional person you can create an Invoice Only cycle, and it will not need to go through the Inventory module, requesting the Pick Release and Ship Confirmation. <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by williamson ():
    I would like to create a sales order in Order Entry (Release 11), but due to some integration requirement, I do not want to go through the Pick Release And Ship Confirmation process but then I would like to go through the AR interface and Autoinvoice process. Are there some interface tables that I can update and processes that I can submit in the background to simulate the Pick Release and Ship Confirm processes. Your advice is much appreciate. Thank you and God bless you. <HR></BLOCKQUOTE>
    null

  • Need API name for Inventory_posting in R12

    We were using gmiapi.inventory_posting in 11i now we want replacement of this api in R12.
    Can anyone provide the api name for the same asap
    Thanks,
    Priya

    Some references which will help:
    https://imdjkoch.wordpress.com/2012/05/09/deriving-oracle-gl-account-code-combination-ids-ccids-through-apis/
    http://proracleapps.blogspot.com.au/2013/02/api-to-create-code-combination.html
    In Depth Apps - Oracle eBusiness Suite - Gareth Roberts: GL Account Code Combinations on the fly: Key Flexfield API
    Cheers
    AJ

  • Auto pick release and auto ship confirm in 11.0.3

    Hi All,
    Anybody having sample code to do auto pick release and auto ship confirm process in 11.0.3?
    Any suggestions please.
    Thanks & Regards,
    Gowri

    Set hold until date to the order lines and run the auto release concurrent program.
    Thanks / Bhaskar Akkala

  • API names for OPM Regulatory Management

    Hi
    Can anyone provide API names for OPM Regulatory Management will be greatly appriciated. It is an URGENT requirement.
    Thanks
    Raj

    Hi
    Vin
    I have gone through the OPM RM API's pdf, and I able to see onle one API name called Despatch History and not mentioned more...I want more API names.
    if u have any idea to get this, kindly provide.
    Thanks
    Raj

  • Quality Check after launch pick release and before shipment

    Dear All,
    This is our client requirement to have Quality Check after launch pick release and before shipment in order management.Can any one please help in this regard?We are also using process Manufacturing Module?
    Regards
    Naveed

    See if this helps
    A Guide to Oracle Quality: An Oracle White Paper [ID 248331.1]
    Mahendra

  • I need Java API documentation for Adapter Modules

    Hi
    Please provide me Java API documentation for Adatper Modules
    Regards
    Sowmya

    Use this
    https://help.sap.com/javadocs/pi/SP3/xpi/index.html
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3ef4403ae3db12e10000000a155106/frameset.htm
    which is part of
    http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
    Regards,
    Prateek

  • API information for financial modules

    Hi gurus
    form where i can get information about API for financial modules , we need document in which APi description is available specially which are used in Financial Module i.e. AP, AR, GL.
    thanks in advance
    thanx
    Pratap

    Hi,
    If you are in 11i, you can check the Integration Repository here:
    http://irep.oracle.com
    If you are in R12, the Integration Repository is embedded in the EBS.
    There are also some API guides for different modules in the EBS documentation library. The documentation available depends on the apps release:
    http://www.oracle.com/technology/documentation/applications.html
    Hope it helps.

  • Sold to Party and Ship to Party Function module or BAPI

    Hi Experts,
       1) I need to create customer data,So i need to Function module or BAPI.
       2) Address create data Function module or BAPI.
       3) Sold to Party and Ship to Party Function module or BAPI relation ship.
    Thank you ,
    Dinesh Reddy
    Moderator message: anything else? please search for available information before asking.
    Edited by: Thomas Zloch on Oct 14, 2011 3:19 PM

    Hi,
      Try these Bapis
    BAPI_BUS2001_PARTNER_GETDETAIL Get Detail Data for Partner Data
    BAPI_BUS2001_PARTNER_GETLIST   Get Overview List for Partner Data
    Regards,
    Prashant

  • Automate transact and ship confirm-fail

    we want to automate transact and ship confirm using API. when we test the API separately, it works fine.
    when we put them together, when after transact, we will can the ship confirm, it failed at ship confirmed.(transact looks success and the serial number is moved to staging locator)
    the syndrome is, the order line is awaiting fulfillment/close (ie: successfully ship confirmed), but the transaction is pending at transaction open interface with
    missing serial numbers (no record found in mtl_serial_numbers_temp)
    what could be the problem?? is it any missing steps?
    we are using this API to do transact
    inv_pick_wave_pick_confirm_pub.pick_confirm
    and we use this to do ship confirm
    wsh_deliveries_pub.delivery_action
    p_api_version_number => 1.0,
    p_init_msg_list => fnd_api.g_true,
    x_return_status => out_ship_return_status,
    x_msg_count => out_ship_msg_count,
    x_msg_data => out_ship_msg_data,
    p_action_code => 'CONFIRM',
    p_delivery_id => p_delivery_id,
    --p_sc_trip_ship_method => p_ship_method_code, 
    p_sc_action_flag => 'S',
    p_sc_intransit_flag => 'Y',
    p_sc_close_trip_flag => 'Y',
    p_sc_create_bol_flag => 'N',
    p_sc_stage_del_flag => 'Y',
    p_sc_defer_interface_flag => 'N',
    x_trip_id => out_trip_id,
    x_trip_name => out_trip_name
    );

    UPDATE APPS.MTL_SERIAL_NUMBERS
    SET group_mark_id = p_transaction_temp_id,
    line_mark_id = p_transaction_temp_id,
    lot_line_mark_id = p_transaction_temp_id
    WHERE serial_number >= p_fm_serial_number
    and serial_number <= p_to_serial_number;

  • In the NI-5640R Instrument Driver API Examples for the Modulation Toolkit what is the mode of operation of the DAC/DUC(AD​9857)

    In the NI-5640R Instrument Driver API Examples for the Modulation Toolkit what is the mode of operation of the DAC/DUC(AD9857)

    In the single tone mode AD9857 would not take any digital data. It ganerates the sinusoidal wave using DDS present inside.
    Message Edited by Vinny ICS on 05-25-2009 05:04 AM

  • Need Bapi Names for Post Goods Reciept and Post Goods issue to STO in MIGO

    Hi All..
    I need to post goods receipt using input data in MIGO. Is there any BAPI that i can use.
    Also once STO (Stock Transport order) is created, i also need to Post goods issue to STO in MIGO transaction. I do need a bapi for this too...
    Appreciate your help and will reward any helpful answers.
    Thanks..

    Hi,
    ata  : gm_header  type bapi2017_gm_head_01.
    data  : gm_code    type bapi2017_gm_code.
    data  : gm_headret type bapi2017_gm_head_ret.
    data  : gm_item    type table of
            bapi2017_gm_item_create with header line.
    data  : gm_return  type bapiret2 occurs 0 with header line.
    data  : gm_retmtd  type bapi2017_gm_head_ret-mat_doc.
    clear : gm_return, gm_retmtd. refresh gm_return.
    gm_code-gm_code      = '03'.
    gm_header-header_txt = firstscreen-bktxt.
        gm_header-pstng_date = sy-datum.
        gm_header-doc_date   = sy-datum.
        gm_header-ver_gr_gi_slip = ' '.  "print
        gm_code-gm_code      = '03'.
      move lineitem1-bwartwa  to gm_item-move_type     .
          move lineitem1-matnr  to gm_item-material.
          move lineitem1-erfmg     to gm_item-entry_qnt.
          move 'EA'    to gm_item-entry_uom.
          move lineitem1-werks  to gm_item-plant.
          move lineitem1-lgort  to gm_item-stge_loc.
          move lineitem1-kostl to gm_item-costcenter.
          while gm_item-costcenter+9(1) = ' '.
            shift gm_item-costcenter right.
          endwhile.
          overlay gm_item-costcenter with '0000000000'.
          append gm_item.
    call function 'BAPI_GOODSMVT_CREATE'
           exporting
                goodsmvt_header  = gm_header
                goodsmvt_code    = gm_code
           importing
                goodsmvt_headret = gm_headret
                materialdocument = gm_retmtd
           tables
                goodsmvt_item    = gm_item
                return           = gm_return.
    Thanks
    venki

  • Need table name for Output Types and Account Assignment Types

    Hi
    pl let me know the table name for
    1. Account Assignment Type
    2. Output Types (All)
    I need to download some company code specific data for both
    Pl confirm
    Warm Regards
    Vikcy

    Hi Thanks for reply
    You mean to say that Account Assignment Types = Account Assignment Category   ????
    Secondly In Table NAST, i can not see field "Output Type"
    Pl confirm once which field give me company code specific "Output Type" data
    Regards
    Vicky

  • Need Table name for some fields..

    Dear Friends
    Please help me to find Table names for for the following fields :
    1. Document Currency
    2. Cleared / Open Item Symbol
    3. Transaction
    4. Fixed
    5. Payment Date
    6. Payment Order
    7. Payment Sent
    thanx in advance..

    Hi,
    Press F1 on the screen where you have seen the fileds.You will get techncail information.click on that button.It will show you the table and field names.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Need DataSource names for R/3 tables

    Hi All,
    I need the data Source names for the below 6 R/3 tables,
    EKKO , EKPO, T024 , T052U, LFA1 , LFB1
    This could be helpful for me to do a LO Extraction.
    Thanks in advance,
    Arun.M.D

    Hi Arun,
    You have given only table names, but do you know in those tables which fields data you want extract, if you know that...
    there we have predefined table called "RSOSFIELDMAP" by using this table  we can findout datasource name.
    More detailed:
    Ex:
    GoTo SE11
    Give the table name : RSOSFIELDMAP
    Click on DISPLAY
    click on CONTENTS  4th from last button
    Give the FIELDNM : MATNR (example)
    And click on EXECUTE Button
    it displays all the datasource names which are having that MATNR field. Like this you can find out the comfortable business content datasource.
    you can find out the datasource which is having the more required fields.
    if you dont have that required fields  in any datasource, then you should go for Customised Datasource.
    I hope it may help you....
    Regards,
    Yerrabelli.

Maybe you are looking for