Changes to Rebate Agreement Validity Date Field

Hi,
We are trying to prevent people from changing the "Validity To" date field (KONA-DATBI) on Rebate Agreement masters (VBO3). They are back dating the field which is causing probelms for running billings.
Is they any way this can be done via a validation on that field or a message that pops up when the field is changed to something earlier than current date?
Thanks

Hi,
This fields is opened for a good reason, sometimes the end-date of an agreement should be reduced when you want to split a period and therefore create a new agreement for the remaining period.
In my opinion this is a procedure problem, your users must know what they do.
If someone still keeps on introducing incorrect data in the system, this person should receive additional training and / or be warned.
To answer your specific question:
There is no user-exit for the rebate agreement master data. Quite a shame.
Best Regards,
Franck

Similar Messages

  • Rebate agreement settlement date

    Hi,
    I want to see the rebate agreement settlement date. Where can i find it?
    It happened in our system that Many closed rebate agreements have agreement status Open, though they were closed long back. We feel some thing might have happened to database & this status field has become blank.
    I have close such agreements that have the settlement date. Otherwise, i need to ask business to verify every agreement. Which is simply not possible as there are thousands of agreements of more than 8 yrs are also present in my list..
    Thanks for replying it.
    Srinivas

    Rebate Agreement
    - Overview of Condition record(Press f5 button from keybroad)
    - Select the condition rates
    - Select Rebate payment from menubar - then choose Rebate Document
    - Select Final Settlement option and press enter.
    - There you can see detials of the final settlement doc for the rebate agreement and you can get settlement date.
    You can use Table KOTE , KONV, KOMP.
    Further
    Table CDPOS
    with fields as
    - Field OBJECTCLAS as COND_B
    - Field VALUE_NEW as C
    - Field FNAME as BOSTA-Status of a rebate arrang
    - Field CHNGIND as U
    Regards
    JP

  • Adf validation date field timestamp

    while doing some validation of comparing date fields with timestamp fields i am finding inconsistent behavior in jdev 11 1 1 5. is this known issue. what is best way to do EO level declarative Compare Greater Than / Less Than validations on fields which are of type date and timestamp ?

    First of all, "ADF" on the view side (which is where UIX is) has undergone some dramatic changes.
    10.1.2 and before: you had UIX
    10.1.3.x: ADF Faces 10g
    11.x: ADF Faces 11g (which, although is JSF like ADF Faces 10g, the component set is so different as to be almost a "new thing")
    So, when you're asking about the view technologies, 10.1.2, 10.1.3, and 11.x are dramatically different. ADF Business Components, even though they have gone through changes, are "the same enough" across the versions as to be understandably similar, but not the view technologies.
    John

  • Change of Cost center validation date

    Hi
    HCM consultant required cost centre validity date w.e.f 01.01.1970 because he told he is facing problem at the time of creation of Position and position assigned to personal number.
    My controlling area and version validity start from 1970 but I have created cost centres/profit centres w.e.f 01.1.2010 to 31.12.9999 in production server,  I can not delete profit centre, cost centres because transactional data is there.
    How I can change profit centre, cost centre validity date.
    regards
    imdad

    If you need to extend the CC master data use KSO1.
    Create Cost center with 01/01/1970 to 12/31/2009. Also extend the validity date of profit center assigned to cost center before extending cost center.
    Regards,
    Mohan

  • Validating Date fields in Self Registration page in OIM 11g

    Hi
    I have 2 custom date fields(Start Date, End Date) in Self Registration page in OIM 11g.
    I need to do validation on these fields, like difference between start date and end date should not be more than 3 months.
    I should show a popup message to user whenever start date and end date is more than 3 months.
    How to achieve this?
    Thanks in Advance

    Hello!
    Sorry bring up this topic again, but I have faced a "curious" situation. My validator code is:
        public void validate(RequestData reqData) throws InvalidRequestDataException {
            List<RequestEntity> requestEntities = reqData.getTargetEntities();
            if (requestEntities != null && !requestEntities.isEmpty()) {
                for (RequestEntity requestEntity : requestEntities) {
                    List<RequestEntityAttribute> attributes = requestEntity.getEntityData();
                    for (RequestEntityAttribute attribute : attributes) {
                        if (attribute.getName().equals("CPF")) {
                            if (attribute.getValue().equals("12345678900")) {
                                throw new InvalidRequestDataException("Invalid CPF");
            (new oracle.iam.requestactions.plugins.datavalidator.CreateUserDataValidator()).validate(reqData);
        }This is still in testing, but have you guys noticed the last line?
    It works nicely, is it normal? If it is, is there any reason for my exception just been raised when I submit the request? (for example, if the user provides a duplicated e-mail it rises before mine.

  • GRN vs Schedule Agreement validity Date

    Dear All,
    We got very severe issue, we have created the Scheduling Agreements(document type -LP) between the two plants (Cross Company Codes) with the vendor code created under the Account Group : 0007.
    During the creation of the Scheduling Agreements , we have not assigned the Plant code in Vendor Master (In Purchasing organisation data-> Extras-> plant Assignment).
    So the shipping data did not get determined per material in scheduling agreement and scheduling agreements created as the normal Scheduling agreements (NOT as Stock transfer scheduling agreements)
    and plants started doing the transaction(In Production server) as Normal Purchase Sale (by creating sale order and GRN via Scheduling Agreement) .
    But now , it is required to change the process via Sale -Purchase to Stock Transfer , so we have changed the Vendor master and assign the Plant to the vendors.
    But the transaction has been going on already created scheduling agreements. So how Delete/Close the existing  scheduling agreements. and we need to create new scheduling agreements(Stock transfer scheduling agreements).
    I have tried out with Validity period (by shortning the Validity Period) , so that existing SA should NOT be invalid for GRN, but GRN date has no control with Validity period of SA.
    Please suggest how to go about it.
    Regards
    Nitiin

    Hi,
    Try This
    Do not maintain Delievry Schedule in Me38 or you can try with setting Block vendor in Source List or you can change validity period in source list.
    Regards,
    Vikas

  • Possible to change type of spry validation text field at run time?

    I am trying to record a date of death on a form, which obviously for live people might not require a value. I have a radio group (Yes/No) that specifies whether the fields associated with the date of death are visible (select for month, day and year).  For the year, I have it set to be an integer with a minimum and maximum value.  The selects have an invalid value of -1 set, with one item labeled "Select month" and "Select day" given the -1 value.
    When the "no" button is clicked, I want to make it so that submitting the form does not cause validation errors for the spry fields associated with the date of death.  I have successfully added onChange events to the select objects that call javascript, along the lines of spryselect1.invalidValue = -2.  I can also make it so that the text field representing the year of death is not forced to be required: sprytextfield1.isRequired = false.
    However, I'm having a hard time getting the "invalid format" validation to be canceled.  I have tried executing sprytextfield1.type = "none", since looking at the source code in SpryValidationTextField.js seems to indicate that the object's type property is important.  However, this doesn't work; I think that's because the type property is used to look up a validation function in an array when the object is constructed, and may not be referenced again after that.
    So, I'm looking for either:
    a property/method to call to effectively change the type OR
    information on whether reconstructing the variable with new options will work.  I am not sure if any event handlers registered during the object's original construction will still be fired even if I make the variable point to a new object.  I see a destroy function in the source code that might do what I want, but my Javascript knowledge isn't too great, so I don't know if that method needs to be called explicity or whether it happens implicitly when an object is garbage collected.
    Thanks in advance for any help you might be able to give.
    Ryan

    This may help
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>Deleting and rebuilding validations</title>
    <link href="http://config.spry-it.com/css?f=ValidationTextField" rel="stylesheet" type="text/css" />
    <script src="http://config.spry-it.com/js?f=ValidationTextField" type="text/javascript"></script>
    <script type="text/javascript">
    // build validations and delete / destroy them
    function val(e){
         // get the value
         value = e.value;
         // see what radion button we have
         if(value == "Married"){
              // if there inst a validaton build one
              if(!sprytextfield1){
                   sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
              // if there is a validaiton in sprytextfield destory it, and clear the variable
              if(sprytextfield2 && sprytextfield2.destroy){
                   sprytextfield2.resetClasses();
                   sprytextfield2.destroy();
                   sprytextfield2 = null;
              // same as the rest
              if(sprytextfield3 && sprytextfield3.destroy){
                   sprytextfield3.resetClasses();
                   sprytextfield3.destroy();
                   sprytextfield3 = null;
         } else if(value == 'Defacto'){
              if(!sprytextfield2){
                   sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
              if(sprytextfield1 && sprytextfield1.destroy){
                   sprytextfield1.resetClasses();
                   sprytextfield1.destroy();
                   sprytextfield1 = null;
              if(sprytextfield3 && sprytextfield3.destroy){
                   sprytextfield3.resetClasses();
                   sprytextfield3.destroy();
                   sprytextfield3 = null;
         } else if(value == 'Single'){
              if(!sprytextfield3){
                   sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
              if(sprytextfield1 && sprytextfield1.destroy){
                   sprytextfield1.resetClasses();
                   sprytextfield1.destroy();
                   sprytextfield1 = null;
              if(sprytextfield2 && sprytextfield2.destroy){
                   sprytextfield2.resetClasses();
                   sprytextfield2.destroy();
                   sprytextfield2 = null;
         // proceed with the rest as normal
         return true;
    </script>
    </head>
    <body>
    <form id="form1" method="post" action="#">
         <p>
              <input type="radio" name="radio" id="Married" value="Married" onclick="val(this);" />
              <label for="Married">Married</label>
         </p>
         <p>
              <input type="radio" name="radio" id="Defacto" value="Defacto" onclick="val(this);" />
              <label for="Defacto">Defacto</label>
         </p>
         <p>
              <input type="radio" name="radio" id="Single" value="Single" onclick="val(this);" />
              <label for="radio">Single</label>
         </p>
         <hr />
         <span id="sprytextfield1">
         <input name="married" id="f_married" type="text" value="forMariedOnly" />
         <span class="textfieldRequiredMsg">A value is required.</span></span><span id="sprytextfield2">
         <input name="defacto" id="f_defacto" type="text" value="forDefactoOnly" />
         <span class="textfieldRequiredMsg">A value is required.</span></span><span id="sprytextfield3">
         <input name="single" id="f_single" type="text" value="forSingleOnly" />
         <span class="textfieldRequiredMsg">A value is required.</span></span>
         <hr />
         <input type="submit" value="Submit" />
    </form>
    <script type="text/javascript">
    <!--
    // as Married is checked by default, we need to validate this field only
    var sprytextfield1,
         sprytextfield2,     // empty global var
         sprytextfield3; // empty global var
    //-->
    </script>
    </body>
    </html>
    Gramps

  • How to change the format of a date field inheriting format from subclass.

    Currenctlty date filed is inheriting the format from a property class. The date format in my property class is 'dd/mm/rrrr'.
    Now my requirement is to change the format mask according to my applications user from 'dd/mm/rrrr/ to 'dd/mon/rrrr'.
    Some may use 'dd/mm/rrrr' and some may use 'dd/mon/yyyy'.
    Thanks.

    Some may use 'dd/mm/rrrr' and some may use 'dd/mon/yyyy'.
    I want a generic solution to change the date format at runtime These two seem to conflict. How will you decide which one to change and which not?

  • [4.0] Bug - can't save changes in table after clearing date field with shift+delete

    Steps to reproduce:
    1) Open any table containing columns of DATE type, go to "Data" tab
    2) Find any non-null cell in said column
    3) Select said cell, press shift+delete. Cell's value becomes (null) and row is marked for update.
    4) Press Commit button or F11
    After that, this line appears in "Messages" window:
    One error saving changes to table "SCHEMA"."TABLE_NAME":
    If you clear column by typing space and deleting it, cell's value becomes (null) as well, but commit works. Update statement from worksheet also work, so it's not a table issue.

    please any answer
    شركة نظافة بالرياض شركة تنظيف شقق بالرياضشركة تنظيف موكيت بالرياضشركة تنظيف مجالس بالرياضشركة تنظيف منازل بالرياض شركة تسليك مجارى بالرياضشركة نقل اثاث بالرياضشركة مكافحة حشرات بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف خزانات بالرياضشركة عزل اسطح بالرياضشركة تنظيف بالخرجشركة رش مبيدات عزل اسطحتنظيف شقق بالرياضتنظيف موكيت بالرياضشركة تنظيف مجالس بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف واجهات زجاج بالرياض شركة تنظيف بيارات بالرياضشركة تنظيف بالخرجشركة تنظيف منازل بالرياضشركة نقل اثاث بالرياضشركة تنظيف خزانات بالرياضشركة مكافحة حشرات بالرياضشركة نقل اثاث بالرياضشركة مكافحة حشرات بالرياضشركة تخزين اثاث بالرياضنقل اثاثشركة تنظيفشركة تنظيف شركة تنظيف شقق بالرياض شركة تنظيف موكيت بالرياض شركة نقل اثاث بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف واجهات حجر بالرياضشركة كشف تسربات المياه بالرياضشركة تخزين اثاث بالرياضنقل اثاثشركة تنظيف فلل بالرياضشركة تخزين عفش بالرياضشركة نقل عفش بالرياضشركة تنظيف موكيت بالرياضشركة تنظيف مجالس بالرياضشركة تنظيف شقق بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف بيارات بالرياضشركة رش مبيدات بالرياضشركة مكافحة حشرات بالرياضشركة عزل خزانات بالرياضعزل الاسطحشركة تنظيف خزانات بالرياضشركة تنظيف واجهات زجاج بالرياض شركة نقل اثاث بالرياضشركة ترميمات عامة بالرياضشركة تنظيف منازل بالرياضشركة تسليك مجارى بالرياض شركة تنظيف واجهات حجر بالرياضشركة كشف تسربات المياه بالرياضشركة تخزين عفش بالرياضنقل اثاثشركة تنظيف فلل بالرياضشركة تخزين عفش بالرياضشركة نقل عفش بالرياضشركة تنظيف موكيت بالرياضشركة تنظيف مجالس بالرياضشركة تنظيف شقق بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف منازل بالرياضشركة تنظيف بيارات بالرياضشركة رش مبيدات بالرياضشركة مكافحة حشرات بالرياضشركة عزل خزانات بالرياضعزل الاسطحشركة تسليك مجارى بالرياضشركة تنظيف خزانات بالرياضشركة تنظيف واجهات زجاج بالرياضترميمات عامة شركة تنظيف واجهات حجرية بالرياضشركة كشف تسربات المياه بالرياضشركة تخزين اثاث بالرياضشركة نقل اثاث بالرياضشركة تنظيف فلل بالرياضشركة تخزين عفش بالرياضشركة نقل عفش بالرياضشركة تنظيف موكيت بالرياضشركة تنظيف مجالس بالرياضشركة تنظيف شقق بالرياضشركة تنظيف بيوت بالرياضشركة تنظيف بيارات بالرياضشركة رش مبيدات بالرياضشركة مكافحة حشرات بالرياضشركة عزل خزانات بالرياضشركة عزل اسطح بالرياضشركة تنظيف خزانات بالرياضشركة تنظيف واجهات زجاج بالرياض شركة كشف تسربات المياه بالخرجشركة تخزين اثاث بالخرجشركة نقل اثاث بالخرجشركة تخزين عفش بالخرجشركة نقل عفش بالخرجشركة تنظيف موكيت بالخرجشركة تنظيف مجالس بالخرجشركة تنظيف شقق بالخرجشركة تنظيف بيوت بالخرجشركة تنظيف منازل بالخرجشركة تنظيف بيارات بالخرجشركة مكافحة حشرات بالخرجشركة ترميمات عامة بالرياضشركة عزل خزانات بالرياضشركة عزل اسطح بالخرجشركة تنظيف خزانات بالخرجشركة تسليك مجاري بالخرجشركة رش مبيدات بالخرجشركة تنظيف بالخرج شركة كشف تسربات المياه بالخرجشركة تخزين اثاث بالخرجشركة نقل اثاث بالخرجشركة تخزين عفش بالخرجشركة نقل عفش بالخرجشركة تنظيف موكيت بالخرجشركة تنظيف مجالس بالخرجشركة تنظيف شقق بالخرجشركة تنظيف بيوت بالخرجشركة تنظيف منازل بالخرجشركة تنظيف بيارات بالخرجشركة مكافحة حشرات بالخرجشركة عزل خزانات بالخرجشركة عزل اسطح بالخرجشركة تنظيف خزانات بالخرجشركة تسليك مجاري بالخرجشركة رش مبيدات بالخرجشركة تنظيف فلل بالخرج شركة كشف تسربات المياه بالخرجشركة تخزين اثاث بالخرجشركة نقل اثاث بالخرجشركة تخزين عفش بالخرجشركة نقل عفش بالخرجشركة تنظيف موكيت بالخرجشركة تنظيف مجالس بالخرجشركة تنظيف شقق بالخرجشركة تنظيف بيوت بالخرجشركة تنظيف منازل بالخرجشركة تنظيف بيارات بالخرجشركة مكافحة حشرات بالخرجشركة عزل خزانات بالرياضشركة عزل اسطح بالخرجشركة تنظيف خزانات بالخرجشركة تسليك مجاري بالخرجشركة رش مبيدات بالخرجشركة تنظيف فلل بالخرجشركة ترميمات عامة بالرياضشركة ترميمات عامة بالخرجشركة تنظيف واجهات حجرية بالخرج

  • Change Cost center valid date

    Hi, Export,
         Can we change the cost center valid date from 2007.10.01 to 2007.08.01? If it can change, Pls tell me how to change it.Thanks.
    best regards
    Park Han

    Well, it's a little late to reply to the original question, but I found this thread while trying to figure out how to do the same thing myself and thought I would update it with the answer in case anyone else stumbles across this thread while searching as I did.
    You can actually make a change in the valid from date by using a KS01 Create Cost Center transaction and referencing the original cost center to create the additional period you want to add. 
    In this case in KS01 you would fill out the fields in this manner:
    Cost Center: Existing Cost Center to be changed, let's say 1000
    Valid From 2007.08.01
    Valid to: 2007.09.30
    Reference Cost Center: 1000
    Controlling Area: Whatever the controlling area is
    In effect, rather than changing the cost center, you are creating the extra time period from the new from date to the original from date and referencing it to the cost center.
    The end result for us was that KS03 shows the cost center with the new from date and the old to date, which was the change we wanted.
    Not quite as obvious as a change, but it worked for us.

  • Rebate agreement change functionality in sap

    Hi All,
    I am SD functional consultant and I have to change the rebate agreements in bulk with so many details , for this I decided to go for BDC or BAPI and also search the treads but find only one option which is BAPI_AGREEMENTS , and how to use this function module , I do not know.
    ABAP person is facing issue in mapping pop-up for condition selection function.
    thanks in advance and all experts please share your knowledge on this.
    Manu Talwar
    SD consultant

    Hi Matt,
    I have also same requirement.
    If your problem is solved then please give me solution.

  • To change "To Valid" date in BOM Header

    Hi Guys,
    Pls tell me the cofig setting where i can go and change the default "to validity" date-31/12/999 proposed by the system
    Awaiting eagerly for quick replies
    Vijai

    Hi vijay,
    please go through the below SDN thread which was replied by our friends earlier.
    Re: Valid to date in BOM.
    i think it is usefull to you
    regards
    pradeep

  • Rebate condition in rebate agreement cannot be maintained (greyed out)

    Hi.
    We have setup rebate processing in CRM 7.0.
    We get our invoice to the billing due list and it fills then the extract. But we fail in setting up the rebate agreemnt in the webui.
    Partner and material are entered. On the position (material) we try to add one of the conditions of the maintenance group we customized. Both condition types can be selected but none of them will work.
    What happens: we click on "new" select the condition type and get then presented with the view but with all fields greyed out (as in display mode).
    As there are a lot of obligatory fields we get up to 8 messages. After "fill in required entry fields" it says "maintain rebate material".
    Whatever that means.
    The material we use is a finished product.
    Has somebody ever seen this or some idea. Couldn't find oss messages on this.
    Thanks.
    Regards,
    Thorsten

    Hi Klaas,
    If I remember well, in the standard price determination there is a conditional formula that only shows rebate conditions in the invoice, therefore you should not see rebate conditions in the sales order.
    That is standard functionality.
    For a Customer I took out the formula condition in the pricing so he could actually see the rebate condition in the sales order, the reason was to had access to this information before end of month invoicing. The problem is that in case of changes in rebate agreement or in case of retrospective agreements the rebate condition is only updated in the invoice, not in the sales order.
    Best Regards,
    Franck

  • Error in rebate agreement

    Hi,
    I would like to request your help on the error i encountered in SAP. I was doing a rebate payment settlement in VBO2 and I encountered the error: Error creating rebate credit memos (see next warning message) then I pressed enter and got this another error message: No business area can be determined for item 000420. Can you help me solve this error please?
    Thank you very much for your help.
    Kind regards,
    Lemily

    Dear Tirumalasetti,
    This may be due to there is holiday in that calendar on the date of the Rebate agreement period end date.
    So please change the Rebate agreement period end date or change holiday to working day in that calendar on that date.
    I this will help you,
    Regards,
    Murali.

  • Validity Date at BOM componet

    Dear all,
    I'm strugling on changing the valid-to date for a BOM component.
    Let me explain in detail what the scenario is and what I've done so far.
    I have a BOM header "Z" with 5 different components, Y, X, W, V and U. Validity dates should be as follows:
    - Y --> 02.04.2010 to 31.12.9999
    - X --> 02.04.2010 to 31.12.9999
    - W --> 02.04.2010 to 31.12.9999
    - V --> 02.04.2010 to 20.02.2012
    - U --> 21.02.2012 to 31.12.9999
    I have created a change number with validity date 21.02.2012, but when trying to change BOM components validity dates fields will be grey and won't allow me to do the necessary changes.
    Could you please guide me with the necessary steps that I need to follow or where my issue would be? - I have already been checking the forum and followed some of your tips(checked config and so on, and everything seems to be ok).
    Thanks a lot in advance for your help on this one as it's quite urgent to solve this so we can test it, as we need to provide with some explamples on how material variances report will be affected to client ASAP.
    Kind regards,
    Mario

    Hi Mariete ,
    you just need to create a change number with the valid date you want for component , example if you create a change number valid from 01.01.2010 and if you use it for changing BOM , all the changes you made will have this validity date.
    its not possible to input validity dates, so all the times it will be greyed out , you can control it as discribe above.
    in you case you need to create 2 change numbers , 1 with valid from date in 02.04.2010 and use it for component Y X W and V
    and others with validity date 21.02.2012 and use it for component U.
    another thing please keep in mind if you BOM is created in todays date or date which is greater then 02.04.2010 will be a problem , so suggestion is while creating BOM , use a change number which is valid from 02.04.2010 and cause of it all 4 components will be automitacily hace valid date 02.04.2010.
    and after creating this BOM with 4 component  use a second change number and add component U.
    please check i hope it wil help you.
    Thanks
    Ritesh

Maybe you are looking for

  • Exception when deploy my "HelloWorld" App  in NWDS 7.1

    can anyone help me , I'm trapped!  i have configured a runtime server in the Preferences under "SAP AS Java"(AS 7.1) Details: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'demo.sap.com/mydynpro' is not d

  • How to catch CONVT_NO_NUMBER runtime error in ABAP Proxy

    Hi all,        In our abap proxy program, sometimes the CONVT_NO_NUMBER will happen and cause the program dump and then stuck the whole queue. I noticed that this error cannot be caught by CX_ROOT exception class. So, how can I catch this runtime err

  • Dynamically Populated Option Sets in CRM 2013

    Hello, In my solution, I have an entity with an option set attribute that has no option values by default. A script in the entity form handles the population of the option set dropdown via .addOption. The displayed value of the attribute shows blank

  • Can't rename file with Applescript

    Hi, I'm a programmer but I'm new to Automator and Applescript. I am trying to rename pdf files based on a specific line of its content but I don't succeed. I created a service that exports the text from the pdf to a file. Then I use applescript to re

  • How to report that my ipod was stolen

    my ipod was stolen but has a password on it can anybody help me track it with mobile me on it