FM to update delivery details LIKP-BTGEW and LIKP-ANZPK

Hello All,
Can anyody please tell me a fucntion module to update the fields LIKP-BTGEW and LIKP-ANZPK.
I have checked BAPI_OUTB_DELIVERY_CHANGE and WS_DELIVERY_UPDATE. Both these FMs are not having these fields.
Request you to please help me out..
Regards,
Danish.

This solution is in kzapk and kzntg.
Example:
CLEAR ls_vbkok.
     ls_vbkok-vbeln_vl  = <ls_created>-document_numb.
     ls_vbkok-vbtyp_vl  = <ls_created>-document_category_sd.
     ls_vbkok-anzpk     = id_volum.
     ls_vbkok-kzapk  = 'X'.
     ls_vbkok-kzntg  = 'X'.
     ls_vbkok-wabuc  = 'X'.
     CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
       EXPORTING
         vbkok_wa       = ls_vbkok
         update_picking = 'X'
         synchron       = 'X'
         commit         = 'X'
         delivery       = <ls_created>-document_numb
       IMPORTING
         ef_error_any   = ld_error.

Similar Messages

  • Function Module or BAPI to update Delivery Date (LIKP-lfdat)

    Hello friends,
    I have a requirement to update Delivery Date (LIKP-lfdat) , is there any Function Module or BAPI to do that? any sample codes are appreciated.
    Thanks a lot!
    Edited by: Qiwei Yin on Dec 11, 2008 8:50 AM

    hi
    try this
    BAPI_SALESORDER_CHANGE
    hope this helps
    regards
    Aakash Banga

  • Updated card details 2 times and still not been able to take payment

    Updated card details twice and you have taken 2 payments out for £2 to verify the same details but still haven't been able to take out the monthly fee??
    Something wrong??
    My account closes tomorrow and i need this??

    Hi There,
    We are sorry for the inconvenience that it has caused to you. Kindly contact our support team so that we can update your billing details.
    Link: Contact Customer Care.
    Thanks,
    Atul Saini

  • WSH_DELIVERY_DETAILS_PUB.Update_Shipping_Attributes not updating delivery..

    Hi guys,
         If I am not wrong is the API to update delivery details in WSH_DELIVERY_DETALS TABLE.
    Here i am updating tracking_number for a given delivery_detail_id, but its not working.
    Please help me if I am doing amy mistake.
    create OR REPLACE procedure UPDATE_DETAILS_PROC_SAT is
    l_changed_rec WSH_DELIVERY_DETAILS_PUB.ChangedAttributeTabType;
    l_init_rec WSH_DELIVERY_DETAILS_PUB.ChangedAttributeRecType;
    l_return_status VARCHAR2(1000);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(1000);
    error exception;
    begin
    WSH_DELIVERY_DETAILS_PUB.Init_Changed_Attribute_Rec(p_init_rec => l_init_rec,
    x_return_status => l_return_status);
    l_init_rec.delivery_detail_id :=111482;
    l_init_rec.tracking_number := 184854;
    l_init_rec.shipped_quantity := 1;
    l_changed_rec(1) :=l_init_rec;
    WSH_DELIVERY_DETAILS_PUB.Update_Shipping_Attributes(p_api_version_number => 1.0,
    p_init_msg_list => FND_API.G_TRUE,
    p_commit => FND_API.G_TRUE,
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data,
    p_changed_attributes => l_changed_rec,
    p_source_code => 'OE');
    end;

    What is the status of this delivery detail ID? Why are you passing the shipped quantity? Do you want to ship the delivery (hence associated details) and update the tracking number?
    Remove the shipped_quantity and try updating first and then use deliveries actions to ship the delivery.
    Thanks
    Nagamohan

  • Regarding field likp-anzpk updation

    hi experts,
    in my requirement i have to update the field  (likp-anzpk)  in vl02n transaction with total no packages based on the total line
    items weight , but i found in some of the threads , that the field will be updated automatically when the packaging functionality
    is once activated ,
    i asked my client abt it ,they said that they r not activated packaging functionality.
    is there any other way to update this field , i tried writing code in badi LE_SHP_DELIVERY_PROC and in method
    IF_EX_LE_SHP_DELIVERY_PROC~SAVE_DOCUMENT_PREPARE , but it is useless
    pls suggest me on this if there is any other way.\
    thanks.

    hi break point,
    my clients actual requirement was , he creates stock transfer advice (STA) against the PO using the transaction
    VL10B , the moment STA was created ,he was asking for the field likp-anzpk has to be updated when he go to
    display mode to VL02N, when he double clicks on the generated STA no from VL10B.
    i have tried in the method  BEFORE SAVE AND PUBLISH DOCUMENT,it was executing when the user pressed SAVE
    button in VL02N ,
    can any body pls suggest which method i have to use to update the field likp-anzpk immediately when the STA was created
    from VL10B before the display of the sta in vl02n.
    let me know that any USER-EXIT or BADI  exists to fullfill this req
    regards\
    maheshlap

  • Updating LIKP-ANZPK when goods receiving one line item of Inbound Delivery

    I am Goods Receipting a single inbound delivery line item via function module WS_DELIVERY_UPDATE. Once the line item, and associated Handling Unit, are received, I would like LIKP-ANZPK (number of packages) to be updated with a new total of HU's that are on the inbound delivery. Does anyone know how to achieve this? Is there some flag I'm missing in WS_DELIVERY_UPDATE? Here's my call to this function:
      Format Delivery Number
        CLEAR: gs_vbkok.
        gs_vbkok-vbeln_vl  = gs_e1edl20-vbeln.
        gs_vbkok-wabuc     = gc_true. "GR
        gs_vbkok-wadat_ist = sy-datum.
        gs_vbkok-kzebu     = gc_true. "Posting as Partial Goods Receipt
      Format Picking Confirmation table
        CLEAR: gs_vbpok, gt_vbpok[].
        gs_vbpok-vbeln_vl  = gs_e1edl20-vbeln.
        gs_vbpok-posnr_vl  = gs_lips-posnr.
        gs_vbpok-vbeln     = gs_e1edl20-vbeln.
        gs_vbpok-posnn     = gs_lips-posnr.
        gs_vbpok-ebumg_bme  = gs_l44_sum-vemng.
        APPEND gs_vbpok TO gt_vbpok.
      GR the Individual Inbound Delivery Line Item. ZDL_BADI_HU_SAVE will
      change the HU Status table HUSSTAT and the HU Header table VEKP to
      allow us to delete the HU.
        CLEAR: gs_prot, gt_prot[].
        CALL FUNCTION 'WS_DELIVERY_UPDATE'
          EXPORTING
            vbkok_wa                 = gs_vbkok
            commit                   = gc_true
            delivery                 = gs_e1edl20-vbeln
            update_picking           = gc_true               "update the pck qty
            if_database_update       = '1' "check & save
            if_error_messages_send_0 = gc_true
          TABLES
            vbpok_tab                = gt_vbpok
            prot                     = gt_prot.

    Good Morning
    The solution is to fill KZAPK and KZNTG fields.
    Example:
    CLEAR ls_vbkok.
         ls_vbkok-vbeln_vl  = <ls_created>-document_numb.
         ls_vbkok-vbtyp_vl  = <ls_created>-document_category_sd.
         ls_vbkok-anzpk     = id_volum.
         ls_vbkok-kzapk  = 'X'.
         ls_vbkok-kzntg  = 'X'.
         ls_vbkok-wabuc  = 'X'.
         CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
           EXPORTING
             vbkok_wa       = ls_vbkok
             update_picking = 'X'
             synchron       = 'X'
             commit         = 'X'
             delivery       = <ls_created>-document_numb
           IMPORTING
             ef_error_any   = ld_error.
    https://scn.sap.com/thread/1297166

  • Pbm in updating delivery quantity and picked quantity in VL03N transaction

    HI all,
    I m using the BAPI 'WS_DELIVERY_UPDATE_2' for changing the picked quantity in VL03N transaction.
    But this BAPI is not changing the picked quantity. Instead it add the old quantity with the new quantity what i mentioned in the ITEM_DATA (VBPOK_TAB table) of this BAPI..
    For example, if the delivery quantity is 3 and picked quantity is 3 for a material item,
    I want to change both the quantity as 2. Is is possible to change both the quantities through BAPI?
    Im using BAPI_OUTB_DELIVERY_CHANGE to update the delivery quantity as loong as the picked quantity is 0.
    If both picked and delivery are same (for example, both are 2),  then i need to change both the quantities (say 1).
    So how can i update both the quantities?
    If so, pls share the BAPI details for achieving this..
    Regards,
    Shanthi

    not answered

  • Move Order lines and Delivery Detail lines - Relationship

    Hi All,
    Is there a one - to - one realtionship between Move Order Line and Delivery Detail Line?
    i.e., Each Move Order line will correspond to only one Delivery Details line Record?
    Thanks in advance.
    Regards,
    Gowri

    Hello,
    There is a one - to - many relationship between Move Order Line and Delivery Detail Line when you split lines in delivery.
    select * from mtl_material_transactions t you have source_id.
    select * from WSH_DELIVERABLES_v t you have move_order_id.
    Regards,
    Luko

  • TS1424 my credit card on my account was declined, I've updated my details for address to match that of my card registered address but to no avail and I can't download music

    My credfit card declined on my account when wanting to purchase music.  I have updated my details for address on the same card but still declined, why?

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Cannot update payment details and VAT number

    Trying to update payment details on Creative Cloud. It comes up with: There is a problem with the card information entered here. Please enter a different card or contact your bank.
    We also need to update our VAT number and there is no way to do so. We have checked the number and address on the card and it should all work but it still comes up with the error. Help.

    If these links don't work...
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    ...you will need to contact Adobe support
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Manage Apple ID - unable to update my Apple ID address and contact details

    I've recently moved address and wanted to update my Apple ID physical and shipping address, as well as my contact details.  When I try to edit the existing Apple ID detail the form doesn't allow me to save the changes, and when I try and go back it advises that the changes have not been saved and asks if I want to discard them.
    I am using IE9 on Windows 7 - is there a known issue with this feature on the Apple website?
    https://www.apple.com/support/appleid/manage/
    Thanks

    If you still have those apps you will still get the update notifications. Have you deleted the apps associated with that ID?

  • HT3228 How do I reestablish hotmail delivery to my iPhone and iPad after I have been locked out?  I have reestablished service to my PC, but cannot get email on other devices, even after updating to new passwords.

    How do I reestablish hotmail delivery to my iPhone and iPad after I have been locked out?  I have reestablished service to my PC, but cannot get email on other devices, even after updating to new passwords.

    Sometimes it is fruitless to try to "fix" a broken account on an iOS device. I would delete the account on both devices and then configure the account again from scratch.

  • I've changed my apple ID and updated my details in iTunes however I wanted to delete my old email account...will all of the apps linked to this account be deleted?

    I've changed my apple ID and updated my details in ituneshowever I want to delete my old email address...will I lose my apps linked to this email adress?

    If you updated your existing iTunes account then those apps will be linked to the updated version of your account (you may need to log out of your account on your iPad and then log back in for the account to be refresged on your iPad). If you created a new account then they will remain tied to your old account, and only that old account will be able to re-download them and download updates to its apps.

  • Cannot update delivery attributes: the following field(s) are not updatable

    Hi. I create in EBS simple Order
    Now , my goal is to create a delivery , pick , change shipping quantity and ship confirm. Here is my code
    DECLARE
    p_sales_order NUMBER := 10014445;
    p_line_number NUMBER := 1.1;
    p_org_id NUMBER := 308;
    l_shipped_quantity NUMBER := 5;
    p_api_version_number NUMBER := 1.0;
    init_msg_list VARCHAR2(200);
    l_commit VARCHAR2(30);
    x_msg_details VARCHAR2(3000);
    x_msg_summary VARCHAR2(3000);
    x_return_status VARCHAR2(3);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(3000);
    p_validation_level NUMBER;
    v_errbuf VARCHAR2(2000);
    v_retcode VARCHAR2(20);
    v_released_status wsh_delivery_details.released_status%TYPE;
    v_inv_interfaced_flag wsh_delivery_details.inv_interfaced_flag%TYPE;
    v_oe_interfaced_flag wsh_delivery_details.oe_interfaced_flag%TYPE;
    v_source_code wsh_delivery_details.source_code%TYPE;
    v_pending_interface_flag wsh_trip_stops.pending_interface_flag%TYPE;
    l_changed_attributes wsh_delivery_details_pub.changedattributetabtype;
    l_source_code VARCHAR2(30) := 'OE';
    -- Parameters for WSH_DELIVERIES_PUB
    p_delivery_name VARCHAR2(30);
    p_action_code VARCHAR2(15);
    p_asg_trip_id NUMBER;
    p_asg_trip_name VARCHAR2(30);
    p_asg_pickup_stop_id NUMBER;
    p_asg_pickup_loc_id NUMBER;
    p_asg_pickup_loc_code VARCHAR2(30);
    p_asg_pickup_arr_date DATE;
    p_asg_pickup_dep_date DATE;
    p_asg_dropoff_stop_id NUMBER;
    p_asg_dropoff_loc_id NUMBER;
    p_asg_dropoff_loc_code VARCHAR2(30);
    p_asg_dropoff_arr_date DATE;
    p_asg_dropoff_dep_date DATE;
    p_sc_action_flag VARCHAR2(10);
    p_sc_intransit_flag VARCHAR2(10);
    p_sc_close_trip_flag VARCHAR2(10);
    p_sc_create_bol_flag VARCHAR2(10);
    p_sc_stage_del_flag VARCHAR2(10);
    p_sc_trip_ship_method VARCHAR2(30);
    p_sc_actual_dep_date VARCHAR2(30);
    p_sc_report_set_id NUMBER;
    p_sc_report_set_name VARCHAR2(60);
    p_sc_defer_interface_flag VARCHAR2(60);
    p_sc_send_945_flag VARCHAR2(60);
    p_sc_rule_id NUMBER;
    p_sc_rule_name VARCHAR2(60);
    p_wv_override_flag VARCHAR2(10);
    p_asg_pickup_stop_seq NUMBER;
    p_asg_dropoff_stop_seq NUMBER;
    x_trip_id VARCHAR2(30);
    x_trip_name VARCHAR2(30);
    fail_api EXCEPTION;
    x_debug_file VARCHAR2(100);
    l_ship_method_code VARCHAR2(100);
    l_user_id NUMBER;
    l_resp_id NUMBER;
    l_appl_id NUMBER;
    CURSOR c_ord_details IS
    SELECT DISTINCT det.source_header_number sales_order,
    det.org_id,
    det.source_line_number,
    det.source_header_id,
    det.source_line_id,
    det.source_header_type_name,
    det.inventory_item_id,
    det.requested_quantity,
    det.delivery_detail_id,
    (SELECT concatenated_segments
    FROM mtl_system_items_kfv
    WHERE inventory_item_id = det.inventory_item_id
    AND organization_id = det.organization_id) ordered_item,
    det.organization_id,
    det.src_requested_quantity,
    det.shipped_quantity,
    del.delivery_id,
    del.status_code delivery_status_code,
    det.released_status pick_release_status,
    det.oe_interfaced_flag,
    det.inv_interfaced_flag
    FROM wsh_delivery_details det,
    wsh_delivery_assignments asn,
    wsh_new_deliveries del
    WHERE 1 = 1
    AND det.delivery_detail_id = asn.delivery_detail_id
    AND asn.delivery_id = del.delivery_id(+)
    AND det.source_header_number = 1199656
    AND det.source_line_number = '1.1'
    AND det.org_id = 10102
    AND shipped_quantity IS NULL
    AND NVL(del.status_code, 'OP') <> 'CL'
    and det.delivery_detail_id =21439836
    /* AND det.released_status = 'Y'*/;
    BEGIN
    -- Initializing the Applications
    SELECT user_id INTO l_user_id FROM fnd_user WHERE user_name = 'MSHAPIRA';
    SELECT responsibility_id, application_id
    INTO l_resp_id, l_appl_id
    FROM fnd_responsibility_vl
    WHERE responsibility_name = 'OM Super User - UDS UK';
    fnd_global.apps_initialize(l_user_id, l_resp_id, l_appl_id);
    FOR i IN c_ord_details LOOP
    DBMS_OUTPUT.put_line('Initializing the Application for Shipping Transactions');
    -- Mandatory initialization for R12
    mo_global.set_policy_context('S', i.org_id);
    mo_global.init;
    -- Ship Confirming
    p_delivery_name := TO_CHAR(i.delivery_id);
    DBMS_OUTPUT.put_line('Before Shipping, Calling WSH_DELIVERY_DETAILS_PUB API to Update Shipping Attributes');
    DBMS_OUTPUT.put_line('=============================================');
    l_changed_attributes(1).delivery_detail_id := i.delivery_detail_id;
    l_changed_attributes(1).shipped_quantity := 5;
    wsh_delivery_details_pub.update_shipping_attributes(p_api_version_number => 1.0,
    p_init_msg_list => init_msg_list,
    p_commit => l_commit,
    x_return_status => x_return_status,
    x_msg_count => x_msg_count,
    x_msg_data => x_msg_data,
    p_changed_attributes => l_changed_attributes,
    p_source_code => l_source_code);
    IF (x_return_status <> wsh_util_core.g_ret_sts_success) THEN
    RAISE fail_api;
    DBMS_OUTPUT.put_line('Failed to Update the Shipping Attributes');
    ELSE
    DBMS_OUTPUT.put_line('Successfully Updated the Shipping Attributes');
    END IF;
    BEGIN
    SELECT shipping_method_code
    INTO l_ship_method_code
    FROM oe_order_headers_all
    WHERE order_number = i.sales_order
    AND org_id = i.org_id;
    EXCEPTION
    WHEN OTHERS THEN
    l_ship_method_code := NULL;
    END;
    p_action_code := 'CONFIRM'; -- The action code for ship confirm
    p_sc_action_flag := 'S'; -- Ship entered quantity.
    p_sc_intransit_flag := 'Y';
    --In transit flag is set to 'Y' closes the pickup stop and sets the delivery in transit.
    p_sc_close_trip_flag := 'Y'; -- Close the trip after ship confirm
    p_sc_trip_ship_method := l_ship_method_code; -- The ship method code
    p_sc_defer_interface_flag := 'Y';
    p_sc_stage_del_flag := 'Y';
    p_sc_create_bol_flag := 'N';
    p_wv_override_flag := 'N';
    -- API Call for Ship Confirmation
    DBMS_OUTPUT.put_line('Calling WSH_DELIVERIES_PUB to Perform Ship Confirmation');
    DBMS_OUTPUT.put_line('=============================================');
    wsh_deliveries_pub.delivery_action(p_api_version_number => 1.0,
    p_init_msg_list => init_msg_list,
    x_return_status => x_return_status,
    x_msg_count => x_msg_count,
    x_msg_data => x_msg_data,
    p_action_code => p_action_code,
    p_delivery_id => i.delivery_id,
    p_delivery_name => p_delivery_name,
    p_asg_trip_id => p_asg_trip_id,
    p_asg_trip_name => p_asg_trip_name,
    p_asg_pickup_stop_id => p_asg_pickup_stop_id,
    p_asg_pickup_loc_id => p_asg_pickup_loc_id,
    p_asg_pickup_stop_seq => p_asg_pickup_stop_seq,
    p_asg_pickup_loc_code => p_asg_pickup_loc_code,
    p_asg_pickup_arr_date => p_asg_pickup_arr_date,
    p_asg_pickup_dep_date => p_asg_pickup_dep_date,
    p_asg_dropoff_stop_id => p_asg_dropoff_stop_id,
    p_asg_dropoff_loc_id => p_asg_dropoff_loc_id,
    p_asg_dropoff_stop_seq => p_asg_dropoff_stop_seq,
    p_asg_dropoff_loc_code => p_asg_dropoff_loc_code,
    p_asg_dropoff_arr_date => p_asg_dropoff_arr_date,
    p_asg_dropoff_dep_date => p_asg_dropoff_dep_date,
    p_sc_action_flag => p_sc_action_flag,
    p_sc_intransit_flag => p_sc_intransit_flag,
    p_sc_close_trip_flag => p_sc_close_trip_flag,
    p_sc_create_bol_flag => p_sc_create_bol_flag,
    p_sc_stage_del_flag => p_sc_stage_del_flag,
    p_sc_trip_ship_method => p_sc_trip_ship_method,
    p_sc_actual_dep_date => p_sc_actual_dep_date,
    p_sc_report_set_id => p_sc_report_set_id,
    p_sc_report_set_name => p_sc_report_set_name,
    p_sc_defer_interface_flag => p_sc_defer_interface_flag,
    p_sc_send_945_flag => p_sc_send_945_flag,
    p_sc_rule_id => p_sc_rule_id,
    p_sc_rule_name => p_sc_rule_name,
    p_wv_override_flag => p_wv_override_flag,
    x_trip_id => x_trip_id,
    x_trip_name => x_trip_name);
    IF (x_return_status <> wsh_util_core.g_ret_sts_success) THEN
    DBMS_OUTPUT.put_line('Ship confirm has not been Completed For SO => ');
    ROLLBACK;
    RAISE fail_api;
    ELSE
    DBMS_OUTPUT.put_line('Ship confirm Successfully Completed For SO => ');
    COMMIT;
    DBMS_OUTPUT.put_line('Checking the Delivery Status after delivery action API Call');
    DBMS_OUTPUT.put_line('==========================================');
    SELECT wdd.source_code,
    wdd.released_status,
    wdd.inv_interfaced_flag,
    wdd.oe_interfaced_flag,
    wts.pending_interface_flag
    INTO v_source_code,
    v_released_status,
    v_inv_interfaced_flag,
    v_oe_interfaced_flag,
    v_pending_interface_flag
    FROM wsh_trips wtr,
    wsh_trip_stops wts,
    wsh_delivery_legs wlg,
    wsh_new_deliveries wnd,
    wsh_delivery_assignments wda,
    wsh_delivery_details wdd
    WHERE wtr.trip_id = wts.trip_id
    AND wts.stop_id = wlg.pick_up_stop_id
    AND wts.pending_interface_flag = 'Y'
    AND wdd.inv_interfaced_flag <> 'Y'
    AND wlg.delivery_id = wnd.delivery_id
    AND wnd.delivery_id = wda.delivery_id
    AND wda.delivery_detail_id = wdd.delivery_detail_id
    AND wnd.delivery_id = p_delivery_name
    AND wdd.source_line_id = i.source_line_id;
    IF (v_source_code = 'OE' AND v_released_status = 'C' AND
    v_inv_interfaced_flag <> 'Y' AND v_oe_interfaced_flag <> 'Y' AND
    v_pending_interface_flag = 'Y') THEN
    DBMS_OUTPUT.put_line('The Delivery has been Shipped & the Next Step is - Run Interface');
    DBMS_OUTPUT.put_line('===========================================');
    -- API Call for Submitting Interface Trip Stop
    wsh_ship_confirm_actions.interface_all_wrp(errbuf => v_errbuf,
    retcode => v_retcode,
    p_mode => 'ALL',
    p_stop_id => NULL,
    p_delivery_id => p_delivery_name,
    p_log_level => 0,
    p_batch_id => NULL,
    p_trip_type => NULL,
    p_organization_id => i.organization_id,
    p_num_requests => 1,
    p_stops_per_batch => 1);
    ELSE
    DBMS_OUTPUT.put_line('The Delivery has not Shipped Properly');
    END IF;
    END IF;
    END LOOP;
    EXCEPTION
    WHEN fail_api THEN
    DBMS_OUTPUT.put_line('==============');
    DBMS_OUTPUT.put_line('Error Details If Any');
    DBMS_OUTPUT.put_line('==============');
    wsh_util_core.get_messages(p_init_msg_list => 'Y',
    x_summary => x_msg_summary,
    x_details => x_msg_details,
    x_count => x_msg_count);
    IF x_msg_count > 1 THEN
    x_msg_data := x_msg_summary ||' '||x_msg_details;
    DBMS_OUTPUT.put_line(x_msg_data);
    ELSE
    x_msg_data := x_msg_summary||' '|| x_msg_details;
    DBMS_OUTPUT.put_line(x_msg_data);
    END IF;
    END;
    But at the stage of updating delivery attributes I get the following error message
    Warning: For Delivery Detail 21439836, the following field(s) are not updatable: SHIPPED_QUANTITY.
    Why?

    Hi Paul
    Looks like the authorisation is failing due to a bad registration for some reason.
    Would you be kind enough to clear out the registration to ensure we are dealing with a fresh start and no information is being used which may have become corrupt. You may do this by following this procedure;
    Remove existing reg details
    # usr/lib/cc-ccr/bin/eraseCCRRepository
    List /tmp/RegistrationProfile.properties file
    # cat /tmp/RegistrationProfile.properties
    Attempt re-registration
    # sconadm register -a -r /tmp/RegistrationProfile.properties
    Send us the full output of the commands above if you would please.

  • Can not update payment details

    I've been a CC subscriber since it began and last month funds were not in my account for the monthly subscription. Since then I have had an email to ask me to update my payment details. I know I probably shouldn't of done but I've waited until the last minute to do this. I have two days to make a payment so decided to update my details. I went to My Account - Plan Information - Update Payment info. I was asked for my password which I entered then proceeded to enter my payment details which are the same as previously. Then when you press save, nothing. Nothing happens. A message is at the top of page saying -
    We are still processing your payment.  Please check back in a few minutes or contact Customer Support.
    After I waited for an age, I checked back and the payment information hasn't changed. It has my card number checked out except the last 4 digits. My name isn't there and it says Amsterdam as my city which it isn't. I must of filled in the information 10 or more times and it doesn't change.
    I've tried Customer Services- chat and spoke to someone who said I will receive a call back. Still no call back after 3 hours when  I was told 10-15 mins.
    Any ideas what's going on? Is there any customer support I can contact directly?

    Change Payment Information
    Settings>iTunes and App Stores>Apple ID>View Apple ID>Sign-in>Payment Information

Maybe you are looking for

  • Error loading data from bw table into BW system

    Dear all, I have created and fill z tables in bw system, and try to load data into same bw system. What i am facing is error message saying "Error in module RSQL of the database". and when i check st22 for dump analysis, it says: Runtime Errors      

  • Using XSLT to link XML and ABAP data

    Hi Experts, I am using XSLT to deal with XML and ABAP data. I using the following statement to convert a Internal Table to XML String: CALL TRANSFORMATION id SOURCE  root = lt_sflight RESULT XML l_xml_string. And I get the XML String: <?xml version="

  • DVD malfunction in player

    hi- my issues is this- i create a DVD with studio pro, everything simulates fine. however, when i put it in a DVD player, i can't toggle to the PLAY button. if there is just one video and corresponding PLAY button, nothing happens when i press play o

  • Problem with access to Environment.

    Hey, all. I use Gentoo Linux and I have big problem. I can't access the Environment. I tried some examples from the site but without any result. I have to write a code based on OCCI library. I will use ODBC if i can't solve the problem. I had the fol

  • How do I stop the text tool from producing super large text?

    I am using photoshop elements version 9, but the same text problem occurs with version 12.