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

Similar Messages

  • How do I find out my contract expiration date(s) via My Verizon

    Can someone please tell me how to navigate to the pages that show me my actual contract expiration dates?

    Good afternoon sguiler123.
    This is a popular question, and the answer is that the contract end date is not available via My Verizon.  In most cases, you can add 4 months to your upgrade eligibility date, and this will be the contract end date.  (As you are able to upgrade 20 months after your contract renewal, but the contract is 24 months.)  If you have multiple lines, each line may have different contract end dates, depending on the dates of activation and upgrades.  If you like, I can certainly provide you with this information.  Please send me a Private Message, and I will be happy to personally assist you.
    Thank you,

  • 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 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

  • Can I stop the pop up message to activate cellular data with getting the cellular dataplan

    I Have an iPad Air2 with WiFi plus cellular.  At the present time I do not want to activate the cellular service but keep getting a pop up message to activate cellular data.  How do I stop the pop up message?  Should I take out the SIM card?  Would rather not do that.

    I found a good answer here:
    http://forums.macrumors.com/showthread.php?t=1813919

  • 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");

  • ATTN: Customer Service - Question Concerning My Contract Expiration Date

    Hi,
    My phone broke last month, a little over a month before I thought that my contract was due to expire.  The port that charges the phone stopped working.  I was led to believe that my contract would be expiring with Verizon today, so I paid my bill last month and waited.  I thought I would be able to cancel my service today, pay my final bill this month and my contract would be fulfilled, at which point I planned to amicably part ways with Verizon and switch to a company that can better suit my needs. When I just accessed my account, I notice that it says that I am due for an upgrade today, but that my contract doesn't expire until October.  Why is that?  Please help me figure out what is going on and what I need to do to close out my plan without accruing extraneous charges.
    I first tried to contact your customer service via the "Chat Now" function, but all of you agents have been busy for over 2 hours now.   It is very important to me that I get this sorted out today so that I do not roll over into another month of service that I don't want and can't use.
    Thank you in advance for you assistance.  I really appreciate it!

    I'm not customer service, just another customer like you, but I hope I can help.  Your upgrade eligibility and contract end date are not the same (though that is changing).  You can upgrade at the 20 month point in your 24 month contract, which is why you can UPGRADE today, but your contract doesn't end till October.
    If you are planning to leave Verizon, you  can do so in October with no ETF; today you will pay an ETF based on 20 months of completed service, roughly $80 for a basic phone or $160 for a smartphone.
    Your wisest course would be to see if a friend has an old Verizon phone that you could borrow and activate until your contract is up.

  • Pop up message with Contract Number if Contract exists in ME21N in MM

    Hi Experts ,
    We have ECC6.04 system.We are NOT usning Pur. Requisition.
    While creating PO by  ME21N transaction code  ,w.r.t. Contract if Contract is exist, then we need to find out the contract Number manually for each material in the req Pur. Org., which is very tedious task.
    We can craete PO from Contract as a follow on document in ME33, but still 1st we need to find out the contrcat and then go to display of it and then craete Release Order (PO)...but it is not necessary that we will use single contract of same Vendor.
    Currently , if contract is exist and we are craeting the PO w/o contract , then system gives Warning Message that '"... but does not gives me Contract Number & item No.
    I'm exploring some enhancement, which will give me pop screen with the Contract Number & item No or system will directly insert the Contract Number and item in the item overview with all the detials picked up from it 9from source list)...while creating the PO in ME21N code.
    Can anyone suggest, whether it is possible to achive the above by doing any custom devolopment or user exit..etc
    Thanks
    NAP

    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

  • User exit for contract start date in sales order change mode.

    24.10.2008
    Hi Gurus,
    I need to disable the 'contract start date' (VEDA-VBEGDAT) field  in Contract data tab at header and item level. Can someone suggest a user exit for the same ???
    Regards,
    Udaynath

    Dear Udyanath,
    Please check these User exits with the help of ABAPer
    User exits in the program MV45AFZZ                                                                               
    The user exits which you can use for modifications in sales document         
    processing are listed below.                                                                               
    USEREXIT_FIELD_MODIFICATION                                              
         This user exit can be used to modify the attributes of the screen        
         fields.                                                                  
         To do this, the screen fields are allocated to so-called                 
         modification groups 1 - 4 and can be edited together during a            
         modification in ABAP. If a field has no field name, it cannot be         
         allocated to a group.                                                    
         The usage of the field groups (modification group 1-4) is as             
         follows:                                                                               
    -   Modification group 1:   Automatic modification with transaction      
             MFAW                                                                               
    -   Modification group 2:   It contains 'LOO' for step loop fields                                                                               
    -   Modification group 3:   For modifications which depend on check  tables or on other fixed information.
    USEREXIT_MOVE_FIELD_TO_VBAK                                                 
    Use this user exit to assign values to new fields at sales document         
    header level. It is described in the section "Transfer of the               
    customer master fields into the sales document".                            
    The user exit is called up at the end of the FORM routine                   
    VBAK_FUELLEN.                                                                               
    USEREXIT_MOVE_FIELD_TO_VBAP                                                 
    Use this user exit to assign values to new fields at sales document         
    item level. It is described in the section "Copy customer master            
    fields into the sales document".                                            
    The user exit is called up at the end of the FORM routine                   
    VBAP_FUELLEN.                                                                               
    USEREXIT_MOVE_FIELD_TO_VBEP                                                 
    Use this user exit to assign values to new fields at the level of           
    the sales document schedule lines.                                          
    The user exit is called up at the end of the FORM routine                   
    VBEP_FUELLEN.                                                                               
    USEREXIT_MOVE_FIELD_TO_VBKD                                                 
    Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer 
    master fields into sales document".                                  
    The user exit is called up at the end of the FORM routine            
    VBKD_FUELLEN.                                                        
    I hope this will help you,
    Regards,
    Murali.

  • 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.

  • 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!!

  • Warning messages for purchage order date?

    Hi Friends,
      I am ABAP developer, and I am developing one webservice to create value contract from dotnet front end,
    So user can enter inputs from that front end and he will get SAP generated value contract id.
       Here I did validations for all the fields and giving error messages to restrict user to dont give incorrect values.
    Now coming to my issue..,
    While entering the PO Date in the initial screen of contract creation,
    If I enter future date,
    > The purchase order date lies in the future. Please check
    If I enter the past date.,
    > The purchase order date is in the past. Please check
    I will get warning messages like this, so what should i do, I can enter, today's date to avoid these messages,
    And I can neglect these two messages to proceed, as they are warings only.
    But in my case , Can i process these messages to front end, Is it mandatory.
    I want to know the intention of these messages, then i can proceed.
    Thanks,
    Naveen.I

    Hi,
    It is telling an information about the date status and n=it is not an error message.
    so you can go ahead with this message.
    If you want the same message in front end then you can write the logic in the dotnet prog.
    Regards,
    Sumith

  • Prevent pop up message during loading of data through LSMW

    Dear all,
    I have created an LSMW program to load data. In the recording an POP up screen appears which has the information "Do you want to adopt the data" YES/NO/CANCEL.
    I have recorded the program by selecting NO. Still during uploading of data, the screen appears, expecting the selection of an option. This pop up is from SAP standard program and by default the option is YES.
    I expected that this message will be ignored if "background processing " option is selected, but this is not so, during background processing, the load fails with error.
    I searched in this forum and was successful in getting a little clue of suppressing the message which is as mentioned in the  below message.
    Question :- [https://forums.sdn.sap.com/click.jspa?searchID=30750356&messageID=4218861]
    I tried as per the option but i am not very clear of what syntax should be maintained to suppress the message box.
    We are in R/3 4.7 version.
    Note :- My requirement is slightly different from what is asked in the thread mentioned above, i only want to suppress the message box and proceed with the loading.
    Can any of the experts provide solution for solving my problem.
    Regards,
    M.M
    Edited by: Magesh Magesh on Aug 24, 2009 11:40 AM

    Dear Mr. Rahul,
    Thank you very much for your reply. I am using the t.code QM01. In this after entering the Material, revision level, plant, production order and operation number, when i present enter, the pop up appears. I want to suppress this pop up with values either NO or CANCEL.
    Kindly help me solve my problem.
    Regards,
    M.M

  • 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.

Maybe you are looking for

  • Electric Guitar Recording Error

         I have GarageBand 11, MB Pro I bought in late 11. I once was able to record my guitar using an Stereo headphone adaptor plug and an audio cable, connecting it to the audio input/output, after changing the settings in System Preferences to "Input

  • How to add more functionalities to personalization dialogue box in portal

    Hi How to add more functionalities to the personalization dialouge box in sap portal? Just like User Profile tab, how can I add my own functionality to personalization dialouge box? I want the functionality to appear as a tab under Detailed Navigatio

  • Cannot play downloaded audiobook

    Randomly when I download an audiobook from the iTunes store and have it on my iPod, it will show up on the menu and when I want to play it, it will show for 1 - 2 seconds, go to the next and keep skipping past this book to the next selection. I can I

  • Where do non-Apple store downloaded songs go?

    On my iphone5 I went on a website via Safari  that claimed to capture and convert Videos to audio files, presumably Mp4s to MP3s - all online with no software. However after claiming to download something and indeed hearing it,  I cannot find it. Whe

  • IWeb, dvd and PC

    I have burnt a site via my desktop on a dvd but can't play this on a PC because all the links have gone. The dvd is OK on my Mac, and the site works OK on the server. What goes wrong in combination with the PC?