Email status incorrectly processed while notifying bidders

Hi Experts,
    We are using SRM 7.0 and ECC 6.0 , while notifying bidders through email (by clicking on send notification button in portal), the success notification message is displayed in portal, but when we see in output medium the status of email is shown as incorrectly processed and no email is sent to bidder. when we try to repeat the output ( by clicking the repeat output button) the email is sent to bidders and the status changed to successfully processed .
  Please let me know why the email is not sent when the send notification button is clicked . Did we  miss any config , please suggest how to proceed further.
Thanks in advance.
Thanks & Regards,
Aishwarya.M

Dear Aishwarya,
Please check the following in your system:
Execute the transaction 'bbp_po_action_def'
In the Action profile select 'BBP_PD_BID' and double click on "Action
Definition'.
Double click on the standard bid.
Make sure that the processing time is set to 'Processing when saving
document'.
If not perform the previous step and save the changes.
Hope this helps,
Conor.

Similar Messages

  • PO output message (Fax) showing status- incorrectly processed.

    Hello,
    I'm unable to send the PO output through fax.
    Processing status shows- "2 incorrectly processed".
    I checked the fax number and necessary configs and are correct. Moreover there are two messages triggered for same Po. one is processed while the other one is getting error.
    Can anybody suggest what might be the issue?
    Regards,
    Nilesh
    Edited by: Nilesh B on Jun 1, 2010 12:23 PM
    Edited by: Nilesh B on Jun 1, 2010 3:56 PM

    Hi Nilesh,
    Can you see from SOST how many attempts were made to send the fax? Sounds like the fax number was busy at the time, preventing the fax from being sent. If 2 faxes were created from the same PO, were they both going to the same number? If so, this may be the cause as both would be trying to dial the same number at the same time.
    If you try and reprocess the message from SOST does it go through? If so, this is definitely an issue linked to the fax number being busy.
    Rob

  • Email/print in status "Not processed" when RFQ is published

    Hello,
    We are running SRM 5.0.
    We have set up the event schema for BUS2200 (RFQ) to react on events: PUBLISHED, PUBLISHED_AGAIN etc. And assigned the event schema to RFQ's transaction types, eg BID.
    However, when an RFQ is published, the email is not sent to vendor (whose default medium is MAI) or printed on vendor's default printer (if the medium is set to PRN). The output log under bidder/bids tab shows something like :
    Status: Not processed       
    Medium: Print      
    When I clicked on the action button "Output pushbutton", the status would be changed to "Successful" and the email would be sent or the print job would be printed then.
    I have checked the PPTTRIGG table and all the entries in there are of DISPATCH = 1 or 4. Not 3, which seems to indicate an "immediate processing".
    My question is how I would configure the system so that the email/print when the RFQ is published could be processed immediately.
    Thanks.

    Hello Masa,
    I realized it as well. I was then a little puzzled why SRM didn't allow "immediate processing" for the "processing time" parameter in the action definition. Do you know if there is a particular reason for that?
    Thanks,

  • Email-statusing -service error

    Hi All,
    After configuring Email-statusing-service properties in config.properties file and running run.sh file throws the below error .Please sahre your ideas on this
    ... 12 more
    2012-11-20 18:15:00,013 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] ERROR com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl - Error while trying to archive messages: Error while trying to load messages: Connection refused
    com.oracle.pgbu.teammember.messaging.dao.MessageDaoException: Error while trying to load messages: Connection refused
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:89)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUpdatedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:260)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
    Caused by: javax.mail.MessagingException: Connection refused;
    nested exception is:
    java.net.ConnectException: Connection refused
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:58)
    ... 9 more
    Regards,
    naga

    #DO NOT CHANGE THIS LINE
    config.version = 0.3
    # ================================================================
    # ================================================================
    # P6 Team Member E-Mail Statusing
    # This file controls the settings used by the P6 E-Mail Statusing
    # service. Administrators should set up the e-mail account that
    # is to be used by the service as well as which messages to look
    # for to update assigned tasks.
    # ================================================================
    # P6 Configuration
    # Specify a P6 user that is assigned to at least one module access and has resource access.
    p6.admin.user = admin
    # Folder containing the P6 Bootstrap file.
    p6.bootstrap = ************************
    # Frequency for checking mail folder for new messages to process. This value
    # must be cron style formatted string
    mail.read.schedule=0 0/1 * * * ?
    # Outgoing mail (SMTP Settings)
    # The SMTP server that will be used to send the e-mails. Hostname or ip address.
    send.host = 127.0.0.1
    # The port number to use when connecting to the SMTP server.
    send.port = 25
    # Specifies whether the connection should use SSL. Valid values are true, false
    send.ssl = false
    # The e-mail address that will be used to send the e-mail.
    send.email = [email protected]
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dsend.password=thePassword
    # send.password = thePassword
    # Incoming Mail (IMAP Settings)
    # Settings for reading e-mails with the IMAP protocol
    # Settings for reading e-mails with the IMAP protocol
    imap.host = 127.0.0.1
    # IMAP port number
    imap.port = 143
    # Use SSL. Valid values are true and false
    imap.ssl = true
    # IMAP username
    imap.username = testuser ( user created in primavera application)
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dimap.password=thePassword
    # imap.password = Test123
    # IMAP search folder. This is the folder that will be searched for
    # incoming e-mails to process for updates.
    imap.search.folder = inbox
    # IMAP Folder configuration
    # The folder where messages that have been processed successfully will be
    # placed. It will be created if it does not exist.
    imap.success.folder = P6Success
    # The folder where messages which have resulted in an error during processing
    # will be placed. It will be created if it does not exist.
    imap.failure.folder = P6Fail
    # The folder where messages which are currently being processed will be placed.
    # It will be created if it does not exist
    imap.temp.folder = P6Temp
    # Message Format options
    # The text that will be searched for in the subject line of incoming messages.
    # Messages matching this term will be for updates and applied to P6
    update.task.search.term = Your requested P6 tasks
    Can you please confirm the above setting s as.when SSL = true i am receivng the below error .
    Error while trying to load messages: Unrecogni zed SSL message, plaintext connection?
    javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?;
    nested exception is:
    javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connecti on?
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages( ImapMessageDao.java:58)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUp datedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryB ean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:26 0)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJob Bean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j ava:546)
    Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext conne ction?
    at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:541 )
    at sun.security.ssl.InputRecord.read(InputRecord.java:374)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1328)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355 )
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339 )
    at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java :507)

  • How to Implement HTTP Request Status Code Processing

    I actually have two questions. First, I wondering how to add multiple status code processing to an http request. Secondly, I was wondering how to go about using alternate http requests to different servers in case the primary server is down. What kind of parameter would the program use to determine that the server is unavailable and switch to another server??
    Currently, the program I've written calls an rdf server (http://www.rdfabout.com/sparql) using a sparql query,
    the server returns an xml string, the program parses it, and calculates numbers
    from the string. The program works, but the problem is that the server is down occasionally.
    When the server is down, we need to add calls to another server to
    increase reliability. So, the next task is to call this server:
    http://www.melissadata.com/lookups/ZipDemo2000.asp
    I need to do exactly the same things I did with the rdf server. The
    difference will be constructing a request and a bit different parsing of
    the response.
    current SPARQL query is defined as follows:
    PREFIX dc:  <http://purl.org/dc/elements/1.1/>
    PREFIX census: <http://www.rdfabout.com/rdf/schema/census/>
    PREFIX census1: <tag:govshare.info,2005:rdf/census/details/100pct/>
    DESCRIBE ?table WHERE {
    <http://www.rdfabout.com/rdf/usgov/geo/census/zcta/90292> census:details
    ?details .
    ?details census1:totalPopulation ?table .
    ?table dc:title "SEX BY AGE (P012001)" .
    }current HTTP Request is defined as follows:
    import java.net.*;
    import java.net.URL;
    import java.net.URLConnection;
    import java.io.*;
    import java.io.DataOutputStream;
    import java.io.BufferedReader;
    import java.io.StringReader;
    import java.io.InputStreamReader;
    import java.io.PrintStream;
    import java.util.Scanner;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    import java.util.Arrays; 
    public class MyConnection
         static Scanner sc = new Scanner(System.in);//allows user to input zipcode
        public static void main(String[] args) throws Exception
             int zip;//zipcode is declared as integer format
            //User defines zip through input
            //proceed to put SPARQL query into string, which is then used to call the server
            String requestPart1 =
            "query=PREFIX+dc%3A++%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%3E+%0D%0APREFIX+census%3A+%3Chttp%3A%2F%2Fwww.rdfabout.com%2Frdf%2Fschema%2Fcensus%2F%3E+%0D%0APREFIX+census1%3A+%3Ctag%3Agovshare.info%2C2005%3Ardf%2Fcensus%2Fdetails%2F100pct%2F%3E+%0D%0A%0D%0ADESCRIBE+%3Ftable+WHERE+%7B+%0D%0A+%3Chttp%3A%2F%2Fwww.rdfabout.com%2Frdf%2Fusgov%2Fgeo%2Fcensus%2Fzcta%2F";
            String requestPart2 = "" + zip; // zipcode is transformed from int to string format and plugged into SPARQL query here
            String requestPart3 =
            "%3E+census%3Adetails+%3Fdetails+.+%0D%0A+%3Fdetails+census1%3AtotalPopulation+%3Ftable+.+%0D%0A+%3Ftable+dc%3Atitle+%22SEX+BY+AGE+%28P012001%29%22+.+%0D%0A%7D%0D%0A&outputMimeType=text%2Fxml";
            String response = "";
            URL url = new URL("http://www.rdfabout.com/sparql");//designates server to connect to
            URLConnection conn = url.openConnection();//opens connection to server
            // Set connection parameters.
            conn.setDoInput (true);
            conn.setDoOutput (true);
            conn.setUseCaches (false);
            // Make server believe we are form data…
            conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
            DataOutputStream out = new DataOutputStream (conn.getOutputStream ());
            // Write out the bytes of the content string to the stream.
            out.writeBytes(requestPart1 + requestPart2 + requestPart3);
            out.flush ();
            out.close ();
            // Read response from the input stream.
            BufferedReader in = new BufferedReader (new InputStreamReader(conn.getInputStream ()));
            String temp;
            while ((temp = in.readLine()) != null)
                 response += temp + "\n";
            temp = null;
            in.close ();
            //parsing stuff is taken care of after here
    }What remains now is to:
    1) add status code processing: notify if the server is not available, ect.
    2) add ability to connect to additional server if primary server is down.
    I'm thinking an if/else statement, which I've tried a few different ways,
    but I don't quite know how to implement that...Also trying to add the
    status code processing/error handling, but I'm not sure how to do that
    for multiple/different errors, such as 404, 503, 504, ect.. try/catch statements?
    So yeah, just been scratching my head on this trying to figure out how to work it..
    If you can help me out on this, I've been going nuts trying to figure this out...

    I think your issue comes form the fact that you are not casting URLConnection to HttpURLConnection.
    Doing the cast would allow you to use getResponseCode() - among other methods - and test for a response different than 200.
    Read: [http://mindprod.com/jgloss/urlconnection.html|http://mindprod.com/jgloss/urlconnection.html]

  • Service desk settings, automatic email status message change

    Hi,
    I'm working at Solution Manager 7.0 SP16. I've configured and working Service Desk scenario and it works. Now I'm trying configure automatic email at status change of messages, but It doesn't work
    I'm following spro transaction, and SAP Note 691393. I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I've checked:
    - SCOT is correctly configured and working OK.
    - Business partners emails are mantained.
    I made the configuration suggested as described SAP Note 691303 SAP Tutor. Following SAP Tutor I go to transaction sppfcadm->select crm_order->botton "define action profile and actions"->Action Profile(left view) and SLFN0001_ADVANCED(right view)->mode change->new entry...   I follow the next slides at SAP Tutor.
    At the end, when I check results, I go to the support message (transaction crm_dno_monitor) to edit-> Fast Entry->service process->status->In process and I press button save. So I go to Transaction data->Actions but any about the send mail action
    Please could you help me??
    Thanks and Regards
    Raul Aguilar

    Hi Mahantesh,
    The settings that I've defined at the start condition are:
    Transaction sppfcadm->select CRM_ORDER->button "Condition Configuration"->button technical names on->select action AI_SDK_STANDARD(double click)->change edit mode->right frame button create and select the new condition "Send an email to the author when status of message changes"->start condition tab->button edit condition->Name: Zsend_email->Condition definition:User status->Operators "="->constant "status profile"->SLFN0001 "Service Desk Status header"->Status E0002 "In process"->boton transfer condition->save button. At the end I have:
    &CRM Service Process.User    =
    Status&                                  E0002SLFN0001
    I create a new support message (help->create support message) -> transaction crm_dno_monitor->open the support message just created->button change->fast entry->service process-> status->In process->button save
    In order to test I go to Transaction data->Actions:
    I've a line: wth a red circle, Action="send an email to author when status of message has changed" and start condition:
    &CRM Service Process.User      =
    Status&                                    E0002SLFC0001
    Please could you help me?
    Thanks and regards
    Raul

  • Bypass manual email status update in Agent Inbox

    hello,
    I have a service class that automatically and successfully creates a Service Request from Email although it does not update email status in Agent Inbox.
    my situation is very similar to this one.
    [CRM ERMS workbench & Agent inbox status difference;
    although the answer provided does not really solve the problem.
    My knowledge in ABAP does not really extend to workflow so please do correct me if i'm saying things wrong.
    So here's the scenario:
    Task A that processes the ERMS rule completes task (service class)
    Task B waits for the user's decision before execution so we have to manually update email status to 'Completed' in Agent Inbox.
    Our approach is to search for a way to bypass this decision part so the workflow can continue.
    Has anyone encountered this before? Can you give me suggestions? Thanks.
    Sunntann
    Edited by: sunntann on Aug 16, 2011 10:12 AM

    Hi,
    Please post it in ABAP Development Forum. then you will get prominent responses.
    Regards,
    Suman

  • Workflow step IN PROCESS while the workflow is actually completed.

    Hi All,
    I'm having problem in the terminatuion eform workflow.
    In this workflow we have a activity step say "PROCESS_DATA" with agent determined by a Rule AC93000026.
    The task that is associated with this step has a terminatiopn event "COMPLETED" of a class "ZCL_EFORM"
    Now when user executed the workitem from his inbox the process gets completed successfully.
    Tthe workflow is proceeded further with next steps and also gets completed but the issue is that the step "PROCESS_DATA" have status in *IN PROCESS" while the workflow is completed.
    Can any one help me with this?

    Hi Pavan,
    I have used the COMMIT WORK after raising the event. Still the problem persist.
    Again this issue is not occuring for every workflow instance, as 2 out of 10 faces this issue.
    As there some WF instances which are successfull one so WF-BATCH is not locked.
    Also the other tread that i had posted was for another workflow (Hirirng WF) and the this is with termination WF.
    So any help?
    Thanks.
    - Swapnil

  • RSPPFPROCESS - mail not triggering for incorrectly processed PO

    Hi All,
    I tried executing the RSPPFPROCESS by giving a variant but I am not able to get the details of any incorrectly processed purchase orders in the output.
    The RSPPFPROCESS  program functions in such a way that if a PO is unsuccessfully processed, then on executing the RSPPFPROCESS program with status "Unsuccessfully Processed" a mail will be triggered to the creators whose POs were incorrectly processed.
    But this is not happening in my case, the mail is not getting triggered at all.
    The variant details are:
    Application : BBP_PD
    Action Profile : BBP_PD_PO
    Action Definition : STANDARD_PO
    Promotion status : 2 (ie)incorrectly processed
    Processing type : MET
    Time of Processing : Processing when saving document
    The radio buttons: Ignore "Repeat" flag and Ignore "Generated Manually" flag are checked.
    The check box "Number of Actions Outputted" is checked.
    Please help.
    Thanx in advance.
    Regards,
    Mary Catherine

    Hello Prasath,
    Please check your configuration on ERP/ECC
    side in transaction SWETYPV. Here you can enable or disable the
    event type linkage for BUS2012 and for CL_SE_PUR_PO_WF_OUT or any
    customer-specific business object related to Purchase Orders which might
    be in use. If you disable the event linkage for CREATE and/or change
    event, no message will be triggered upon PO creation.
    If this is not sufficient for your business process the usual logic is
    that all Purchase Order message are being sent out when the event
    linkage is active (e.g. you want to send out only some of the message
    types possible). In this case you might want to make use of BAdI
    PUR_SE_PO_INTERFACE_OUT_SELECT (enhancement spot / BAdI)."
    Enhancement Spot: PUR_SPOT_SE_PURCHASE_ORDER
    BAdI Definition:  PUR_SE_PO_INTERFACE_OUT_SELECT
    Interface:        IF_PUR_SE_PO_IF_OUT_SELECT
    BADI definition   PUR_APPL_SE_POCONF_IN_ASYN
    Also in the standard, for the following messages
       PurchaseOrderChangedInformation_Out
       PurchaseOrderERPRequest_Out_V1
       PurchaseOrderERPConfirmation_Out
    we are sending out these information as soon as a purchase Order is
    created. We do not distinguish between the services all of them will be
    triggered.
    Hope this hepls
    Ray

  • Create APG ( approval granted) status in process order through user status

    Dear Gurus,
    My business requirement is to create APG ( approval granted) sytem status in process order through user status functionality, if possible.
    This needs to be activated while creating process order itself. Any help is greatly appreciated.
    Warm Regards,
    Satish

    As of this date, we have still not implemented a fix, but I did get some information from someone else who has.
    I'll post his information here for all to see.  Hope you find it helpful.
    From: Joe
    Yes we managed to do it.
    After several false starts and CMOD/projects which suffered because only the default keys (for order number, aufpl etc) were in place and not the actual, we coded up the IN_UPDATE method in the WORKORDER_UPDATE badi. This gives us the final format after the DB save (but before the commit). The update of the STATUS using the SAP std function module was actioned successfully but the status profile was not actually passed through. We assumed that this was because of the update task - so we introduced an INSERT into JSTO instead (a bit naughty I know, but desperate needs etc). If you require anything more let me know.
    Best Regards
    Joe

  • Issue:Task started under work item ID999893(Current status: In Process)

    Hi Experts,
    I am doing a test scenario in IDES on business workflow. While executing my custom work-flow to check output,am  getting a message like " Task started under work item ID999893(Current status: In Process) ".
    Kindly suggest me how to resolve this issue.
    Regards,
    Prashanthi

    Hi,
    My task is based on user decision, intended person will get approve or reject mail for that am using Am using "User decision" and "Mail" steps. Now  recipient also receive a work item in SAP Inbox. When executing workitem.. not getting a screen to choose one among approve or reject as part of the user decision.
    Please suggest me.
    Regards,
    Prasanthi

  • Email PO Workflow Process - Send Notification to Web Supplier???

    Hello,
    We're on 11.5.8. I'm looking at the Email PO workflow process in POAPPRV. Can someone tell me the difference between the 'Does user want document e-mailed?'/'Email PO' functionality in the process and the 'Send notification to web supplier?'/'Notify Web Supplier' functionality. I want to customise the email to the supplier but am confused as to which half of this process requires customisation.
    Thanks in advance,
    - Matt Symes

    Hello,
    Is this for emails inside or outside of SAP?
    I don't know if it's a standard feature of PO release workflows.
    You could set up a test workflow with a SENDTASKDESCRIPTION step and see if it includes a link to the object instance.
    regards
    Paultje Bakker
    Hanabi Technology

  • Output type incorrectly processed

    Hi,
    I have creted an output type in the NACE trn for V6 application.
    Attached an existing  print program and new SAP script to it.
    The output type is configured for vl03n transaction by functional guy.
    When i save an handling unit and trigger the ouput type, the status shows RED(incorrectly processed), how can i find why this is comming.
    There is not problem with print program as it already being used by other scripts.
    Please let me know.
    Chandan

    hi Ferry,
    thanks for repling.
    i triggered my output in the following way:
    1. Go to VL03N.
    2. Enter delivery document.
    3.  Click on icon Pack( shift+F6)
    4. Select the tab 'Pack material' and then select the handling unit.
    3. Go to menu: Extras ->  Output
    By choose the corresponding output with red status.
    and clicking on Processing Log., it says no processing log exits.
    What should i do?.
    Also the condition records looks fine.
    Please let me know.
    Regards,
    Chandan

  • Error : Predecessor transaction ID  has the status 'incorrect' .

    Hi Experts,
    We are getting this error when try to create Activity from Account application( from activity tab page in account) in PCUI. But the same thing is working fine in at GUI level & Activity application in PCUI also & actions profile assigned to Activity transaction is also working fine at GUI level & activity application in PCUI.. But in Account application it is throwing this below error.
    Error: The predecessor transaction ID  has the status 'incorrect' .
    Detials of the error:
    Diagnosis
    You have attempted to create a follow-up transaction for an incorrect transction 2000764. This is not possible. You can only create follow-up transactions for error-free transactions.
    System Response
    The follow-up transaction is not created.
    Procedure
    Correct the errors in the source transaction 2000764. The error messages resulting from processing the error can be read in the application log in the source transaction.
    Pls suggest solution for this.Helpful answers would be rewarded max points.
    Thanks in Advance.
    Regards,
      Charu

    Hi Charu,
    Did you fix this message, can you please share your solution,  i have the same message appreaing.
    Many thnaks
    Raj.D

  • Error : Predecessor transaction has the status 'incorrect'

    Hi Experts,
    We are getting this error when try to create Activity from Account application( from activity tab page in account) in PCUI. But the same thing is working fine in at GUI level & Activity application in PCUI also & actions profile assigned to Activity transaction is also working fine at GUI level & activity application in PCUI.. But in Account application it is throwing this below error.
    Error: The predecessor transaction has the status 'incorrect' .
    Detials of teh error:
    Diagnosis
    You have attempted to create a follow-up transaction for an incorrect transction 2000764. This is not possible. You can only create follow-up transactions for error-free transactions.
    System Response
    The follow-up transaction is not created.
    Procedure
    Correct the errors in the source transaction 2000764. The error messages resulting from processing the error can be read in the application log in the source transaction.
    Pls suggest solution for this.Helpful answers would be rewarded max points.
    Thanks in Advance.
    Regards,
    Charu Jhuthra

    Hi Charu,
    Did you fix this message, can you please share your solution,  i have the same message appreaing.
    Many thnaks
    Raj.D

Maybe you are looking for

  • Finder doesn't work after updating preview.

    Hi, when I open a file and leave it selected, I can't click any folder after changing the file (» after the preview image is updated). When I try to select a folder, Finder (in column view) does not show the contents but an empty preview with 0kb - d

  • Why doesn't slideshow play w/ ken burns effect?

    I love the way my slideshows play in iphoto - but when I move them to idvd, I lose the motion/effect. I know there's a way to overcome this, as I've done it a few times...but I do them so infrequently, that I can never remember...anyone - please?! la

  • Development System Backup - Best Practice / Policy for offsite backups

    Hi, I have not found any recommendations from SAP on best practices/recommendations on backing up Development systems offsite and so would appreciate some input on what policies other companies have for backing up Development systems. We continuously

  • Iphoto 09 default library

    Sorry if this has been posted elsewhere.... Does anyone know if there is a way of setting up iphoto 09 for a macbook pro with mac os x 10.6.3 so that it can point to all the photos and folders stored in the mac hd/user/pictures folder. I am strugglin

  • Macbook pro retina 2012 mid year stuck on grey screen

    Hi everyone. I've just update for the lastest mac os x mountain lion update, when half way the progress and it goes stucked. All the function are unable to function, so i've force shut it down. After mac shutted down and i tried to boots it back it s