How to track equipment warranty details

Dear PM Guru's.
for my one of the client requires tracking of the equipment warranties. how we track the equipment warranties? what is the possible scenario in standard sap? wht parameters has to be considered to map the equipment warranties in standard SAP? for those equipments how we validate the procured material with respect to those equipments. please suggest me and tell me the possible scenario from scratch.
thanks in advance to all the PM experts.
regards
Jalu

Hi,
Wether its PM /CS modules Please follow as guided below:
1, Maintain Serial No. Profile first to the material and assign the same in u201Cmm02 > sales genrl & plant tab.u201D
2, Miantain proper serial No. ranges and Customer Equipment Group u201CSu201D should be assigned to the serial no.range in u201COEINu201D.
3, In IMG > PM & CS menu configure u201CWarranty setting and also claim Processingu201D
4, Also maintain Warranty start and end dates for the new created equipments in u201CIE08 / IE02u201D
5, also configure Service order types (i.e. PM01/SM01, SM02  etc.) in  PM & CS.
6, after configuring all the above use Service processing: useu201D IW51u201D and select notification type i.e.u201Cs1u201D , u201Cs3u201Detc.
Prior to all please make sure your SD configuration pertaining to the  Company is perfect.
Then you test the warranty service processing scenarios..
If find this as a usefull answer and that your thread is solved pls mark the same as solved and close this.
All the best.
Regards
DSR
Edited by: D.Srinivasa Rao on Nov 2, 2011 1:44 PM
Edited by: D.Srinivasa Rao on Nov 3, 2011 8:37 AM

Similar Messages

  • How to Track changes of Detail and header at purchase document

    Hi
    I have one problem while issueing the output type i created new output type created new output routine and i have to track the header changes and issue proper output and prevent to issue wrong output type
    example : zne1 for header changes and zneu for detail level but i cannot track the header level changes becoz cdhdr and cdpos tables are updated after output routines (800 and 801 newly created and assigned)
    can u please tell me how to track the po level changes so i can solve this problem ASAP
    it is urgent !!! please help me in this !!
    thanks in Advance !!!

    Hi Mr. Modi,
                       Can you clarify your scenario properly that I can analyse it to give you proper solution....I am confuse with your requirement and  example which you have given...
    Cheers,
    Sagun Desai....

  • Error log table how to track the run details

    Hi ,
    I am using the log errors concept in oracle and recording the errors.
    My table is employees and I used the
    be low script to create the error log tables.
    BEGIN
      DBMS_ERRLOG.create_error_log (dml_table_name => 'employees');
    END;
    It has created a table called err$_employees;
    I have run the procedure and the procedure has inserted some records into the  table for unique constraint error .
    but when i rerun the same job , again it has inserted the same records whcih has created a proble now .
    How will i figure out that which records are from the first runa dn which are from the second run?
    Also i want to fail my job based on entried in the error log table i created.
    Is it possible to track whats records belong to what instance in error log table.
    hope i am clear abt the requirement i'm looking for ?
    thanks
    sri

    If you look at the documentation you will see you can tag records that are inserted in the error log table e.g.
    insert into employees
    select ...
    from ...
    where ...
    log errors into err$_employees('My Run Identifier')
    You need to construct the string used as a tag so you can identify your individual runs.

  • How can I edit my warranty details after registration?

    Hello
    Can someone please tell me how do i edit warranty details of a product that I have recently registered?
    Thank you

    As far as I know you cannot change these saved details.
    Contact Toshiba directly and explain the situation. They can do this and change all data saved in their database.
    Send a mail on [email protected]
    You must contact Toshiba in your country. Contact details can be found at http://eu.computers.toshiba-europe.com/innovation/contact_toshiba.jsp
    Dont forget to send exact notebook model, serial number and your full address.
    Explain also what should be changed.
    Message was edited by: ADMIN

  • How to track the details of the user?

    Hello,
            I want to know how to track the details of a USER from the past 60 days I mean i want to know how what is the time and time out of the SAP system for the past 60 days?
    waiting for the valuable replys.
    Thks

    Read,
    http://help.sap.com/saphelp_nw04s/helpdata/en/2c/c59d37d373243de10000009b38f8cf/frameset.htm
    regards
    Juan

  • Update Equipment Master with Warranty details

    Hi All
    Is there a function or BAPI I can use to update the master warranty details and start date on the Equipment Master(table EQUI)???
    Marius V

    I found a solution - A warranty or warranties are assigned to an equipment. The correct function to use is 'WARRANTY_ASSIGNMENT_RFC'. Hope this helps someone out there.
    Regards
    Marius

  • How to use master warranty in case of excess production

    Dear Gurrus !!!
    My client company is involved in Electronics products (Refrigerator, TV, Oven, AC etc) manufacturing and sale business. There are hundreds of units produced and sold on daily basis. now i have to make warranty check here in CS module. My requirement is:
    When we create Service notification type S9 with IW51 we enter Serial number on create screen. Serial number is linked with equipment, batch and material master. Requirement is when we enter serial number system should tell the warranty status in pop up screen. Warranty of Refrigerator and Compressor are different. Ref 1 year Compr. 3 Years. I have done every thing in system but now im facing two problems only.
    1    I used user exit BG000001 and check standard tick for pop up too. A pop up screen appears but there is no warranty
          detail on that screen but when i check Additional data tab of serial number it shows compressor and ref warranty
          accurately.
    2    It is not possible for users to enter master warranty and warranty start date in every serial number because there is
          hundreds/thousands of units produced daily.
    Please give me any idea that how can i take date of sale (601 movement date) as warranty start date and how to enter master warranty in serial numbers automatically. i want to perform these activities automatically. 
    I am stuck here in warranty check. Please help me in this regard.
    Pop up is not a big deal but my major concern is to enter automatically start date and master warranty.
    Edited by: moazzamjii on May 6, 2011 2:17 PM

    Hi,
    I hope you are creating Equipment automatically while doing delivery for the Material with the combination of Material number & Serial Number.
    If that is the case, have you tried with the update of equipment warranty data after creation of equipment?
    Try this Function module:
    'WARRANTY_ASSIGNMENT_RFC'
    [Update warranty details|FM or BAPI to update Master warranty and Begin guarantee;
    2nd Option:
    In Serial Data view of Equipment Master, you can find the Date of Last Goods Movement, that would be the delivery date of that equipment.
    Create a Ztransaction to update the warranty details of the equipment. That could be manual or automatic batch job running on daily basis.
    Develop a program to call this Function module & try to update that date as Warranty start date.
    Decide on Warranty end date based on your company warranty policy & incorporate the same in coding.
    Even you can consider the equipments which are created on that particular day based on the field Creation Date.
    So other equipments will not get affected.
    Regards,
    Maheswaran.

  • How to track changes

    Hi friends,
        I am a XI consultant. My query is regarding how to track the chages.I heard that CDHDR and CDPOS tables are used to store the information regarding the changes made to the objects/tables in SAP.My scenario is i have a table having few fields related to P.o and a flag indiacating Insert/Update/Delete, so upon the creation/upadate/deletion of a P.O(related to perticular WBS Element) i want the data to be  transfered into my table automatically.
       Is there any standard transaction available to do that....means i want to track all the P.Os under a perticular WBS element..
    If not Do we have to write a Abap program and use CHANGEDOCUMENT_READ_HEADERS,CHANGEDOCUMENT_READ_POSITIONS functions to store the data into internal tables ?????
    Regards,
    Gowtham K.

    HI gowtham,
    Yes, u are right,
    we have to right some abap code.
    "CHANGE DOCUMENTS" in SAP Terminology
    1 The same thing which u are asking
    we had developed here. For Eg : Any change
    in the material master will be detected
    and a mail will be sent to the concerned
    employee.
    THIS WILL ALSO DETECT WHICH FILEDS HAVE CHANGED.
    IT CAN ALSO GIVE, The Old Value, And The New Value.
    2. This Mechanism is called CHANGE DOCUMENTS in
    SAP Terminology
    3. 2 Fuction Modules are Required.
    (They will fetch necessary data from CDHDR,CDPOS)
    CHANGEDOCUMENT_READ_HEADERS
    CHANGEDOCUMENT_READ_POSITIONS
    4. The First FM gives list of all
    records ( with change no) which have changed.
    5. Loop at the above and the second FM will
    provide the details (old-val, new-val) for
    each record.
    6. While using 1st Fm, i used docclass as 'MATERIAL'.
    BCOS
    the concept of change documents is applicable
    to other type of documents also (depends upon
    customization)
    regards,
    amit m.

  • How to track changes in name who are enrolled in a benifit plan

    hi,
    can any1 help me
    how to track changes in name for an employee enrolled in a benifit plan.this report is to run monthly.
    should use change pointers or should use aedtm field..
    can any1 help..
    thanx in advance

    Pl take a look at the Std Report RPUAUD00 used for Infotype Logging. The Report Documnentation details the steps needed to turn the logging for the PA infotypes, which in your case could be 0167,0168,0169 etc..
    ~Suresh

  • How to track the Inbound child IDOcs in PI 7.4 Single stack

    Hi Friends,
    I would like to know the procedure of tracking the Inbound child IDocs in PI 7.4 Single stack.
    Here is the detailed description.
    Say we are getting the data from third party system and the message may have multiple IDOcs in it. The message has processed successfully from PI and reached to the target system(ERP). So, now my question is how to track the IDOc count with in that message.
    Please suggest on the same.
    Thanks in Advance,
    Venkateswarlu.

    Hi Hareesh,
    Thanks for your inputs. According to the link IDOC Status, Tracking in SAP PI/PO Single Stack I am thinking the required funcionality is not there in PO 7.4, but still i would like to have little more clarity before moving further.
    I will explain what what was happening in PI 7.11 so that you can understand what i am looking for in PO 7.4.
    We will get the data from third party system in xml format, we had to search for the messages based on interface name and time range within SXMB_MONI. After getting the result(say the output is 100 messages), we will download the values of "Outbound Reference" field(which is a key to find the child messages for messages resulting in an Interface Collection). Below is the snap of Outbound Reference field for your reference.
    Now we will go to the table IDXRCVPOR in SE16(within PI) and put the values of Outbound Reference field in Text 24 and execute. Here we will get all the child messages.
    Now please let me know if this kind of scenario is possible in PO 7.4.
    Thanks,
    Venkat.

  • How to track the flow of data from R/2 to BI ?

    Hi Experts,
    Question: How to track the flow of data from R/3 to BI ?
    I want to load master data from R/3 to BI. In BI, i create an infopackage to load data from R/3. Under processing tab i set it as "PSA and then in the InfoObject (package by package)". Its a Full update.
    Now, i start the update to InfoObject. The load goes on well.
    Now, i want to track the flow of data from the master data table in R/3 to Datasource in R/3 then Extractors and then in the PSA in BI and then till the InfoObject. That is the complete flow of data from source table (in R/3) to Target table (in BI).
    Please help me know how this can be done. (For example lets take cost element master data)
    Regards,
    Suraj S Nair

    Hi,
    Data flow :
    BW :
    When u right click on the Master Data Info object -> Select Data flow.Then  it will  show u the details like DS name,IS (If 3.x)
    Once u know the DS then you need to find out the source tables for the R/3 DS.This information will get using ROOSOURCE or ROOSFIELD tables  or help.sap.com.
    My suggestion better to search in Help site for DS source tables.
    DS Tables :
    The following link will provide you the source tables for some of the LO DS.
    https://wiki.sdn.sap.com/wiki/display/BI/BWSDMMFIDATASOURCES
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 22, 2009 9:29 AM

  • How to track costing in Production order

    Hello Everyone
    I would like to get some details about how to set the product costs for Finished Goods and also how to track the expenses like packaging, labor, electricity, other charges etc, for individual production order.
    I have created the labor and packaging as a non inventory item and have used it in the BOM, now after the production order is closed, i find these two costs to be in the Actual Additional costs as shown below, till this is great.   
    But the requirement was, when they want to view the expenses or a month, then they require individual split up of costs against each production order. Is this even feasible?
    Please require help from you guys.
    Appreciate your help in this regard.
    Thank You

    Product Costing
    The cost of a FIFO or moving-average product is the sum of its component costs and additional costs (such as labor and overhead). To ensure accurate calculations of product cost, even if the components were issued manually, SAP Business One uses the cost of the items issued to production order and not the cost of the items currently in inventory. This avoids differences between the actual cost of components used in the order and the value of the product.
    Note
    The cost calculation method described here is relevant only for standard and special production orders, but not for disassembly for companies managing perpetual inventory.
    In the case of disassembly the components enter the inventory with the same cost as the items currently there. If the component is managed by FIFO, the cost of the oldest layer is used.
    The cost of returned components does not change; it is the cost of the last one that was issued.
    The product cost calculation is determined by the item management method.
    Standard – When the product is managed by standard cost, no calculation is made, and the cost is copied from the item master data upon report completion.
    Moving Average – When the product is managed by moving average, two figures are required for product receipt into inventory: receipt quantity and total value added to the inventory. The total value is the product cost, which is the sum of all component costs used for those products.
    FIFO – When the product is managed by FIFO, each report completion opens a new cost layer for the product in the inventory. The quantity in the layer is the quantity of the products just reported as completed. The cost of the products is the sum of all component costs used for the completed products divided by the quantity of the products.
    On every report completion, the system checks the following three quantities for each manually issued component:
    Issued Quantity – The quantity already issued to the production order.
    Used Quantity – The quantity already used for the completed products (completed products multiplied by the base quantity of the component).
    Needed Quantity – The quantity needed for the products that were just reported as completed (quantity of products reported as completed multiplied by the base quantity of the component).
    If the Used Quantity is greater than or equal to the Issued Quantity, this means that all items issued for the production order have already been used, and the Needed Quantity is yet to be reported as issued from the warehouse. Since the cost of the items that were actually used for the products is unknown, SAP Business One takes the current prices from the inventory.
    If the Issued Quantity is greater than the Used Quantity, SAP Business One finds the cost of the components that were issued and not used, and uses them in the calculation of the product cost. When finding those components, the issuing order of the components is taken into account, meaning that the first components to be issued are the first to be used. The components following those that were used are the first to be used for the cost calculation.
    If the sum of Needed Quantity and Used Quantity is greater than the Issued Quantity, meaning that not all needed quantity was issued, SAP Business One needs to make an assumption for those items’ costs, so it takes the current prices from the inventory.
    Upon the completion of a production order, on the Production Order Window: Summary Tab, you can check the product cost figures of the production order.
    Regards
    Kennedy

  • How to track materails of machines  after repair.

    Hi experts,
    How I track the repairable material  after repair along with equipment no. Suppose I have 1 press machine having 100 motors of different rating  & suppose I maintained itu2019s sr no  .Then is it possible to get the equipment no in IW81 refurbishment selection screen & how I track material of specific machine from sr no.
    With Regards,
    Avi DDS

    Have You Created 100 Motors of Press Machine as Individual Equipments , if that's the Case Then you can create Synchronization of Serial number with Equipment Number in Material master of Motors of Differnt Rating.
    Result You get Serial Number same as Equipment Number or Name, this way you can search the individual Equipments  of Press Machine.
    Otherwise Assign  serial number i.e,, Name of individual Equipment or Name of Main Press  for individual Material at the time of Refurbishment Order Creation
    Equipment No in refurbishment order is given in "Objects" Next to Quantity in Order Header Tab .
    Regards,

  • How to track harm process

    Hi, all!
    our sysadmin discovered that from my computer is sending spam. Antivirus programms can't find the virus. Ofcouse, it seems it is not virus, but the working process. Maybe someone have any idea how to track this process?
    Thanks in advance.

    As the others have indicated, it is extremely unlikely that your Mac is infected with anything that is causing it to send spam e-mail. There is no known currently active Mac malware that behaves that way. See my Mac Malware Guide for, among other things, a catalog of all currently-known Mac malware.
    You don't provide much in the way of details... who is this "sysadmin" and how did they determine that your machine was responsible? How did this sysadmin determine that making a connection on port 25 equated to sending spam? (It is quite normal for Mail, and other e-mail clients, to make connections on port 25 when sending e-mail messages.)

  • How do I get the details of runtime errors to display in errorPage.jsp???

    how do I get the details of a JSP runtime error onto my errorPage.jsp?
    Currently, I'm getting a NumberFormatException - but I can see no details.
    I have to assume that I do not have the errorPage.jsp set up correctly to capture the details of an exception.
    Can someone provide an example (e.g., regular.jsp and errorPage.jsp) that illustrate how this is done (i.e., showing the details - stacktrace, etc - of a runtime exception)?
    Thanks for any help!
    ***my page directie for otherpages.jsp***
    <%@ page language="java" errorPage="errorPage.jsp" %>
    ***my errorPage.jsp***
    <%@ page language='java' contentType='text/html' %>
    <%@ page isErrorPage="true" %>
    <html>
         <head>
              <title> errorPage.jsp </title>
         </head>
         <body>
         <h2>
              Error Encountered:
         </h2>
         <%= exception.toString() %>
         <h2>
              details...
         </h2>
         <%= exception.getMessage() %>
         </body>
    </html>

    You need to create a stringwriter, wrap it in a printwriter, then print to the printwriter, then convert the stringwriter to a string.
    Here's an example:
    StringWriter sw = new java.io.StringWriter();
    PrintWriter pw = new java.io.PrintWriter(sw);
    e.printStackTrace(pw);
    String strError = sw.toString();
    I hope this works. I didn't test the above code. I don't think I'm leaving anything out, but it's been a while since I've done it. Either way, it should get you on the right track to get what you need.
    Hope that helps.
    Michael

Maybe you are looking for

  • Panel Close? Event causes front panel to be unresponsive

    I'm trying to create a simple program. There is a while loop that generates random numbers just so I can see it's running. An "Exit" button is wired to the exit terminal of the while loop. An event structure is also in this while loop, which catches

  • How to create a text file from jsp?

    In JSP, what is the command to create a text file and dump a variable in it?

  • CFINCLUDE and relative path

    I have a website which has error catching in it and from time to time I have this error come through when using cfinclude. Could not find the included template project56/images1/page1.html. Note: If you wish to use an absolute template path (e.g. TEM

  • How to handle scrap occured during processing

    Hi all, I am facing problem with handling the scrap occured during processing. The case here is i want to scrap the material eg ABC, and want to sell the same material with different material no., unit of measurement. The present process is as below,

  • Photoshop CC silent crashing upon launch

    I decided to try out the creative cloud today, and signed up  I have had Lightroom and that works fine still.  When I try to open up Photoshop CC 2014, the splash screen loads up and I get about 1 second of Photoshop before it just closes.  It has ne