Last cell change does not commit in Matrix

Hello everyone,
I use VB.Net+SAP2004, bound matrix with a UDT, there is a problem when save the data at et_ITEM_PRESSED event, it always can not save the last cell's changed value, just the value before edit. who can help me solve this problem.
Thanks in advance.
Lanjun

Jose,
Thank you very much for your replying,
Actually, I want to show a message if edit value changed when user click "Cancel" buttong, I write data changed check and save code in et_FORM_UNLOAD event, because user can also click close button to close form, seems at this event the change lost, so I need also add code in "Cancel" button click or press event.
Thanks again.
Lanjun

Similar Messages

  • Pages "Track Changes" does not work when working in cells in a document

    While attempting to edit a WORD file (converted to Pages for my macbook) it was discovered that the Track Changes feature will not register if the changes are inside a "cell" in the file.  The RFP I am trying to respond to is made up of multiple columns and rows.  Anytime you make a change inside the columns or rows the "Track Changes" does not record the change.  Outside of the columns/rows it works perfectly.
    I download the most recent OS and Pages file last week.  The issue started then.
    Has anyone had this issue before?

    Yes.

  • Enabling "Save This View" button - change does not stick

    Running SharePoint 2013 Server Standard
    I have several sites.  For some the "Save This View" choice when filtering a view is enabled.  However, there are some for which the choice does not display.
    I located the setting for this in Editing the Page, Miscellaneous options for which the check button is "Disable 'Save This View'" button.  I uncheck the box, hit Apply or OK.  No errors.  However, the change does not get executed.
    I have admin rights to do anything.
    Please advise as to other settings that may be overriding this.
    Any ideas?  Seems to be a bug.

    Check below:
    http://www.sharemuch.com/2014/03/13/how-to-do-advanced-sharepoint-list-view-filtering-with-query-string-paramters/
    http://office.microsoft.com/en-in/sharepoint-help/use-the-list-view-web-part-HA102771012.aspx
    Check server render option
    If this helped you resolve your issue, please mark it Answered

  • Boris Title - Changes does not stick

    I'm making some changes on my Boris 3D text but the changes does not stick.
    I do a bevel on the text and press Apply, but when I see the result nothing happened. I go back in and it looks like I changed nothing. I click the check box but it does not help...

    Changes do not stick.
    Yrs. for proper English,
    Uncle Grump
    Thanks for correcting my English Uncle Grump
    I think the reason for my problem was that the text was not selected when I did the changes.

  • Changing cell padding does not change margin

    The text in the cell of an existing table is clearly indented from the cell border.   However, the cell padding is set to 0.  When I change the cell padding to 10, 50, or any other number, the text margin does not change.
    I am trying to create another table.  The text in the new table is flush left.  Whatever I set the cell padding to, the text margin does not change.
    The documentation indicates that the only way to change the cell margins is to change cell padding.  Obviously that does not work.  How do I change the cell padding?
    Thank you.
    Cathy

    Can you please anwser couple of queries to nail down the issue?
    1) Please let us know the Contribute Version and OS you are using.
    2) Is this happening with a particular page?
    3) Can you try creating a new blank page, insert a table and modify the Cell Padding value.Check whether it is getting reflected and also verify the cell padding parameter is added in the code.
    4) Previously if it worked and broken suddently, please try clearing the Contribute preference. Refer to the blog post, blogs.adobe.com/contribute/2011/11/launch-contribute-freshly-by-deleting-preferences.html

  • EF6 does not commit changes to Database

    Hey Guys. 
    Actually it looks quite simple, but I won't get it right. 
    I try to save changes made to an object from an project-included DB using EntityFramework 6. the changes are correctly updated in the local objects instance and the EnitityEntry - State is set to "modified", but after calling Entities.SaveChanges()
    (which does return 1 for one affected row, which is right) does not persist it to the DB, because after Project relaunch the Updated Data is gone. Please can you help me. 
    Thanks in advance. 
    Thomas
    if (!HasEmptyFields())
    Constants.ATLAS_ENTITIES.Entry(Selected).State = System.Data.Entity.EntityState.Modified;
    else
    Constants.ATLAS_ENTITIES.Entry(Selected).State = System.Data.Entity.EntityState.Added;
    int result = Constants.ATLAS_ENTITIES.SaveChanges();
    //result = 1 after execution which should be right

    Hi Stocki44,
    According to your description, the issue can be caused by that the setting of the Copy to Output Directory is not configured properly.  I recommend you choose the appropriate option according to the following link. Also you can review this
    FAQ to troubleshoot this issue.
    How to: Manage Local Data Files in Your Project:
    http://msdn.microsoft.com/en-us/library/ms246989.aspx
    Thanks,
    Lydia Zhang

  • Call to concurrent program in a pl/sql block does not COMMIT data to table

    I have the following PL/SQL block.
                             apps.create_po(x_org_id,x_document_num,x_agent_name,x_vendor_id,x_vendor_site_id,x_ship_to_location,x_bill_to_location,x_creation_date,new_isbn,new_print_key,new_unit_setup_cost,new_unit_run_cost,x_item,x_category_id,x_item_description,x_unit_of_measure,x_quantity,x_unit_price,x_ship_to_org_id,x_promise_date,x_qty_rcv_tolerance, x_deliver_to_location,x_destination_org_id, x_destination_subinventory,x_segment2,x_segment4);
                                  COMMIT;
    FND_GLOBAL.APPS_INITIALIZE(v_user_id,v_resp_id,201);
    v_po_req_id := apps.fnd_request.submit_request('PO','POXPOPDOI',NULL,NULL,NULL,
                                  NULL,'STANDARD',NULL,'Y',NULL,'APPROVED',NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
                                  DBMS_OUTPUT.PUT_LINE('Request ID is:' || v_po_req_id);
                                  IF v_po_req_id <> 0 THEN
                                       dbms_lock.sleep(60);
                                       dbms_output.Put_line('Sleep executed');
                                       COMMIT;
                                       select PHASE_CODE,STATUS_CODE INTO v_phase_code,v_status_code
                                       FROM FND_CONCURRENT_REQUESTS
                                       WHERE REQUEST_ID = v_po_req_id;
                                       dbms_output.put_line('After commit Phase and status codes are = '||v_phase_code || v_status_code);
                                  ELSE
                                       ROLLBACK;
                                  END IF;
                                  dbms_output.put_line('New Po is' || x_document_num);
                                  dbms_output.put_line('Quantity Is'|| x_quantity);
                                  apps.receive_po(x_document_num,x_quantity);
                                  v_rcv_req_id := apps.fnd_request.submit_request('PO','RVCTP',NULL,NULL,NULL,
                                  'BATCH',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
                                  NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
                                  DBMS_OUTPUT.PUT_LINE('Request ID is:' || v_rcv_req_id);
                                  IF v_rcv_req_id <> 0 THEN
                                       COMMIT;
                                       DBMS_OUTPUT.PUT_LINE('COMMITED RECEIVING');
                                  ELSE
                                       ROLLBACK;
                                  END IF;
    Presently when this block runs, i can see the new PO number created. Commit is also successfully executed. The last output for the program is
    New Po is 20651
    Quantity Is 450
    But due to some reason, the receiving program(receive_po) cannot retrieve the same PO from the base table.
    But once this pl/sql block is complete, and i call the receving procedure from a different session, the Po is retrieved and receiving against the PO is executed successfully.
    Can someone please suggest a work around ? Is the code missing something ? Since POXPOPDOI is a concurrent program which is executed as an asyncronous process, the commit statement after the call to concurent program does not work but the commit is executed only after it exits the pl/sql block.

    Thanks for responding.
    receive_po() program just inserts the data into RCV_HEADERS_INTERFACE and RCV_TRANSACTIONS_INTERFACE tables based on the PO that is created in the previous step. So basically the new PO created has to be received and the receive_po() just inserts data into the interface tables so that RVCTP can be called after that for receiving.
    Here is the code for the procedure.
    SET SERVEROUTPUT ON;
    --FND_GLOBAL.APPS_INITIALIZE(3,20707,201);
    --Procedure for receiving interface to load data to RCV_HEADERS_INTERFACE and RCV_TRANSACTIONS_INTERFACE
    CREATE OR REPLACE PROCEDURE receive_po (x_ponum IN VARCHAR2,x_quantity IN NUMBER) AS
    v_vendor_site_id NUMBER;
    v_vendor_id NUMBER;
    v_agent_id NUMBER;
    v_ship_to_organization_id NUMBER;
    v_item_id NUMBER;
    v_uom_code varchar2(25);
    v_subinventory varchar2(25);
    v_ship_to_location_id NUMBER;
    BEGIN
    --header information in variables
    dbms_output.put_line('Entering Receiving Insert Procedure');
    dbms_output.put_line('Po number ='||x_ponum||'$');
    dbms_output.put_line('Quantity is ='||x_quantity||'$');
    select pvsa.vendor_site_id into v_vendor_site_id
    FROM po_headers_all pha,po_vendors pv, po_vendor_sites_all pvsa
    where pha.vendor_id = pv.vendor_id
    and pv.vendor_id = pvsa.vendor_id
    and pha.segment1 = x_ponum;
    dbms_output.put_line('Vendor Site ID is' ||v_vendor_site_id);
    select pv.vendor_id into v_vendor_id
    FROM po_headers_all pha,po_vendors pv, po_vendor_sites_all pvsa
    where pha.vendor_id = pv.vendor_id
    and pv.vendor_id = pvsa.vendor_id
    and pha.segment1 = x_ponum;
    dbms_output.put_line('Vendor ID is' ||v_vendor_id);
    select plla.SHIP_TO_ORGANIZATION_ID into v_ship_to_organization_id
    from PO_HEADERS_ALL pha, PO_LINE_LOCATIONS_ALL plla
    where pha.PO_HEADER_ID = plla.PO_HEADER_ID
    and pha.segment1 = x_ponum;
    dbms_output.put_line('Ship to org is' ||v_ship_to_organization_id);
    select agent_id into v_agent_id
    FROM po_headers_all
    WHERE segment1 = x_ponum;
    dbms_output.put_line('Agent ID is' ||v_agent_id);
    --printing header table information
    dbms_output.put_line('vendor id is:'||v_vendor_id);
    dbms_output.put_line('vendor site id is:'||v_vendor_site_id);
    dbms_output.put_line('agent id is:'||v_agent_id);
    dbms_output.put_line('ship to organization id is:'||v_ship_to_organization_id);
    --line information in variables
    --derive item id
    select pla.item_id into v_item_id
    from po_headers_all pha, po_lines_all pla
    where pha.po_header_id = pla.po_header_id
    and pha.org_id = pla.org_id
    and pha.segment1 = x_ponum;
    --derive uom
    select pla.unit_meas_lookup_code into v_uom_code
    from po_headers_all pha, po_lines_all pla
    where pla.po_header_id = pha.po_header_id
    and pla.org_id = pha.org_id
    and pha.segment1 = x_ponum;
    --derive subinventory
    select pda.destination_subinventory into v_subinventory
    from po_headers_all pha, po_lines_all pla,po_distributions_all pda
    where pha.po_header_id = pla.po_header_id
    and pla.po_header_id = pda.po_header_id
    and pla.po_line_id = pda.po_line_id
    and pha.org_id = pla.org_id
    and pla.org_id = pda.org_id
    and pha.segment1 = x_ponum;
    --derive ship to location id
    select ship_to_location_id into v_ship_to_location_id
    from po_headers_all
    where segment1 = x_ponum;
    --printing transaction table details
    dbms_output.put_line('item id is:'||v_item_id);
    dbms_output.put_line('UOM is:'||v_uom_code);
    dbms_output.put_line('subinventory is:'||v_subinventory);
    dbms_output.put_line('ship to location id is:'||v_ship_to_location_id);
    --insert data into the receiving interface header table
    INSERT INTO RCV_HEADERS_INTERFACE
    HEADER_INTERFACE_ID          ,
    GROUP_ID               ,
    PROCESSING_STATUS_CODE      ,
    RECEIPT_SOURCE_CODE          ,
    TRANSACTION_TYPE          ,
    LAST_UPDATE_DATE          ,
    LAST_UPDATED_BY          ,
    LAST_UPDATE_LOGIN,
    CREATION_DATE               ,
    CREATED_BY               ,
    VENDOR_ID               ,
    VENDOR_SITE_ID               ,
    SHIP_TO_ORGANIZATION_ID ,
    EXPECTED_RECEIPT_DATE          ,
    EMPLOYEE_ID               ,
    VALIDATION_FLAG          
    SELECT
    RCV_HEADERS_INTERFACE_S.NEXTVAL,
    RCV_INTERFACE_GROUPS_S.NEXTVAL,
    'PENDING',
    'VENDOR',
    'NEW', -- 'CANCEL',
    sysdate,
    3,
    3,
    sysdate,
    3,
    v_vendor_id,
    v_vendor_site_id,
    v_ship_to_organization_id,
    sysdate+5,
    v_agent_id,
    'Y'
    FROM DUAL;
    commit;
    --insert data into the interface transaction table
    for i in 1..1 loop
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
    (INTERFACE_TRANSACTION_ID     ,
    HEADER_INTERFACE_ID     ,
    GROUP_ID               ,
    LAST_UPDATE_DATE          ,
    LAST_UPDATED_BY          ,
    CREATION_DATE               ,
    CREATED_BY               ,
    LAST_UPDATE_LOGIN,
    TRANSACTION_TYPE          ,
    TRANSACTION_DATE          ,
    PROCESSING_STATUS_CODE      ,
    PROCESSING_MODE_CODE          ,
    TRANSACTION_STATUS_CODE     ,
    QUANTITY               ,
    UNIT_OF_MEASURE          ,
    ITEM_ID ,
    AUTO_TRANSACT_CODE          ,
    RECEIPT_SOURCE_CODE          ,
    SOURCE_DOCUMENT_CODE          ,
    SUBINVENTORY               ,
    DOCUMENT_NUM               ,
    SHIP_TO_LOCATION_ID           ,
    VALIDATION_FLAG
    SELECT
    RCV_TRANSACTIONS_INTERFACE_S.NEXTVAL,
    RCV_HEADERS_INTERFACE_S.CURRVAL,
    RCV_INTERFACE_GROUPS_S.CURRVAL,
    SYSDATE,
    3,
    SYSDATE,
    3,
    3,
    'RECEIVE', --'RECEIVE', -- 'SHIP', --'06-JAN-1998',--question here
    sysdate,
    'PENDING',
    'BATCH',
    'PENDING',
    x_quantity,
    v_uom_code,
    v_item_id,
    'DELIVER', -- 'RECEIVE', --'DELIVER',
    'VENDOR',
    'PO',
    v_subinventory,
    x_ponum,
    v_ship_to_location_id,
    'Y'
    FROM DUAL;
    end loop;
    commit;
    END receive_po;
    I am really stuck and looking out for work arond. Please help.
    Thanks,
    Natasha

  • Command button does not commit unless hit twice

    I'm using ADF/BC, 10.1.3.2 jdev. I have the following code in my backing bean:
        public String cardLost() {
            inputText12.setValue("1"); 
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                return null;
            return null;
    The command button is defined as follows:
    <af:commandButton
                                    text="Save" disabled="false"
                                    binding="#{find_student_mb.commandButton4}"
                                    id="commandButton4"
                                    action="#{find_student_mb.cardLost}"
                                    immediate="false"/>When I hit the Save button the first time, the input text field (inputText12) changes to 1, but the data does not get commited to the database. (I have verified this in the database) If I hit the Save button again, the data gets committed.
    Is there a way to update the field and commit the data with one button?
    Thanks,
    Bob

    Hi,
    commit doesn't execute before a field is submitted. So what you do is you submit a page then update the field (which then is not yet reflected in the submit) an call commit, which basically executes on no new data. In the second call you now submit the data shown in the field that then also gets commited. To get it commited on the first button press, set the field value to the binding layer (attribute binding or iterator binding )
    Frank

  • Business View change does not show in existing Parameter Group

    I have an existing report that includes a dynamic, cascading LOV and associated parameter group.  The LOV is based on a Business View.
    I modified the Business View to limit the available values.  (Actually, I modified the Data Foundation and then updated the Business Elements, Business View, and LOV.)  I cleared the LOV using the Business View Manager, rescheduled the LOV, and received a message indicating that the refresh was Successful.  If I open the report, the old list of values are still displayed.
    To test, I created a new report.  I used the Enterprise as the data source and selected the Business View used by the LOV and parameter group.  If I query the Business View, I only see the rows I expect to see after the change made to the Data Foundation, Business Elements, Business View, .....
    How do I force the existing report to use the current LOV?
    thanks

    Please check whether the following SAP helps:
    Business Objects Notes Get Help | Close 
       1196364 - Need to refresh List of values (LOV) in the prompt, to be able to see list with all values in InfoView 
    Language   English     Version   21     Validity: 11.07.2008 - active   
    Edit Print View Show change log Show Internal Memos Compare Versions 
    Content:    Summary   |   Header Data   |   Other Properties
    Symptom
    Refreshing report with prompts, the list of values (LOV) does not appear.
    LOV needs to be refreshed for the values to show/appear
    Reproducing the Issue
    Environment :
    BOXI 3.0
    Cause
    Keep last selected value option is defined in the prompt property.
    Resolution
    Clear the option Keep last selected value in prompt property.
    Save report
    Keywords
    WebI WebItelligence show prompt refresh Rich Client
    Header Data
    Released on  17.07.2008 14:42:32 by James Terry (I817754) 
    Current Release Status  Released to Customer 
    Target Release Status  Released to Customer 
    Responsible  Stephanie Adam ( I049611 ) 
    Category  Problem 
    Application Area  BOJ-BIP 
    Product Version  BOBJ ENTERPRISE XI 3.0
    BOBJ ENTERPRISE XI
    Other Properties
    Business Objects Article ID  2060972 
    Business Objects BugID  ADAPT00898429 
    Business Objects BugSystem  ADAPT 
    Business Objects ProductFamilyMajorVersion  BusinessObjects Enterprise XI
    Web Intelligence XI
    Business Objects ProductName  BusinessObjects
    Web Intelligence
    Business Objects ProductMajorVersion  Web Intelligence XI
    Business Objects BuildVersion  11.5.0.0
    Business Objects SupportQueue  Design 
    Business Objects ProductLanguage  English

  • PO version change does not resulting output

    Hi,
    Initially PO created with version "0" and resulted message out put automatically and PO got printed.
    Then, user has done some changes to PO then it is resulting version "1" but this vesrion does not results automatic out put as like version "0"
    Please suggest me,
    Thanks,
    Venkat

    hi,
    Check settings again..
    1.whether you have given reason of change while you make changes in the document and whether it has been customized??
    2. Check settings for "set up for change displays"
    3. check Settings for PO messages ....here check whether the field is defined for relevent changes ie." Print relevent Purchase doc. changes"...
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Sep 23, 2010 10:45 AM

  • Last TOC book does not expand

    I have a WebHelp project in which the last book in the TOC
    does not expand. The icon switches from closed to open, but the
    contained books and topics do not appear. I see the same behavior
    in IE and Firefox on Windows, and Mozilla on Linux.
    The contents of the TOC up to that point are defined in
    whxdata/whtdata0.xml in the generated output. In that file, the tag
    for the last book (whose title is "Reference") contains a reference
    to the "next" XML:
    <book name="Reference" >
    <chunk name="Reference" ref="whtdata1.xml" />
    </book>
    The file whtdata1.xml exists and contains the data for what
    should be the contents of the "Reference" book.
    Any clues for why the referenced data is not being displayed?
    Janet Swisher --- Senior Technical Writer
    Enthought, Inc.
    http://www.enthought.com

    Janet,
    When I have a problem like this, sometimes I find a very tiny
    error in syntax. So if you haven't already gone back there, I would
    suggest you do so.
    I have this situation:
    Opening in an XML editor such as FAR, in "whtdata0.xml" I see
    this reference:
    - <book name="Database tables">
    <chunk name="Database tables" ref="whtdata1.xml" />
    </book>
    . . . . etc.
    File "whtdata1.xml" starts like this:
    <?xml version='1.0' encoding='windows-1252' ?>
    - <tocdata>
    <item name="Introduction" url="introduction.htm" />
    - <book name="aaaa tables">
    <item name="APP_ROLE" url="aaaa/APP_ROLE.htm" />
    <item name="APP_USER" url="aaaa/APP_USER.htm" />
    <item name="APPLICATION" url="aaaa/APPLICATION" />
    <item name="DOMAIN" url="aaaa/DOMAIN.htm" />
    . . . etc
    The hyphens don't show up in Notepad or TextPad. Is it
    missing in your file?
    Harvey

  • Batch change does not change meta data name when exporting or copy

    I use batch change to change the name of an event when photos from more than one source (camera) are imported. When I copy or export the photos the name reverts to the original meta data file. I do this to override duplicate names. For instance photos from two cameras taking pictures of the same event can have identical names such as IMG_0100. Iphoto does not show all the metadata on info but does show the change in the name when viewing info in iphoto.
    Is there some way to permanently change the name on photos using a group or batch method?

    No you're not changing any filenames at all.
    There is no way to change a filename in iPhoto at all. What you with Batch Change is add a Title to the photo. A Title is an entry in the metadata.
    You can set the name of an exported file to be the same as the title, when you export... if you choose that option.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • HTMLEkitorKit color change does not work on existing color

    My problem is that I use StyledEditorKit.ForegroundAction to update the color of the selected text. It works the first time but if I select a substring of the text with the color attribute and apply the foreground action again the color attribute does not change. If I change the font size or the font family first applying the foreground action to the substring does work. A previous posting listed this as a known bug. I am using sdk 1.4.1_03. I have tried using CSS attributes and setCharacterAttributes as well with no success. Does anyone know of a solution?
    Steve

    Anyone? I tried setting the character attributes of the selected substring one char at a time to no avail. I also tried remove the attribute from the element but that removes the attribute from the whole string and not the selected substring. Help!
    Steve

  • PM_PARTNER_UPDATE change does not get reflected in CRM

    Hi,
    I'm using FM BAPI_GOODSMVT_CREATE to create a goods receipt. This function module calls a BAdi MB_DOCUMENT_BADI where I coded the method MB_DOCUMENT_UPDATE to update equipments. The change that I need to do is to delete a partner(sold-to) on the equipment. I'm using PM_PARTNER_UPDATE to update the equipment. I was able to do it successfully. But the issue is, we have CRM5.0 and the change needs to be reflected back on the Iobject in CRM. This does not happen when an equipment is changed in my code. However, if I go change the equipment in IE02 the change replicates.
    Here is my code,
    LOOP AT i_partinfo INTO wa_partinfo.
                              CLEAR wa_ihpa.
                              wa_ihpa-objnr = l_objnr.
                              wa_ihpa-parvw = c_soldto.
                              wa_ihpa-obtyp = c_obtyp .
                              wa_ihpa-updkz = c_delete.
                              wa_ihpa-counter = wa_partinfo-counter.
                              wa_ihpa-parnr   = wa_partinfo-parnr.
                              APPEND wa_ihpa TO i_ihpa.
                              CLEAR wa_partinfo.
                            ENDLOOP.
                            IF NOT i_ihpa[] IS INITIAL.
    *Delete Sold to Partner function
                              CALL FUNCTION 'PM_PARTNER_UPDATE'
                                TABLES
                                  fxihpa = i_ihpa[].
                            ENDIF.
    Thanks in Advance.

    Hello,
    i have at the moment exactly the same issue with PM_PARTNER_UPDATE.
    What was your solution to have a BDOC in the end?
    Thank you
    Best regards
    Manfred

  • Stateless Session_Bean Container_Managed does not commit SQLJ updates in 8i 8.1.7

    I deployed an EJB Stateless and Container_Managed into 8i 8.1.7.
    The bean contains a method with a simple SQLJ insert statement and works fine, except for no commit is triggered by the Bean Container when method call is finished.
    I can see that the insert was done, because the counter for my table is increased!
    So the fault has to be that there is no commit!
    Why does the Bean Container not commit, as it states in the EJB Online Documentation??

    Is it NT or solaris 8.1.7 ?
    On solaris it should have worked. On NT it wouldn't work, unless you explicitly lookup
    the datasource and do a ds.getConnection(), the container doesn't know what to commit. In general, hereafter, the bean code needs to explicitly lookup datasources and call getConnection() on the datasource so that the datasource is enlisted. Using the default kprb connection isn't going to work unless you explicitly set default-enlist tag to true in the XML deployment descriptor.

Maybe you are looking for

  • Can't open iphoto library from external hard drive

    I'm backing up my enormous iPhoto library to two external hard drives in order to free up space on my computer. Before deleting the photos permanently from the laptop, I wanted to double-check that the copies of the library I made on the two external

  • How to use CLIENT-CERT authentication?

    Hi, I would like to know how to use client authentication. I used a web application with CLIENT-CERT authentication. And I accessed to the application from browser, then I had the following error message: Incorrect or missing client certificate. I us

  • Local Authentication for Guest accounts created on WCS

    I'm not sure this is technically possible but I have a requirement to set up an SSID on a WLC whereby I can provision guest user accounts from the WCS and have the WLC / SSID authenticate against the guest account created on the WCS. The SSID would n

  • Is it simple..??

    I want to test the client/server application that i've made. The application is about client sending some string to the server and server returning it back to the client. The string sent by the client is displayed on the TextArea of the server and th

  • My husband has a work blackberry

    My husband has a work blackberry, so he is unable to download any apps.  His boss is able to IM him from his Ipad without my husband having downloaded any apps.  How do I make it work for me?  I have the Iphone 4s.   I have down loaded Whatsapp & Pin