How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP

How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP Table without using UPDATE statement

I believe SAP automatically updates those fileds while creating the delivery document.
rthanks,
krishna

Similar Messages

  • How do i skip process validations and still update the model?

    how do i skip process validations and still update the model? This has got to be a bug or a really huge design flaw. And no I don't want to using 'binding' to bind to every component on my form just so I can set its value. I just want to use value binding.
    Perhaps there should be a FacesContext.getCurrentInstance().updateModel() method?

    how about if I want clear the form or load a new model:
    <h:commandButton action="#{customer.clear_action}" immediate="true" value="clear" />
    <h:commandButton action="#{customer.load_action}" immediate="true" value="load" />
    public void clear_action() {
    Customer c = new Customer();
    this.setBean("customerModel",c);
    FacesContext context = FacesContext.getCurrentInstance();
    context.renderResponse();
    public void load_action() {
    Customer c = new Customer(1000);
    this.setBean("customerModel",c);
    FacesContext context = FacesContext.getCurrentInstance();
    context.renderResponse();

  • How to update Tr code FB02   and update the field reference key1 (bseg-xref

    Can any body
    help me how to update   Tr code   fb02
    and  update the field  reference  key1 (bseg-xref1)  with the interest amount
    calculated.
    Below i have  written My  program  flow logic
    The program should read the open items i.e debit items in the customer account,
    Based on the  invoice date and customer payment terms  calculate the due date and then the  interest should be  calculated on that item based on the due date.
    Use the  transaction  fb02  and update the field  reference  key 1 (BSEG-xref1)
    with the interest amount calculated
    Only  consider  customers whose  interest indicator  knb1-vzskz = 'vk'.
    Interest is to be  calculated for every  30  days
    at the rate of  1% .please see example below.
    Document date is 01.01.2007
    for amount  1000SGD   payment  term  7  days
    It becomes  due  on  08.01.2007
    until  06.02.2007 you should not  consider  for calculation of interest
    SGD  on   7.02.2007 run you can consider this  item for interest calculation

    Hi Robert,
    Thanks for answering.
    I am looking at Ref 2 should flow automatically to clearing document from the accounitng document for billing.
    Ex: Billing document is created and accounted. Ref 2 is AB
    Now when receipt is accounted for this biling document this AB should flow automatically to Ref 2 field.
    Thanks
    NNS.

  • How to update cost condition VPRS and Updation from VPRS to new cond ZVPR

    Hi All,
    How to do and is there any way to update the VPRS cost condition whenever vendor sends confirmation of material and cost after purchase order.
    After receiving the confirmation form the vendor,the VPRS cost condition should get updated in the system automatically.
    We have one cost condition type ZVPR which is same and consists of same properties of VPRS. How to update this ZVPR condition from VPRS Condition.
    Thanks in advance....
    Regards....Venkat
    Edited by: venkat t on Feb 16, 2009 11:57 AM

    Hi venkat
    Check the link
    [How to update cost condition VPRS and Updating from VPRS to new cond ZVPR;
    NOTE : Dont post in many forums
    Regards
    Srinath

  • I have had lightroom 4 for awhile and would like to know how to update to lightroom 5 and how much it would cost

    I have had lightroom for awhile and would like to know how to update to lightroom 5 and how much it will cost

    You can buy an upgrade to 5 for $79 from the Adobe store: Products. You can buy it for a few dollars cheaper (not counting tax and delivery) from Amazon and other places online.
    When you install 5 and start it, it will make a copy of your 4 catalog and convert it to version 5 (leaving the 4 catalog untouched): Lightroom catalog FAQ.

  • Requirement class- consumtion indicator and requirement reduction indicator

    hi
    in DEMAND MANAGEMENT WE CAN SET REQUIREMENT CLASS
    can any one elobrate whats the difference between the consumption indicator and requirement reduction indicator.
    in help i dint get any explanation regarding the indicators which we need to se at requirement class
    in siemens material i got the diff on between but i couldnt understood
    can any experts elobrate the issue.
    the explantion is like that
    consmtion is not the only integartion between actual sales requirements and PIR. reduction of the PIR will also takes place asa result of the sales requirement.
    Reduction is the process of actual reducing the value of PIR and its stored in the system. where as  during  consumtion the actual value stored was not changed, only the quantity passed to planning was lowerd.
    can any body elobrate the above statement
    regards
    sasikanth

    HI
    Consumption indicator
    The PIR are consumed with respectve to sales order
    requirement reduction indicator
    make-to-stock production is reduced by customer requirements which are planned as sale from stock
    -ashok

  • I just updated to 5.7 and the exported files are blurry. I compared the ones I exported before the change and they are fine. I have not change any settings.

    I just updated to 5.7 and the exported files are blurry. I compared the ones I exported before the change and they are fine. I have not change any settings.

    I don't understand your last paragraph.
    "The home page also has a full bar ..." What does "full bar" mean? " ... instead of the tray it had before."  What does "tray" mean?
    Anyway, you might try Settings > General > Reset > Reset Home Screen Layout
    I guess that cannot make things any worse.

  • How to update a process flow while it is executing??

    Hi,
    Need help
    I'm using WorkFlow 2.6.3.5 here is my issue,
    I have a long long workflow, many process and notifications. Sometimes i have to perform changes due to user requirements, but i have started an order (item key) and the workflow won't change, and users do not want to start a new order everytime we have to change something, I mean let's say the order is in process 4 and there has been a new requirement which will modify the next process 5, how do I update the flow ?? Because you go to the monitor page, find process item key (order) 1000 and even if i had changed the flow()workflow builder), order 1000 will have the old flow when you review the diagram.
    How do I update the changes (forward, the ones ahead) and stay at the same point the order (item key) was.
    Please help me !
    Vilma

    Hi,
    we have the same problem actually.
    The life cycle of the complete workflow is over one year.
    (We are using subprocess, call them dynamicly... but when processes is waiting a notification, that is not a solution!)
    --> Actually we use the API of the workflow to fork processes (with an option that use the new version of definition), "retry" activities in the new process on the same "position" as in the "old process" (Note: That's not always possible - if activity renammed or deleted by example --> Go back to previous correct activity).
    That is working fine... for 85% of our cases.
    Our actual problem is that some of our process use inter process synchronisation. To solve that, we need the execution sequence of the old activities.
    :-( Actually whe can't retrieve the "correct execution sequence" of the activities.
    If some of you knows how to retrieve the order of execution order of the activities, I will help us a lot.
    (The problem is that there is a begin date for that, but precision is "second"... not enough precise... should be at least a milli second).
    --> We are trying to find out the execution sequence by analysing the process definition... But it seems that it will be complicated and long to program.
    Any help is welcome.
    Stephane

  • How to update cost condition VPRS and Updating from VPRS to new cond ZVPR

    Hi All,
    How to do and is there any way to update the VPRS cost condition whenever vendor sends confirmation of material and cost after purchase order.
    After receiving the confirmation form the vendor,the VPRS cost condition should get updated in the system automatically.
    We have one cost condition type ZVPR which is same and consists of same properties of VPRS. How to update this ZVPR condition from VPRS Condition.
    Thanks in advance....
    Regards....VM

    we are finding funtional ways.

  • HELP!!! i need help on how to update the core applications and system software.

    can anyone help me update my software for a blackberry curve 9300. i need to updat the core applications and the system software but i dont know how to do so. do i do it by my desktop or device

    Hi and Welcome to the Community!
    The simplest way is this:
    KB16068 How to update the BlackBerry Device Software through the web
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to find deleted process chain and query

    Hi All
    Some body has deleted one process chain and one query from development system
    how can i know who has deleted these?
    is there any table where deleted process chain and queries will maintain????
    Thanks & Regards,
    Krishna
    Edited by: krishnamurthy g on Sep 1, 2008 5:33 PM

    Hi,
    Usually its totally in tractable to find a deleted chain :
    But you can try out with the following options:
    1> T-code SLG2 .
    2> T-code SLG1 - find out who was logged on to the system on that particular client at that time.
    3> Try out the following tables in se16 :
    RSPCLOGS           --- Application Logs for the Process Chains
    RSPCLOGCHAIN    --- Cross-Table Log ID / Chain ID
    RSPCCOMMANDLOG --- System Command Execution Logs (Process Chains) .
    Hope it will be expedite.
    Thax & Regards.
    Vaibhave Sharma

  • How to save business processes structure and monitoring parameters?

    Hi dears!
    I've got a little question -is it possible to save business processes structure and monitoring parameters as a local file?
    Thanks in advance!

    One way to resolve this problem is use the method commit_and_refresh as shown below.
       data: lv_dest           type rfcdest.
        cl_hrrcf_m_rfc_services=>commit_and_refresh( lv_dest ).

  • Hide Back Flush Indicator and Bulk Material Indicator in PM order

    Hi Experts
    Can any one help me, how to hide or display Back Flush and Bulk Material Indicator in PM order Components tab. Can we customize this or we need to do the modification in standard program.
    Thanks is advance
    Regards
    N.Saidasan

    Try to hide it my using transaction variant tcode SHD0
    If it dosent work then use
    User exit 
    IWO10009 Maintenance order: Customer check for "Saving"
    PPCO0023 (check changes to order components)
    BADI
    IWO1_ORDER_BADI
    This will solve your problem

  • How to update my podcast info and change some things

    Thanks in advance.
    My podcast information page: https://itunes.apple.com/au/podcast/in-all-airness-podcast/id568075066
    I am trying to change the name of my podcast to: In all Airness - Basketball Podcast
    I could even remove the word 'Podcast' from the title, it is redundant really...
    Also, I guess I should really have "amateur" as my type, it's not a professional podcast. I don't know why the length of time for first episode (around 58m) does not show, plus I have a nice short description of the first epsiode, but instead, the text from my actual blog post is what is listed within the show summary.
    I use Feedburner to send the RSS info to iTunes - how do I edit the XML file in FB? I can only view the XML source, not edit it - this is so annoying, would be most thankful if I could solve these issues!
    My website (where the blog post I mention, is located): inallairness.com
    Kind regards,
    Adam

    I should add, I can update some details (which have worked) using Feedburner (within Smart Cast area), but the things I wish to change (as mentioned in my main post above) are the things I can't seem to modify.
    Here's also the complete copy / paste of the XML source from my FB page:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?>
    <?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
    <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
      <channel>
        <title>In all Airness » PODCAST</title>
        <link>http://inallairness.com</link>
        <description>Michael Jordan-era NBA - this is Basketball Central</description>
        <lastBuildDate>Sat, 06 Oct 2012 07:21:42 +0000</lastBuildDate>
        <language>en-US</language>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>
        <generator>http://wordpress.org/?v=3.4.2</generator>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/inallairnesspodcast" />
        <feedburner:info uri="inallairnesspodcast" />
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
        <itunes:owner>
          <itunes:email>[email protected]</itunes:email>
          <itunes:name>Adam Ryan</itunes:name>
        </itunes:owner>
        <itunes:author>Adam Ryan</itunes:author>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="http://inallairness.com/wp/wp-content/uploads/airness.jpg" />
    <itunes:keywords>NBA,basketball,Jordan,Michael,Chicago,Bulls,podcast,Australia, humor,obsessed,high,profile</itunes:keywords>
        <itunes:subtitle>Michael Jordan-era NBA - this is Basketball Central</itunes:subtitle>
        <itunes:summary>An essential listen for basketball fans. My focus is Michael Jordan, but I cover plenty of topics including today's NBA. My point of difference is a unique Australian sense of humor and sharp focus on basketball past. A time when Shawn Kemp didn’t have children and Olden Polynice wasn’t impersonating police officers. Episodes feature occasional high-profile guests, mixed with a hefty dose of basketball-obsessed friends. Please take a moment to subscribe, so you can enjoy future episodes automatically.</itunes:summary>
        <itunes:category text="Sports &amp; Recreation">
          <itunes:category text="Professional" />
        </itunes:category>
        <item>
          <title>AIR Podcast 001 – Bill Wennington</title>
          <link>http://feedproxy.google.com/~r/inallairnesspodcast/~3/hYuzPmP2UT8/</link>
          <comments>http://inallairness.com/air-podcast-001-bill-wennington/#comments</comments>
          <pubDate>Thu, 04 Oct 2012 14:30:34 +0000</pubDate>
          <dc:creator>[email protected] (Adam Ryan)</dc:creator>
          <category><![CDATA[PODCAST]]></category>
          <category><![CDATA[Bill Wennington]]></category>
          <category><![CDATA[Michael Jordan]]></category>
          <category><![CDATA[NBA]]></category>
          <category><![CDATA[nostalgia]]></category>
          <guid isPermaLink="false">http://inallairness.com/?p=417</guid>
          <description>Two days ago I spoke with 3-time NBA Champion (Chicago Bulls), Bill Wennington. I live in Australia, some 15,000 kilometres (and change) from the shores of the USA. It&amp;#8217;s not possible to overplay how excited I am to have Bill &amp;#8230; &lt;a href="http://inallairness.com/air-podcast-001-bill-wennington/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/inallairnesspodcast/~4/hYuzPmP2UT8" height="1" width="1"/&gt;</description>
          <wfw:commentRss>http://inallairness.com/air-podcast-001-bill-wennington/feed/</wfw:commentRss>
          <slash:comments>0</slash:comments>
          <itunes:explicit>no</itunes:explicit>
          <itunes:subtitle>Two days ago I spoke with 3-time NBA Champion (Chicago Bulls), Bill Wennington. I live in Australia, some 15,000 kilometres (and change) from the shores of the USA. It&amp;#8217;s not possible to overplay how excited I am to have Bill &amp;#8230; Continue reading</itunes:subtitle>
          <itunes:author>Adam Ryan</itunes:author>
          <itunes:summary>Two days ago I spoke with 3-time NBA Champion (Chicago Bulls), Bill Wennington. I live in Australia, some 15,000 kilometres (and change) from the shores of the USA. It&amp;#8217;s not possible to overplay how excited I am to have Bill &amp;#8230; Continue reading &amp;#8594;</itunes:summary>
    <itunes:keywords>NBA,basketball,Jordan,Michael,Chicago,Bulls,podcast,Australia, humor,obsessed,high,profile</itunes:keywords>
          <feedburner:origLink>http://inallairness.com/air-podcast-001-bill-wennington/</feedburner:origLink>
          <enclosure url="http://feedproxy.google.com/~r/inallairnesspodcast/~5/bbtXA3pYsX8/AIR001-Bill-We nnington.mp3" length="58190447" type="audio/mpeg" />
    <feedburner:origEnclosureLink>http://inallairness.com/wp/wp-content/uploads/AIR001-Bill-Wennington.mp3</feedburner:origEnclosureLink>
        </item>
        <copyright>© 2012 In all Airness</copyright>
      </channel>
    </rss>
    <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/
    Minified using disk: basic
    Page Caching using disk: enhanced
    Served from: inallairness.com @ 2012-10-06 17:33:23 -->

  • How to update the Process-Instance Variable Using Process API in OBPM 10.3?

    Hi All,
    I have a requirement to update the the process Instance variable from another process, but I am unable to find any method to update or set variable?
    I try the same using Process API also but no luck. Please provide me the code or link to implement same.
    Thanks & Regards,
    Ankur

    Hi,
    I have followed the procedure which was updated above.
    I ahve the sample to update the variable in the another instance of the another process. it's working fine. But I have followed the same procedure in our project it's giving the below exception at notification.send() method. Please help me to resolve this. thank you.
    fuego.transaction.DatabaseException: An error occurred while accesing the database.
    Detail:SQL statement: ' SELECT INSTANCEDATA, PROCESSID, INSTID, THREADID, NAME, PARENTTHREAD, PRIORITY, CREATIONTIME, AUTHOR, PARTICIPANT, NEXTPARTICIPANT, PROCESSDEADLINE, ACTIVITYDEADLINE, RECEIVETIME, ACTIVITYNAME, NTHREADS, CTHREADS, FCTHREAD, TOTALTHREADS, STATE, SOURCEACTIVITYNAME, ROLEIN, PENDINGITEMID, LASTRESULT, ITEMDEADLINE, NCHANGES , NREMARKS, NATTACHMENTS, HASPARTFORROLE,MICROACTIVITYNAME, V_REF_NO, V_TASK_ID, V_TASK_STATUS FROM PPROCINSTANCE WHERE PROCESSID = 63 AND INSTID = 1996 AND THREADID = 0 FOR UPDATE'
    at fuego.server.persistence.jdbc.JdbcProcessInstancePersMgr.load(JdbcProcessInstancePersMgr.java:1640)
    at fuego.server.persistence.Persistence.loadInstance(Persistence.java:827)
    at fuego.server.AbstractInstanceService.readInstance(AbstractInstanceService.java:764)
    at fuego.ejbengine.EJBInstanceService.getLockedROImpl(EJBInstanceService.java:218)
    at fuego.server.AbstractInstanceService.getLockedROImpl(AbstractInstanceService.java:879)
    at fuego.server.AbstractInstanceService.getLockedImpl(AbstractInstanceService.java:730)
    at fuego.server.AbstractInstanceService.getLockedWaiting(AbstractInstanceService.java:219)
    at fuego.server.AbstractInstanceService.getLockedWaiting(AbstractInstanceService.java:199)
    at fuego.server.execution.AbstractReceiveNotificationExecutionHandler.getLockedTargetInstance(AbstractReceiveNotificationExecutionHandler.java:223)
    at fuego.server.execution.AbstractReceiveNotificationExecutionHandler.receiveNotification(AbstractReceiveNotificationExecutionHandler.java:96)
    at fuego.server.AbstractProcessBean$41.execute(AbstractProcessBean.java:2776)
    at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    at fuego.transaction.TransactionAction.startNestedTransaction(TransactionAction.java:527)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:548)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.DefaultEngineExecution.executeWithoutComponentImmediate(DefaultEngineExecution.java:199)
    at fuego.server.execution.EngineExecution.executeWithoutComponentImmediate(EngineExecution.java:95)
    at fuego.server.AbstractProcessBean.receiveNotification(AbstractProcessBean.java:2757)
    at fuego.server.iec.LocalIPCHandler.sendNotification(LocalIPCHandler.java:79)
    at fuego.server.execution.microactivity.DefaultSendNotificationExecutionHandler.sendNotification(DefaultSendNotificationExecutionHandler.java:103)
    at fuego.server.NotificationComponent.sendNotification(NotificationComponent.java:95)
    at fuego.server.AbstractProcessBean$49.execute(AbstractProcessBean.java:3270)
    at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    at fuego.transaction.TransactionAction.startNestedTransaction(TransactionAction.java:527)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:548)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.server.AbstractProcessBean.sendComponentNotification(AbstractProcessBean.java:3266)
    at fuego.server.AbstractProcessBean.sendComponentNotification(AbstractProcessBean.java:3252)
    at fuego.components.Notification.send(Notification.java:148)
    at xobject.EPCS.PAction.collateTask(PAction.xcdl:34)
    at oracle.TRReview.Default_2_0.Instance.CIL_poReview(Instance.xcdl:25)
    at oracle.TRReview.Default_2_0.Instance.CIL_poReview(Instance.xcdl)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:1082)
    at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1277)
    at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:401)
    at fuego.server.execution.InteractiveNormalCilExecution.invoke(InteractiveNormalCilExecution.java:425)
    at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:513)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:154)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeNormalCil(InteractiveMicroActivity.java:501)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeItem(InteractiveMicroActivity.java:454)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.execute(InteractiveMicroActivity.java:104)
    at fuego.server.AbstractProcessBean$48.execute(AbstractProcessBean.java:3204)
    at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.server.AbstractProcessBean.runTask(AbstractProcessBean.java:3208)
    at fuego.ejbengine.EJBProcessControlAdapter.runTask(EJBProcessControlAdapter.java:1162)
    at fuego.ejbengine.EJBProcessControl_1zamnl_EOImpl.runTask(EJBProcessControl_1zamnl_EOImpl.java:4463)
    at fuego.ejbengine.EJBProcessControl_1zamnl_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: [BEA][Oracle JDBC Driver][Oracle]ORA-02049: timeout: distributed transaction waiting for lock
    at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)
    at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)
    at weblogic.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
    at weblogic.jdbc.base.BaseStatement.commonExecute(Unknown Source)
    at weblogic.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
    at weblogic.jdbc.base.BasePreparedStatement.executeQuery(Unknown Source)
    at weblogic.jdbcx.base.BasePreparedStatementWrapper.executeQuery(Unknown Source)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:128)
    at fuego.jdbc.FaultTolerantPreparedStatement.executeQuery(FaultTolerantPreparedStatement.java:598)
    at fuego.server.persistence.jdbc.JdbcProcessInstancePersMgr.load(JdbcProcessInstancePersMgr.java:1627)
    ... 69 more
    BatchOperationException fuego.papi.exception.CannotStoreNotificationException: An instance in Process '/Division#Default-2.0' could not be notified.
    Regards,
    Sudhakar.

Maybe you are looking for

  • END_OF_PAGE in ALV Object model

    Dear all, I am using ALV Object model, but the END_OF_PAGE is not triggering. I have pasted the sample code below. Let me know how to get  END_OF_PAGE  in ALV OM. REPORT  ztest_rr. DATA : it_sflight TYPE TABLE OF sflight. DATA : gr_sflight TYPE REF T

  • J1INQEFILE - Quarterly TDS Returns

    Hi Experts, When I am excuting the quaterly returns, we are not getting all the documents in the list. Reason: Challan number (J_1IINTCHLN) is not updated in the with_item table. But already accounting document is cleared. How to update this challan

  • Report builder connectivity with Access

    hi i want to connect report builder to MS Access. i have to generate some reports. it urgent plz help me.if there is any guide then give me link. thnx

  • Variable Report

    Hi Experts, My customer wants to use a Frequency variable in Query designer.When the query is run, the variable would be populated with 3 values i.e Year to Date(YTD),MTD,QTD. Depending on the selection of the variable value, customer exit variable 

  • Grid Layout Question

    If I define a GridLayout of 3 rows and 2 columns, could I add an element that use 2 columns (like a colspan in HTML) ? Thanks in advance <jl>