How translate Action Processed messages, after save or delete registers ?

Hi,
I know so must be a lot of easy, but I don't know how I can do it. What is the way for translate or change or don't show, the messages that the system show when is pressed the save or delete button, like "Action Processed" or "1 row(s) deleted. Action Processed" ?
Thanks in advance.
Xavier.

It will be good if you create a procedure and check all the validations there...
For eg:
FUNCTION l_chk_leave_eligibility RETURN NUMBER is
/*return 1 if you want to stop user from saving,else return 0*/
a_1 alert := find_alert('Alert_1');
a_2 alert := find_alert('Alert_2');
a_3 alert := find_alert('Alert_3');
a number;
BEGIN
   If :no_of_days < 60 then /*applied days less than 60 days*/
       a := show_alert(a_1);  /*stop user from proceeding,so return 0 */
       return 1;
   end if;
   If :duration < 1 then /*employee worked less than year */
         If :no_of_Days >   4*30 then /*more than 4 months
             a:= show_alert(a_2); /*stop user as she is not allowed to take more than 4 months*/
             return 1;       
         end if;
    else /*worked more than year*/
    end if;
return 0;
End;In your pre-insert/pre-update triggers...
Declare
m_err  number ;
Begin
   m_err :=  l_chk_leave_eligibility;
   If m_err = 1 then
       raise form_trigger_failure; /*this line will prevent the user from saving the record*/
   end if;
End;Edited by: Dora on Jan 19, 2010 8:37 AM

Similar Messages

  • How to disable "Action Processed" message...

    Hi,
    Is there a way to disable “Action Processed” message… it appears after processing an action…
    Thanks in advance

    Hi,
    In the branch of the page. Deselect the checkbox "include process success message"
    Hope this help you.
    Bye
    Kavitha L

  • How to creat Process messages automatically through PI sheet saved?

    How to creat Process messages automatically through PI sheet to the Process message destinations.

    Hi Jessie,
    When you process instruction category PROD_3 in master recipe, the process message PI_PROD is created.
    After releasing process order, you have to create control recipe. Upon successful creation of control recipe, process instructions will get generated. Check the error log for control recipe creation for error if any. 
    Note that control recipe will be generated only with order status "Released".
    You have to sent this control recipe to process control (CO53).
    Hope it is helpful.
    Regards,
    Sachin

  • How do I process messages with status = "Holding"

    Hi,
    How do I process messages with status = "Holding" from the RWB-Message Monitoring - Adapter Engine?
    I did a quick scan for records with errors in the same queue (ConversationID), but could not find any.
    I tried to cancel the one with the smallest sequential number, but I got the error - "Unable to cancel 1 of 1 messages; update the status"
    Please help.
    Thanks
    Sudheer

    Hi,
      "Holding comes into play when ur scenario is having multiple inbound interfaces and you checked "Maintained order at runtime"in interface determination in ID. Suppose  message will hit first inbound interface once it is successful then it will hit second inbound interface. If first inbound interface fails then most of the message will be in "Holding" status depends upon XI AF queues ID.
    I did a quick scan for records with errors in the same queue (ConversationID), but could not find any.
    You will not find bcoz of AE archiving settings.
    Try to check the with business guys, whether they need the order of processing. If not the case try to Uncheck the box "Maintain Order at runtime".
    Regards,
    Rao.Mallikarjuna

  • How to eliminate  select message  after Radio button in ADF tables

    how to eliminate select message after Radio button in ADF tables
    example <f:facet name="selection">
    <af:tableSelectOne>
    </af:tableSelectOne>
    </f:facet>
    output:
    radobutton select
    radiobutton select
    please help me regarding this issue.

    Hi,
    this usually has a text String in the header saying "Select and .." which can be changed through the property inspector for the TableSelectOne component
    Frank

  • Error while processing dimension after add or delete property

    Hi Experts,
    I use BPC for MS SP6 with SQL Server 2008. I detected a problem while processing dimension after add or delete property.
    The error message is: u201CMemory error: Allocation failure : Not enough storage is available to process this command. Error Code = 0x8007000E, External Code = 0x00000000.u201D
    I tried to truncate and drop dimension tables and process dimension again, and it doesnu2019t work.
    Any idea?
    Thanks a lot for your support!
    Albert

    Hi Sorin,
    Yestarday in the afternoon, we added a Property at another Dimension, and we continued having the same problem: we had errors when processing that dimension, but after restarting the server, we can process dimension.
    Looking at the Event Viewer, at 'OutlookSoft log' environment, the following error appears:
    <<
    3/28/2011 6:57:15 PM
    ModuleName : Olap9Manager - DeleteDimension
    Message : Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Stack :    at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
       at Microsoft.AnalysisServices.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate)
       at Microsoft.AnalysisServices.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
       at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteDimension(String strAppset, String strDimension, String strCube, String dimTablePrefx, Boolean bDeleteFromDB, String& strMsg, Boolean bOnlySharedDim)
    >>
    Any idea in order to identify the root cause?
    Thanks in advance,
    Albert

  • Irrelevant message after attempt to delete Master Data.

    Hi friends, i got one unwanted attribute existed in the master data and when iam trying to delete this it's giving one msg callede -->Table /BIC/YZXX2 does not exist.
    And also i applied the note 1110324 Irrelevant message after attempt to delete Master Data.
    Any one has faced this problem, pls suggest me ....how to over come this.
    Thanks in advance,
    Sruthi.

    Hi ,
    Create the Table /BIC/YZXX2  in SE16 T.code
    And the try to remove the Attr from master data Info Object.
    this is perfect
    Assigning the Points is the way to say thanks in SDN
    Regards
    Hari

  • Cannot process messages after applying BT 2010 CU6 if BAM tracking profile references BTAHL7 messaging payload schemas

    We are unable to process HL7 V2 messages after applying BizTalk 2010 CU 6 in a development environment when we have a BAM tracking profile deployed that references the BTAHL7 messaging payload schemas. The messages process with no issue if we remove the
    message payload schema field mappings and use only message context properties. We have replicated this issue using only the default BTAHL7 pipelines and microsoft.com HL7 V2.3 unedited schemas and a very simple BAM activity and tracking
    profile. In other words, we've eliminated our customization and still see the issue. The messages fail in the pipeline with the following error:
    A pipeline component in the receive pipeline:<BTAHL72XReceivePipeline>,Version=1.0.0.0, Culture=neutral, PublicKeyToken=75be5a91f43bf6c9" is using the message context
    properties "BTS.MessageDestination" or "BTS.SuspendMessageOnRoutingFailure" in a unsupported fashion. The pipeline processing is being terminated.
    Can anyone help us resolve this issue?
    Thanks.

    This seems to be a known bug please refer the below discussion-
    BizTalk Server 2010 Cumulative Update 6 - Compatibility with BTAHL7?
    I would suggest you to uninstall CU6 first, restart the VM, Install CU7 and restart again.
    CU 7 will have all the bug fixes for BizTalk 2010 till date.
    Cumulative
    update package 7 for BizTalk Server 2010
    Service Pack
    and Cumulative Update list for BizTalk Server 
    Please let me know if there is anything that I can do to help.
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • How to Display a message after inserting row in table............

    Hi
    I want to display a message after inserting rows in table like *'you have inserted a new row successfully*'.
    i am using the createinsert ADF Button to insert the rows in table.after that i am comitting it.
    after commiting i want to display message for the user.for this what i need to do.
    Please help me.
    Sailaja.

    user10860137
    Can you please explain me the each line in the code briefly.
    +public String saveButton_action(){+
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("Commit");
    Object result = operationBinding.execute();
    +// note "!" operator has been removed from the default code.+
    +if(operationBinding.getErrors().isEmpty()){+
    FacesContext ctx = FacesContext.getCurrentInstance();
    FacesMessage saveMsg = new FacesMessage("Record Saved Successfully");
    ctx.addMessage(null,saveMsg);
    +}+
    return null;
    +}+
    And i have requirement to show the message on favcet "status bar".not in a popup window.(from the above code the message is showing in popup window. )the Layout i am using is PanelCollection.
    can you tell me what i need to do.
    Thanks
    Sailaja.
    Edited by: sj0609 on Mar 19, 2009 8:03 AM

  • How to display a message after a successful save

    Hi,
    Iam trying to save some data in the backend. After successful save it should show a message as " The data is successfully saved. The product you have saved is : xxxx". Now my question is what should be used to show the message.
    Would it be better to use a dialog box or a different view to display the message or something else.
    Could someone help me.
    Thanks,
    Suvarna

    Hi Suvarna,
    Please try this to show the Message,
    *wdComponentAPI.getMessageManager().reportSuccess("The data is successfully saved. The product you have saved is : xxxx");
    Regards,
    Ramganesan K.

  • How to display a message after button press ?

    Hi,
    I created a jspx page with a button.
    When that button is pressed, a lot of stuff is going to happen in my backing bean.
    This can take up to 30 seconds. (soap call etc ... )
    Meanwhile, the pressed button stays greyed out. When the action is finished, the button
    is available again.
    I want to display a message saying the action was succesfull or not, after that button is available again.
    Can anyone help me how I can make this ?
    Greetz.

    Why not opening a popup from your backing bean?
    Add a popup to your page:
    <af:popup id="yourID" bindings="#{yourBean.popup}">
    </af:popup>Open this in your backing bean:
        public void OpenPopup(String popupID) {
          FacesContext facesContext = FacesContext.getCurrentInstance();
          ExtendedRenderKitService service = Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
          service.addScript(facesContext,"AdfPage.PAGE.findComponent('"+this.getPopup().getClientId(facesContext) + "').show();");
        }This way you can add anything you want in your popup. forms, messages, images,...

  • How to display success message after Remote service call

    Hi ,
    I am currently using Flex form for adding/updating user
    personal details.On submit button click ,i am submitting details to
    server by calling RPC remote service.For calling remote service i
    am using penneframework. On penneframework, Remote service call
    result are populated in RemoteResult object. It dont have any other
    event method for handling result event.For errror handling, i have
    defaultHandler for displaying error message.
    Here i am having two requirements
    1. I should be able to track RPC response, so that i can
    display success message to user along with DB generated ID.
    2. I need to reset all form field after receiving RPC
    response.
    Here my question is
    1.How i can track server response, so that i can display
    success or error message.
    2. Is their any event or coding technique which i can use for
    solving this issue.
    Thanks
    Kumar

    you can do following way :
    quote:
    var token:AsyncToken =
    YourRemoteClass.remoteMethod(param1,param2);
    token.addResponder(new AsyncResponder(
    function(data:Object, token:Object):void {
    // tadaaa response
    function(info:Object, token:Object):void {
    //ooooo , noo, failure
    token

  • How to triger SAP workflow after save in t-code RMWB

    Dear friends,
    After execute t-code RMWB, I could click save button to save it. but my requirement is to triger the SAP workflow to send an email.
    My question is, how to triger this SAP workflow after clicking save in t-code RMWB?
    Thanks a lot!

    Use this function module in a Exit or BADI or Enhancement spot during SAVE
    SAP_WAPI_START_WORKFLOW
    I THINK IT CAN BE DONE BY CREATING A SPOT IN "CALL METHOD GO_APPL->MO_RMWB->SAVE" IN PROGRAM OF RMWB

  • How to cancel processed messages with acknowledgement waiting status

    Hi All,
    Messages processed successfully in Integration Server but messages still waiting for acknowledgement. I want to cancel these messages.Will u please let me know how to do delete these messages.I already canceled messages with status to be delivered in Integration Engine and Adapter Engine. But in SXMB_MONI, messages are processed successfully with waiting status.Please suggest how we need to cancel them.
    Please Suggest some possible solution.
    Regards,
    Kanisha Sharma
    Edited by: kanisha on Jul 2, 2010 8:28 AM

    Hi,
    Thanks for your reply.Yes it is an IDOC based scenario. But Idoc is in outbound side. Idoc processed successfully in ERP as well as PI processed successfully to MDM.Messages processed successfully in SXMB_MONI but once imported in MDM IS, then acknowledgement will be send to PI.My issue is:- MDM server is down and i want to cancel these messages.
    Please suggest
    Regards,
    Kanisha Sharma

  • How to send "processing" message to user while working

              Here is a complete example of a servlet kicking off long-running task and displaying messages about it's progress (without creating new threads and without using JMS):
              Test.java:
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import weblogic.time.common.*;
              import weblogic.common.*;
              import weblogic.jndi.*;
              import javax.naming.*;
              * execute stuff on weblogic's execute threads
              * usage:
              * <pre>
              * class Foo implements Runnable {
              * public void run() {
              * Foo foo = new Foo(...);
              * MyThread thr = new MyThread(foo);
              * thr.start();
              * </pre>
              class MyThread implements Schedulable, Triggerable {
              boolean done = false;
              Runnable runnable = null;
              ScheduledTriggerDef std;
              public void run() {
                   if(runnable != null) {
                   runnable.run();
              public MyThread() {
              public MyThread(Runnable runnable) {
                   this.runnable = runnable;
              public boolean start() {
                   boolean ok = false;
                   try {
                   T3ServicesDef t3 = (T3ServicesDef)(new InitialContext()).lookup("weblogic.common.T3Services");
                   std = t3.time().getScheduledTrigger(this, this);
                   std.schedule();
                   ok = true;
                   } catch(NamingException ne) {
                   System.out.println(ne.getMessage());
                   } catch(TimeTriggerException tte) {
                   System.out.println(tte.getMessage());
                   return ok;
              public void trigger(Schedulable sched) {
                   try {
                   run();
                   } catch(Throwable t) {
                   System.out.println(t);
                   done = true;
              public long schedule(long time) {
                   return done ? 0 : time;
              class LongTask implements Runnable {
              public int status = 0;
              public long timeStarted;
              public long timeCompleted;
              int seconds;
              LongTask(int seconds) {
                   this.seconds = seconds;
              public void run() {
                   status = 1;
                   timeStarted = System.currentTimeMillis();
                   try {
                   // simulate long running process
                   Thread.sleep(seconds * 1000);
                   } catch(InterruptedException ie) {}
                   timeCompleted = System.currentTimeMillis();
                   status = 2;
              public class Test extends HttpServlet {
              public void service(HttpServletRequest req, HttpServletResponse res)
                   throws ServletException, IOException {
                   String msg = null;
                   HttpSession session = req.getSession();
                   LongTask longTask = (LongTask)session.getAttribute("longTask");
                   if(longTask == null) {
                   session.setAttribute("longTask", longTask = new LongTask(10));
                   (new MyThread(longTask)).start();     
                   switch(longTask.status) {
                   case 0:
                   msg = "Waiting";
                   break;
                   case 1:
                   msg = "In progress";
                   break;
                   case 2:
                   msg = "Done, started:" + longTask.timeStarted + " completed:" + longTask.timeCompleted;
                   session.removeAttribute("longTask");
                   break;
                   PrintWriter out = new PrintWriter(new OutputStreamWriter(res.getOutputStream()));
                   res.setContentType("text/html");
                   out.println("<html><body>");
                   out.println("Your request status:" + msg);
                   out.println("</body></html>");
                   out.flush();
                   out.close();
              Dimitri
              

    Cool.
              Cameron Purdy
              [email protected]
              http://www.tangosol.com
              WebLogic Consulting Available
              "Dimitri Rakitine" <[email protected]> wrote in message
              news:39e21527$[email protected]..
              >
              > That didnt look very good, so here it is:
              > http://dima.dhs.org/misc/LongRunningTask.html
              >
              > Dimitri
              

Maybe you are looking for

  • Hp laserjet 1320 not working with new mac

    i've recently bought a new apple computer, the mac runs with os x 10.9.2. now i'm trying to get my old hp laserjet 1320 to work together with my new computer - but neither the mac is cooperating nor the old laserjet. i've also installed a new hp offi

  • SAP PI 7.0 INTEGRATION SERVER ERROR

    Hi,            When i am working with the Business Systems in SLD PI 7.0 I am unable to see Integration Server. It was displaying INTEGRATION SERVER as NONE. How to connect to the Integration server in SLD.

  • Safari Printing defalt

    Hope someone can help. Every time I go to print in Safari the default print is in landscape instead of portrait. I have goggled the problem the forums I have found acknowledged others have the same problem. The fixes were go to page set up change and

  • EPS file opened in Photoshop

    Please let me know whether the resolution will change when an eps file is opened in Photoshop. Is it possible to change the resolution of the eps file opened in photoshop. regards, Sashi

  • Backup in EM 11g

    Hello, I have a question about performing backup in Enterprise Manager, database 11.1.0.6 running on Linux. In 10.2, there were options 'Backup mode (online/offline), backing up archivelogs. I don't see them in 11.1 (i do Schedule Customized Backup).