Timing Issue in BADI MSTO_PROCESS_ITEM PO

In ECC 6.0 some logic has been added to BADI MSTO_PROCESS_ITEM, method check. Two non rfc function modules have been used to update custom fields. MEPO_DOC_HEADER_PROCESS and MEPO_DOC_ITEM_PROCESS. Every once in awhile the custom fields are not updated. When we take the purchase order and go in change mode, it updates the fields correctly. When we go through debug, same thing updates correctly, and create also. it only happens sometimes. Could there be a timing update issue in the badi? Buffer issue?  If yes, what are some solutions. Could we put a wait command in the badi?

Hi,
      IM_item is itself an object, it contains methods. check the assosiate type IF_PURCHASE_ORDER_ITEM_MM.
check the sample code it willhelp you.
sudheer.A

Similar Messages

  • [svn:bz-trunk] 17102: Rewrite all ImageSnapShot tests to avoid any timing issue on various app server .

    Revision: 17102
    Revision: 17102
    Author:   [email protected]
    Date:     2010-07-28 11:48:20 -0700 (Wed, 28 Jul 2010)
    Log Message:
    Rewrite all ImageSnapShot tests to avoid any timing issue on various app server.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureBitmapData.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImage.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedFalse.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedFalseJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedTrue.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedTrueJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testEncodeImageAsBase64.mxml

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • How to fix the Timing issue in Discoverer reports

    Hi,
    While running the discoverer report in Discoverer plus is taking more than 1 hour to complete( Gen.time + Extract to excel)
    where as the same report completes quickly in discoverer desktop.
    how to fix the timing issue in discoverer plus 
    Thanks
    Srinivas

    Timo Hahn wrote:
    There is a problem with autoHeightRows and columnStretching used together in 11gR1.
    Have you tried without columnStretching?
    Or have you tried if it works in 11gr2?
    TimoHi Timo, Thank you very much for taking time to respond to my question.. :)
    Back to my question...
    I tried removing the columnStretching although my requirement really requires this but no effect really happens even if I remove this.
    Based on my investigation on the generated HTML, I notice the following items:
    1. A table is being wrapped in a div that is being set at a fixed height.
    2. On first load, if your autoheight rows is set to 6, the framework is setting a height of 96px to the div. This height would almost cut the last row of the table.
    3. If you try to refresh the page or try to re-PPR the component, the framework resets it to 102px which causes the last row to be fully displayed.
    My only concern is that IE is perfectly displaying this while Chrome and FF are having problem.
    Based on my understanding, the framework is messing up the height only on first load. Not sure but this is how I see it. I am really not confident also on my findings
    and I would most likely hear other's comment.
    Thanks.

  • [svn] 4859: -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater .

    Revision: 4859
    Author: [email protected]
    Date: 2009-02-05 10:15:22 -0800 (Thu, 05 Feb 2009)
    Log Message:
    -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater. The recompiled files would get laid down properly only to have the old files put back down on top of them. I also made sure the build directory was removed after updateAIR ran so it would not be included in the package
    -removed bundles.properties from the wireframe project
    bug:SDK-19128
    qa:yes
    doc:no
    checkintests:pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19128
    Modified Paths:
    flex/sdk/branches/i10/build.xml
    flex/sdk/branches/i10/frameworks/build.xml
    Removed Paths:
    flex/sdk/branches/i10/frameworks/projects/wireframe/bundles.properties

    Hi Chris,
    I have confirmed this is an AIR SDK 13.0.0.83 bug.
    I have reported this bug to Adobe Bugbase, and I also included the workaround:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3750892
    The workaround is:
    Simply comment the <externalSwfs> tag in your -app.xml will solve this bug, like this: <!-- <externalSwfs></externalSwfs> -->
    DarkStone
    2014-04-28

  • VISA Read timing issues

    I am using an RS232 to control an older model Power Supply (OXFORD PS 120-10).
    I have successfully written several VI's that all work, the only problem is that VISA Read takes WAY too long. I'm talking 10's of seconds to refresh. I need it have it refreshing in milliseconds or at least tens of seconds for the measurements we need. All of the VI's I have written have the same timing issue. 
    Attached is the most basic Serial Read/Write VI. Is there any way to improve the Read rate? Or might this just be an instrumentation issue. The strange thing is the Write commands work almost instantaneously (I can seem them on the instruments display).
    Please help if you can, I've only been working with LabVIEW for a few weeks and am very must still in the learning process. 
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    READandWRITE timing test.vi ‏14 KB
    READandWRITE timing test.vi ‏14 KB

    Do you have the communications protocol for the power supply? If you do not have everything right, you will have problems with communications.
    Tens of seconds is a clue that you may be getting timeout errors because the default timeout is 10 seconds. Try placing an inidicator on the error out wire inside the loop (after Read) to see if an error occurs on any iteration. The way you have the VI set up you only see the error on the last iteration of the loop.
    You are writing a carriage return to the instrument. If it requires that, it almost certainly sends a carriage return with the response. (This is why I asked about the protocol). If the instrument sends a carriage return (or other termination character), then you should Enable Termination Character on the Configuration VI and set the termination character to the correct value. The default is line feed (hex A or decimal 10). A carriage return is hex D or decimal 13. You must wire the numeric value to the termination character input for any value other than the default. Then change the byte count value (at the Read input) to a number larger than the longest message the instrument will ever send, perhaps 100 or 500. The Read will end as soon as the termination character is received, regardless of the number of characters.
    I suspect that this is the problem - the instrument sends fewer than 10 characters in most messages but does send a termination character.
    Lynn

  • Where do we post issues about bad apple customer support

    where do we post issues about bad apple customer support?

    Well, these are user-to-user forums. I'm not sure that posting complaints about Apple customer support here would be a) productive (what can we really do?) and b) acceptable under the terms of use, though I'm not sure. My inclination would be to write a letter directly to Apple. Even in this email age, "real" letters seem to command more attention.
    Best of luck.

  • C3120 trunk timing issue on HP B460G1 ?

    hello
    customer encoured issue of trunking timing issue between
    C3120 and HP blade server, unable to get ip from DHCP
    server when server is booting up
    seems issue resolved in .53SE but i didnt  find either
    on CCO or HP Web ?
    any advice welcomed
    JYP

    Did you put the trunk in portfast mode ?
    regards,
    Geert

  • Questions about phase difference (possible timing issue) RC circuit

    Hello,
    Below is the program I am using to measure the phase difference in an RC circuit. Simply put I generate a 2kHz sine wave in LabView and send it to the circuit using an Analog output. Then I measure the output sine wave using an analog output.I also measure this using n oscilliscope. I cna clearly measure the phase difference with the oscilliscope and know it to be approximately 1.4 radians.
    Issues with the program:
    Different phase difference measured each time the program is run for the circuit. It is also never correct.
    Possible causes:
    You will notice by looking at the vi I measure the phase from the signal generator. Should I be using a second analog input to measure the sine wave as it is outputted at the start of the circuit?
    I mainly think that it is a timing issue. While the phase difference is constant each time the program it varies each on run. So the time each tone measurement begins its first measurement seems to be different each time and causes this different phase reading.
    The card I am using is a PCI 6221, is there a timing issue related from switching to input and output acquistion or are they seperate.
    Is there anyway to ensure that both tone measurements are measuring phase at the same point in (actual) time?
    I would really appreciate any advice or alterations on the program anyone could offer me (I am a college student and LabVIEW is not on our curriculum so I have no support, yet I am using it for my project (D'oh!))
    Solved!
    Go to Solution.
    Attachments:
    RC Circuit Test.vi ‏271 KB

    I would certainly acquire two signals.  Feed the analog output right back into an analog input and then your filtered signals in another.
    Initially, I would feed the analog output into both analog inputs and measure the phase delay due to the multiplexed A/D on the card.  Once you have that measurement, you can feed in the filtered signal and then measure the phase difference of that signal.
    Randall Pursley

  • Unity Express voice mail timing issue.

    Hi,
    I have installed one uc520 at one of our customer. i configured voice mail but there is one issue with the voice mail timing. Suppose i retrive the voice mail the voice mail prompt is giving the wrong time. Suppose I send a voice mail to a subscriber at 3pm, the voice mail prompt is saying 'message send at 4 pm'.
    I checked both cme and cue clock settings and both are showing the correct time.
    Can anybody help me on this issue
    Regards
    Thejas

    Are the calls to CUE getting dropped when you dial from an IP Phone at site 1 (callmanager) ?
    How is the CME router setup in Callmanager ? Is it added as a regular H323 gateway or a H225 trunk ? Either ways, make sure the gateway registers with the correct IP that is used in Callmanager.
    So if CME has a wan ip (a.a.a.a) and a lan ip (b.b.b.b), if you add b.b.b.b as the CME gateway's ip address in Callmanager, then you need to bind the H323 ip address as follows.
    interface fa0/0
    ip add b.b.b.b
    h323-gateway voip bind srcaddr b.b.b.b
    Most likely the CME gateway is sending calls to Callmanager using ip address a.a.a.a which is the wan ip, through which it has the default route to Callmanager.
    Hope that makes sense!

  • Imac7,1 freezes with severe graphics issues after bad-tv filter

    firsttly, sorry, this could be a double post, i think i forgot deleting the old one in the wrong category.
    well, i don't really know if this is a common issue or whether this is firmware or snow leopard related: if i apply the bad-tv filter in fcp7 (fcs3) my screen is going crazy after a few seconds: squares and dots in all kinds of colours etc...then snow leopard freezes and i have to force a reboot. everything else is working great! any ideas or related problems out there?
    i've got the 1.3 firmware update. clean install!

    I was teaching an FCP class today, and I had the same problem with the Bad Film filter on four new 24" iMacs, each with 256MB ATI Graphics Card.
    They were all running SN 10.6.1 and FCP 7.0.1

  • Issue in BADI BBP_CUF_BADI_2

    Hi SRM Gurus,
    I have requirement to add 3 custom fields(YES/NO Box,PO Number,PO Value) in the Item Detail Basic Screen and i have added the 3
    fields in the structure  BBP_PDS_ITEM_SC_CI and so the fields are displayed in the Item detail Basic data screen.
    If the YES/NO box contain value NO then the fields
    PO Number and PO value should be in display mode.
    If it is changed to YES then the PO Number and PO Value
    should be in editable mode.
    The Issues is whenever i select YES/NO option in the YES/NO
    box and click 'Check' or 'Refresh' option the value in the
    YES/NO box is getting refreshed bcos of this i was not able
    to perform any operation further.
    I'am not sure how it is getting refreshed.
    Please throw some light on this.
    Thank You.
    With Regards,
    P.Arunkumar

    Hi. If you create a custom table that contains 2 fields, User Name and Either Cart Number of Cart GUID you can write the current cart deatils for SY-UNAME into the new table using the BBP_DOC_CHECK_BADI.
    When you enter the current user name and cart number/GUID you should delete the old data for that user.
    This BADI is called all the time, and so you can enter the current cart that the user is looking at in this custom table, then call function BBP_PD_SC_GETDETAIL from BBP_PGRP_FIND.
    Regards,
    Dave.

  • Issue on Badi Execution for copy appset

    Hai,
    I have write a badi to Copy Transaction data from appset to another appset it works fine and now i has to enhance the code to copy same to another account.
    here comes the issue.,
    when i execute the code for hard coded it works fine and post the data for the logic.
    but when i keep account =<all> it throughs the error as exception error when i debug the code it shows due to duplicate records.
    how can i solve the issue.
    thanks,
    Rajesh

    hai,
    the problem is with the work status .
    i unlocked the work status for the source and destination applications
    and i run the logic the code executed sucess fully...
    this is because when the work status is in "confirmed"  it doesnt allow to load data to that member.
    thanks,
    Rajesh

  • Hi experts, issue regarding badi MRM_WT_SPLIT_UPDATE

    Actually this badi dont have the option of multiple use,
    and it is already implemented,
    but they is no document for which purpose it is implemented.
    Now the issue is i have to use the same badi .
    How can i use this badi again
    thank you

    Hi
    Please, see SAP Note 1156325 - BAdIs in the Logistics Invoice Verification environment
    Regards
    Eduardo

  • Peer disconnecting immediately after EJB lookup - timing issue?

    I'm getting a timing problem with the Oracle EJB server, version
    8.1.6.
    I've deployed an EJB successfully, so I want to write the client-
    side Java code to use it. The code calls the lookup() method on
    the InitialContext, and gets back an EJBHome object like this:
    Object ejb = new Object();
    Hashtable env = new Hashtable();
    env.put(Context.URL_PKG_PREFIXES, "oracle.aurora.jndi");
    env.put(Context.SECURITY_PRINCIPAL, "username");
    env.put(Context.SECURITY_CREDENTIALS, "password");
    env.put(Context.SECURITY_AUTHENTICATION,
    ServiceCtx.NON_SSL_LOGIN);
    Context ic = new InitialContext(env);
    ejb = (EJBHome)ic.lookup(serviceURL + objectName); // service
    URL is the URL of the server, and objectName is the name of the
    EJBRemote.
    This works fine. The problem is that if I try to call create()
    on the EJB home interface IMMEDIATELY after this block of code
    finishes, it peer disconnects. If I wait for a second or two,
    there's no problem.
    // Bad code?! Have to wait 1-2 seconds before calling this
    code, otherwise, we peer disconnect.
    MyObjectEJBRemote myEJBremote = ejb.create();
    The peer disconnect looks like the following:
    org.omg.CORBA.COMM_FAILURE: java.io.IOException: Peer
    disconnected socket minor code: 0 completed: No
    at com.visigenic.vbroker.orb.TcpConnection.read
    (TcpConnection.java, Compiled Code)
    at
    com.visigenic.vbroker.orb.GiopConnectionImpl.receive_message
    (GiopConnectionImpl.java, Compiled Code)
    at
    com.visigenic.vbroker.orb.GiopConnectionImpl.receive_reply
    (GiopConnectionImpl.java, Compiled Code)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke
    (GiopStubDelegate.java, Compiled Code)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke
    (GiopStubDelegate.java, Compiled Code)
    at com.inprise.vbroker.CORBA.portable.ObjectImpl._invoke
    (ObjectImpl.java, Compiled Code)
    at MyObjectEJBRemote.myEJBmethod
    (_st_MyObjectEJBRemote.java:1103)
    at MyClient.callEJBMethod(MyClient.java, Compiled Code)
    at javax.swing.AbstractButton.fireActionPerformed
    (Unknown Source)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
    (Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed
    (Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown
    Source)
    at
    javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
    Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent
    (Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent
    (Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown
    Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForComponent
    (Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForComponent
    (Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Do I have to put a delay in my code in between calling the lookup
    () and calling the create()? Is there something simple that I'm
    missing? All I know is that if I wait for a just a moment
    before I call create(), then the code works fine.
    - rjms
    NOTE: Please note that my email address is now:
    [email protected]. Thanks.

    I'm getting a timing problem with the Oracle EJB server, version
    8.1.6.
    I've deployed an EJB successfully, so I want to write the client-
    side Java code to use it. The code calls the lookup() method on
    the InitialContext, and gets back an EJBHome object like this:
    Object ejb = new Object();
    Hashtable env = new Hashtable();
    env.put(Context.URL_PKG_PREFIXES, "oracle.aurora.jndi");
    env.put(Context.SECURITY_PRINCIPAL, "username");
    env.put(Context.SECURITY_CREDENTIALS, "password");
    env.put(Context.SECURITY_AUTHENTICATION,
    ServiceCtx.NON_SSL_LOGIN);
    Context ic = new InitialContext(env);
    ejb = (EJBHome)ic.lookup(serviceURL + objectName); // service
    URL is the URL of the server, and objectName is the name of the
    EJBRemote.
    This works fine. The problem is that if I try to call create()
    on the EJB home interface IMMEDIATELY after this block of code
    finishes, it peer disconnects. If I wait for a second or two,
    there's no problem.
    // Bad code?! Have to wait 1-2 seconds before calling this
    code, otherwise, we peer disconnect.
    MyObjectEJBRemote myEJBremote = ejb.create();
    The peer disconnect looks like the following:
    org.omg.CORBA.COMM_FAILURE: java.io.IOException: Peer
    disconnected socket minor code: 0 completed: No
    at com.visigenic.vbroker.orb.TcpConnection.read
    (TcpConnection.java, Compiled Code)
    at
    com.visigenic.vbroker.orb.GiopConnectionImpl.receive_message
    (GiopConnectionImpl.java, Compiled Code)
    at
    com.visigenic.vbroker.orb.GiopConnectionImpl.receive_reply
    (GiopConnectionImpl.java, Compiled Code)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke
    (GiopStubDelegate.java, Compiled Code)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke
    (GiopStubDelegate.java, Compiled Code)
    at com.inprise.vbroker.CORBA.portable.ObjectImpl._invoke
    (ObjectImpl.java, Compiled Code)
    at MyObjectEJBRemote.myEJBmethod
    (_st_MyObjectEJBRemote.java:1103)
    at MyClient.callEJBMethod(MyClient.java, Compiled Code)
    at javax.swing.AbstractButton.fireActionPerformed
    (Unknown Source)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
    (Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed
    (Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown
    Source)
    at
    javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
    Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent
    (Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent
    (Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown
    Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForComponent
    (Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForComponent
    (Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Do I have to put a delay in my code in between calling the lookup
    () and calling the create()? Is there something simple that I'm
    missing? All I know is that if I wait for a just a moment
    before I call create(), then the code works fine.
    - rjms
    NOTE: Please note that my email address is now:
    [email protected]. Thanks.

  • Issue in BADI

    there are two diferent work orders created from 2 different users. For one order when i go through IW32 and go to operations tab and delete an operation then IT_OPERATION table of  method BEFORE_UPDATE from  BADI WORKORDER_UPADTE that  have implemented shows value D(D means delete) for that operation in the IT_OPERATION table . This is working fine . But for the second work order when i delete an operation i get the value as U(U means UPDATE) instead of D for this operation. This value is incorrect. I am deleting operations from both work orders from my user id. But it is showing two different behaviours .
    Can someone suggest as why is this happening and how can it be resolved?

    Hi ,
    My Issue has been sorted out.Thank U very much Imthiaz.
    I reward full point to you.
    Thank You.
    With Regards,
    P.Arunkumar

Maybe you are looking for

  • IPhone 4s no longer saving photos after downloading iOS6

    After downloading the new iOS6 to my iPhone 4s I can no longer save pictures from Facebook or the web. When I touch the photo I am given the option to save it (which I do), but then it doesn't appear in my camera roll.  Only pics taken with camera ar

  • Bluetooth mouse and keyboard do not work

    I purchased an iMac G5 about 6 months ago. I got it with a bluetooth mouse and keyboard. I have had trouble with it from day 1. Apple had me replace the logic unit, and it worked for a couple of weeks. Then as soon as the 90-day warranty for complime

  • SAX parsing problem

    Thanks for reading this msg! I am using SAX parsing XML , everthing is looks OK but only one I don't get it, one element out put is being splited but all other no problem even same data... XML element : <item> RO(contains 160 FT)</item> after parsing

  • ALV enable input for certain cells only

    Hi, I wanna to have certain cells in my ALV grid display are ready for input. I am using FM 'REUSE_ALV_GRID_DISPLAY'. Appreciate for any help. Many thanks Alia

  • Can I update a iPod Touch from a different PC and not lose my media files?

    OK. Here is the question, can you update a iPod touch which is on iOS 4.x to iOS 6.0 using a different computer that it was originally synced to, but not lose any of the media files on it?