Pop up message for Data loss

Dear All,
In CRMD_ORDER transaction we have added new custom tabs using CRMV_SSC transaction but not using EEWB. Now when I go to change mode and do some changes there and click BACK it does not give me pop up ( Do you want to save? Data loss...) before leaving the transaction. When I did some R&D on that I feel that the data from these custom fields are not updated in the buffer to set the Update flag which triggers the Data loss pop up before going out of the transaction.
Please let me know how I can achieve this.
Thanks a lot!!!

This is for Change request in CRMD_ORDER.
Thanks!!

Similar Messages

  • Pop up message for advance not coming at the time of invoicing.

    Dear All,
    The moment IV is being made pop up message for advance is not coming for those vendors who have been posted with advance before Apr.2010. Apr.2010 onward it is coming correctly for same vendors. FBKP checked and found ok about message setting.
    Please help me out of this issue.....
    Thanks and regards,
    DNJ.

    HI,
    Have you done the miro for capturing all the custom duties .iF done, the system will ask for the commercial invoice no during MIGo, then enter the corresponding invoice no and year, then the system will take you to the excise tab.
    Regards,
    velu

  • Trying to make a pop up message for a loan calculator

    Yes this is very basic, but I am very basic. I am using the init() method, and paint() method "classes" as applet to make a loan calculator. I have the calculating all done, and correct, but if someone puts in a nonreal number, or an amount they want to take in less than 0 I want the pop up message tell them they are crazy. How would I create a message popup? The code below is the full code for my loan calculator.
    * Programmer: Carl Finch
    * Program: The Bank of America Loan Calculator(not affiliated with Bank of * America just a goof)
    * Date: 01/12/05
    * Purpose: Learn the paint() function, action performed function, and
    * all their "special methods"
    import java.awt.*;
    import java.awt.event.*;
    import java.text.*;
    import java.applet.*;
    public class Loan extends Applet implements ActionListener
    // Declare the vars
    TextField txtAmo;
    TextField txtRat;
    TextField txtMon;
    TextField txtPay;
    Button btnCal;
    public void init()
    //set the layout of the textfields, layouts, and the big o butotn.
    setLayout(null);
    txtAmo = new TextField (25);
    txtRat = new TextField(5);
    txtMon = new TextField(6);
    txtPay = new TextField(8);
    btnCal = new Button("Calculate");
    txtAmo.setBounds(145,25,80,30);
    txtRat.setBounds(145,65,80,30);
    txtMon.setBounds(145,105,80,30);
    txtPay.setBounds(145,145,80,30);
    btnCal.setBounds(145,200,80,30);
    //add all to applet
    add(txtAmo);
    add(txtRat);
    add(txtMon);
    add(txtPay);
    add(btnCal);
    btnCal.addActionListener(this);
    //Create graphics for the applet
    public void paint(Graphics g)
    // simple text displayed on applet
    g.setColor(Color.white);
    g.fillRect(0, 0, 500, 500);
    g.setColor(Color.blue);
    g.drawString("Bank of America Loan Calculator", 145, 20);
    g.setColor(Color.blue);
    g.drawString("Loan Amount",30,35);
    g.drawString("APR (%)", 30,75);
    g.drawString("Months to Repay",30,115);
    g.drawString("Monthly Payment:",30,155);
    //Adding image method
    Image money;
    money = getImage(getDocumentBase(), "money.jpg");
    g.drawImage(money, 300,50, this);
    //Action Performed
    public void actionPerformed(ActionEvent ae)
    //Declaring the vars needed.
    //try
    DecimalFormat money = new DecimalFormat("$#.00");
    double a = Double.valueOf(txtAmo.getText()).doubleValue();
    double r = Double.valueOf(txtRat.getText()).doubleValue();
    int m = Integer.parseInt(txtMon.getText().trim());
    r=r/1200;
    //The math of the monthly payment
    double p=a*r/(1-Math.pow(1/(1+r),m));
    txtPay.setText(""+money.format(p));
    /*catch(ArithmeticException error)
    //Find option for java.awt
    //Adding some error messages for the technology inleterates.
    Sorry I had to display the code, but I don't know how to do attachements

    javax.swing.JOptionPane.showMessageDialog(null, "Message here");

  • Pop up message for 0019 infotype

    Hi gurus,
    can you help me out  my requirement is when ever i mainatain infotypes 0016 and 0019 system should pop a message showing the reminder date for that event can you tell me how can i do it .If i run a standard report date monitoring  i can see the data but i need automatically generated POP up message.
    Regards
    Smitha

    Hi,
    You can use Dynamic actions to get this done, please check table T588Z to do this configuration. Hope this will help you, Thanks.
    Regards,
    Sridhar.

  • Pop up message for pending sales order.

    My requirement is whenever a zgor sales order is being created for a particular material,if a pending sales order exists for the same material,the message should pop up : "number of sales orders pending for the given material",
    Pls help me how to write coding for this to deliver a pop up message.

    Hi,
             You need to find the correct exit for your req.  se38 -> sapmv45A-> INCLUDE MV45AFZZ and check the triggering point before saving the sales order . Write your necessary POPUP code..
    Regards,
    Kumar.

  • Error messages for dates

    I would like to create error message if the user did not fill the date in dates profile ZVALID_TILL (Opportunity valid till). I know that I can create the message via incompletness check, but the problem is that in this case the message reports the name of the field to which you are refering to. And this is ok for classical fields but not for dates, because I get the error message like "Transaction is incomplete: Enter Date from". The problem is that this message does not say which date the user has to fill in. So I would like to get the message like "Transaction is incomplete: Enter Opportunity valid till".
    Does anyone knows how to provide such message?
    P.S.: We are using CRM 2007 and not 7.0 where I think this is possible via new customazing features for messages.

    Hi Robert,
    I guess in that case you should implement a BADI wherein you can write the logic to check if the valid till date has been filled by the user or not.
    Based on the condition you can display the error message on UI using the CRM_MESSAGE_COLLECT FM.
    Hope this helps!
    Regards,
    Saumya

  • Disable default message for date converter

    Hi,
    How can I disable the default message on tab for date converter.
    Thanks

    Use message bundles.
    http://oracamp.com/how-extend-default-adf-faces-component-message-bundle
    http://oracamp.com/context-sensitive-resource-bundle-entries-javaserver-faces-applications-going-beyond-plain-language-
    Customzing ADF Faces Convert Number Detail Error Message from a Message Bundle
    http://blogs.oracle.com/smuenchadf/examples/

  • Pop Up message for Contract expiration dates

    Hello, Experts,
      I am looking for a way to customize (If it's possible) a message as a pop-up.
    The message I want to become  a pop up is the message about the expiration
    date of a contract, which is displayed when creating a SC from an expired contract.
    Thank you for the help !
    Regards,
      Rami Kleiman
      HP

    Hi
    Contracts can be monitored by scheduling jobs so that Buyers get notification on fund / valid period by .bbp_contract_check
    contracts validity / fund can be indeed refered while shopping cart turn to purchase order.
    Hope  you could have refeered Ricardo article on this
    http://wiki.sdn.sap.com/wiki/display/SRM/Contractvalidationdoesnotoccurwhencreatingashopping+cart
    Muthuraman

  • Creating pop up window for data display in ALV

    Friends,
    I need to display my data in alv popup window from there I have to select a row and display the data in new popup window. For this purpose I had written this fuction. It's working fine But I don't know how to select row from this and display data in new popup window.  when I am displaying data in alv grid ,then I am  able to display data in POPUP window after selecting a row from grid  but dont know how to jump from one pop up window to another.
    form output_alv.
    CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
      EXPORTING
        I_TITLE                       = 'SALES ORDER INFO'
        I_ZEBRA                       = 'X'
        I_TABNAME                     = 1
        I_STRUCTURE_NAME              = 'VBAK'
      TABLES
        T_OUTTAB                      = it_vbak
       EXCEPTIONS
         PROGRAM_ERROR                 = 1
         OTHERS                        = 2.
    endform.

    The following code may be of some help:
    DATA: BEGIN OF it_prmhlp OCCURS 0.
            INCLUDE STRUCTURE zaltab_param.
    DATA: flg(1) TYPE c,
          END OF it_prmhlp.
      DATA: wreturn LIKE ddshretval OCCURS 0 WITH HEADER LINE,
        wstep LIKE sy-stepl.
      DATA wsel1 VALUE 'X'. wsel1 = 'X'.
      TYPE-POOLS : slis.
      DATA : listtitle(30),
             l_lines     LIKE sy-tabix,
             ls_fldcat   TYPE slis_fieldcat_alv,
             lt_fldcat   TYPE slis_t_fieldcat_alv,
             ls_selfield TYPE slis_selfield.
      progname = sy-repid.
      dynnum   = sy-dynnr.
      DEFINE fldcat_add1.
        ls_fldcat-fieldname     = &1.
        ls_fldcat-ref_tabname   = &2.
        ls_fldcat-ref_fieldname = &3.
        ls_fldcat-reptext_ddic  = &4.
        ls_fldcat-outputlen     = &5.
        append ls_fldcat to lt_fldcat.
      END-OF-DEFINITION.
      REFRESH : lt_fldcat.
      fldcat_add1 'AUREL' 'ZALTAB_PARAM' 'AUREL' 'Alloc Table Relevancy' '25'.
      fldcat_add1 'PDESC' 'ZALTAB_PARAM' 'PDESC' 'Process Description' '40'.
      REFRESH it_prmhlp. CLEAR it_prmhlp.
      SELECT * FROM zaltab_param
        INTO TABLE it_prmhlp
        WHERE tcode = sy-tcode.
      SORT it_prmhlp BY aurel pdesc.
      listtitle = 'Allocaction Table Relvancy Selection'.
      CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
           EXPORTING
                i_title                 = listtitle
                i_selection             = wsel1
                i_zebra                 = ' '
                i_checkbox_fieldname    = 'FLG'
                i_tabname               = 'IT_PRMHLP'
                it_fieldcat             = lt_fldcat
           TABLES
                t_outtab                = it_prmhlp
           EXCEPTIONS
                program_error           = 1
                OTHERS                  = 2
      DATA wfl1. CLEAR wfl1.
      LOOP AT it_prmhlp.
        IF it_prmhlp-flg = 'X'.
          IF wfl1 = 'X'.
            CLEAR it_prmhlp. REFRESH it_prmhlp.
            MESSAGE i000(yw) WITH 'Only 1 entry can be selected...'.
            EXIT.
          ENDIF.
          wfl1 = 'X'.
        ENDIF.
      ENDLOOP.
      IF wsel1 = 'X'.
        READ TABLE it_prmhlp WITH KEY flg = 'X'.
        IF sy-subrc EQ 0.
          paurel = it_prmhlp-aurel.
          paureltx = it_prmhlp-pdesc.
          wvariant = it_prmhlp-zvariant.
          PERFORM update_screen.
        ELSE.
          CLEAR it_prmhlp. REFRESH it_prmhlp.
        ENDIF.
      ENDIF.
    The trick lies in using the box fieldname which is 'FLG' in this case and the wsel1 param passed to the fm to know whether any row is selected or not.

  • Pop up message for confirmation in standard bsp on approve button

    Dear friends
               I am supposed to put one pop up confirmation message in 'hap_document' bsp application on approve button, this is MVC frame based application and used to show appraisal details. I have check with the event handlers, but is structured dynamically.  I have put a break point at various places. but from the portal when i m running the application it doesnt go into debugger..
    Please give me some ideas how to debug this application and how i will know the place where i need to do the coding for the pop-up confirmation message.. any help of yours will be greatly appreciated
    thanking you
    Regards
    Naeem

    Dear Naim Khan S Babi,
    Different controllers, views and BSP pages are availabe withing the application.
    You just keep the debug on the on the main methods like, DO_INIT, DO_REQUEST and DO_HANDLE_EVENT. So that you easily find where your application navigates.
    Hope this will be helpful.
    Regards,
    Gokul.N

  • How to create a verification pop-up message for queries executed on Web

    I have implemented the function RRMS_MESSAGE_HANDLING in my customer exit variable code for step 2  in the customer include ZXRSRU01.  I am able to get warning and error messages to appear in Bex Excel queries, but not queries executed on the Web.  I have also tried implementing these queries in a Web Template which allows system messages and warning messages, but still these messages are suppressed.
    Is anyone aware of how to create warning messages that appear both in Bex Excel and Bex Web queries?
    Thanks for you help,
    Curt Timmerman

    On the Comments screen, just select the notes tool to add the note. When you are done, click to close the note.

  • Error Message for Date Format

    Hi Friends,
    Could you guys help me with sample code in java script to throw error message if the user enter the wrong date format( my requirements of date format like yyyymmdd)in BSP.
    Regards
    CSM Reddy

    you dont have to write the js code.
    just set the input field<b> type = date</b> and <b>dovalidate=true</b>
    if the user tries to submit the form with wrong format, the system will throw javascript error message and will not submit the form.
    Regards
    Raja

  • Data loss Lacie 500GB external drive_ disk utility changed partition!

    Details of problem. I have a 500GB Lacie mini hub HDD which is used with an iMac angle poise. Recently it has been playing up- unable to access folders/files etc. and since I know the PSU fails on these items (capacitors fail -5V and 12V go haywire- already fixed another one - I have a 320GB with a mac mini setup) I removed unit from the imac and connected in place of the 320GB lacie on the mac mini, using the known good PSU. The iMac is running latest 10.4 and mac mini is running latest snow leopard 10.6.1
    The Lacie spun up and mounted OK and I was able to access all files folders with no issue, so since I was keen to make sure it was 'fixed' I ran disk utility. It ran and said it verified and then I realised I hadn't run repair so re-did this. Big mistake!
    It did the same run and said no problems found, but it then said something like updating partition! Horrified I waited and it seemed to finish or had finished straight away. Not sure. I looked at folders and yes main 2 items in place, but nothing showing below this. ****. It got worse. I ejected and tried to reconnect and low and behold it says drive needs formatting now. Disk utility even shows this 500GB as having 2.2TB of space, which I see in other posts is another issue.
    I have important data backed up elsewhere, but there are a large number of files I do not have copies of and suspect there is a way to recover these. I have since seen all the 'data loss' guest account issues and wonder if this is yet another bug in snow leopard.
    Have tried running Techtool Pro 5.0.6 to see if it can see the data but its not seeing anything. Will try Diskwarrior and others, but may well shelve to see if apple gets an os update released for data loss issues.
    Any thoughts on how to recover? Anyone with a similar issue? I am pretty certain this is not a failed hard drive as it sounds 100% normal. Thanks for any help or guidance.

    Thanks for all the comments recieved. V.K. made me re-evaluate what I had proved or not. I was fairly certain (not 100%) that the drive mech was OK, because the psu had failed, but should have proved drive mech was actually OK. So I removed the mech (as USB abd firewire can't do SMART etc.) and hooked up to an old G4 Powermac. I then found that the SMART verified, but had forgotten the 128GB limitation on older macs. So removed and got a PC to hook it up and run latest IBM_Hitachi drive fitness and other diags. (its a Deskstar HD and I have had almost zero issue with these drives over the years.) It checks out fine, so I was correct in my initial thoughts, only the PSU was faulty.
    So back to my initial suspicions that Snow Leopard or disk utility has screwed things up, maybe a bug, maybe not. And I did run verify first and it said it was OK, only when I re-ran the repair did it then do a "partition update" (or whatever it said - should have done a screen capture - searched apple but can't find listing of all mesgs avail. must be in developers site I expect). So I am back at looking at how to recover, if at all possible, but as Alsoft have said this is not something Diskwarrior can do directly. Files must still be there just partiton map is now in a ... needs to be initialised mode. Not that I will do that.
    So I guess summary is possible bug/funny in 10.6 and/or disk utility.
    sounds like I will be contacting Alsoft now
    may read up on partition map damage first, so I get a better picture of whats involved.
    Cheers and thanks for all the help/ideas.
    BTW - been using macs_pcs for decades now and helping friends & family fix things as and when. This is first time needed to post on forum as always found answers to questions I had previously. Must remember the old adage of not jumping onto new technology until it has bedded down I bet if I had hooked up to the old G4 Powermac I wouldn't be in this position. Thanks again.

  • How to configure a pop up message when creating an appraisal?

    Hi All,
    I have a question.
    When the supervisor creates an appraisal for an employee, the supervisor is obligated to create Objectives for the employee but creating Competencies are only optional for executives (people group). When the supervisor has finished creating the appraisal and wants to review it, he will need to click on a Continue button.
    When the continue button is pressed, a warning pop up message will appear if the competencies created was null. As it is only a warning pop up message the supervisor can just click ok and continue to the review page.
    Now I am needed to configure this pop up message for the appraisal creation page and I would like to know how do I go about in searching for it? Should it be in the OAF java files or is the pop up message can be configured using personalization? I just want to know how to search for the configuration of this pop up message. Thank you
    regards,
    Ilham

    Hi Sheela,
    Though you made 'Dataline' field as mandatory, system will throw an error message and will put MOUSE CURSOR on that missing field. So ultimately user would come to know that a particular field is missing.
    And in SAP there would be lots of mandatory fields and it's really not feasible to put pop-up messages for such requirements and that too in transactions like CMR. 
    Tell user that system will automatically put MOUSE CURSOR on a particular mandatory field anytime anybody misses to maintain it. As a SAP consultant, your job is to convince the user with such standard functions.
    If at all you want to put pop-up message for it, then you need to go for User Exit development.
    Revert back if any further issue.
    Regards,
    Anup

  • Need pop up message if vendor Credit note is already posted.

    Dear All
    I am from account payable department.
    While processing the Credit notes for a particular vendor even if the Credit note is already posted in SAP. we do not receive any pop message informing the processor that the credit note is already booked, as we get pop up while processing the invoices which is already posted.
    Kinldy assist me how can i set the SAP sytem so that i get a pop up messages for credit note also

    You can maintain the contract in source list. On creating purchase order you can go to environment-source list---there you will see the contract number, item number  and validity.  If the requirement is to see the contract number and item number can  be done in this way without any enhancement.
    REgards
    Sangeeta

Maybe you are looking for

  • Middleware-Pricing condition error while downloading pricing objects

    Dear all, I am encountering an error after i replicated the pricing objects from R/3 to CRM. Below is the description of that error as seen in T-code SLG1 There is no entry in the object directory (TADIR) for R3TR TTYP /1CR/RCBCUS503_T Please provide

  • Create a file

    Hi, I just would like to create a file, which the user can download. Scenario: The user choose some options on the JSF-page. Then a database query will execute. The user should be able to download that data of the query as a .csv file. So how should

  • DG - creating physical standby using clone VMbox

    Hi, I have a VMbox 11.2.0.2 database prebuilt from "Oracle Developer Days". Then I clone it as "Oracle Developer Days Clone". Since they are now identical, How can I make the clone as my standby DB? Can I mount it as standby? Thanks, Petra-K

  • Icloud keychain setup does not terminate during mac oxs mavericks update

    The icloud keychain setup does not terminate (in order for the install to continue) during a mac OSX maverick update from 10.8.something. Any idea?

  • HT204561 Update install hangs at Calendar update

    Tried to install the update and it hangs at the Calendar service update. Even tried a clean install, no joy... Model Name: Mac Pro   Model Identifier: MacPro6,1   Processor Name: 12-Core Intel Xeon E5   Processor Speed: 2.7 GHz   Number of Processors