SAP ABAP IMG Activity CWTY_MWTY_PREPS (Prepare Warranty Check)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-WTY (Application Component) Warranty Claim Processing
     ISAUTO_WTY (Package) Warranty Processing
IMG Activity
ID CWTY_MWTY_PREPS Prepare Warranty Check  
Transaction Code S_KA5_12001217   (empty) 
Created on 20021107    
Customizing Attributes CWTY_MWTY_PREPS   Prepare Warranty Check 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name CWTY_MWTY_PREPS    

Here you can prepare the warranty check for technical objects of the object typesfunctional location, equipment and serial number.

Basically speaking, you can assign more than one warranty to a technical object in Warranty Processing, i.e. you can assign exactly one warranty to each warranty type. The default settings, however, support two warranties (master warranties and/or simple warranty periods) at the most for technical objects of the object type EQUI, FUNC and SERN.

If you want to use enhanced functionality you have to link in the warranty processing screen as a customer screen and hide both the subscreens for both standard warranties.

Note: you do not have to execute this step for objects of object type IBAS and VELO.

Use

Requirements

Standard settings

Activities

  1. Choose the IMG activity Set View Profiles for Technical Objects. Define a view profile and replace customer screen 150 by screen 110.
  2. Create a screen in function group XTOB with a subscreen area and copy the following coding into it:

    PROCESS BEFORE OUTPUT.

    * MODULE STATUS_1004.

    CALL SUBSCREEN sub1 INCLUDING 'SAPLWTY20' '0110' .

    PROCESS AFTER INPUT.

    * MODULE USER_COMMAND_1004.

    CALL SUBSCREEN sub1 .

  3. Create and activate the implementation WARRANTY of BADI EQUI_UPDATE with

    CALL FUNCTION 'WTY20_OBJNR_SET'

    EXPORTING

    iv_objnr = i_data_equi-itob-objnr.

Example

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG CWTY_MWTY_PREPS 0 ALN0000451 Warranty Claim Processing 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20030227 
SAP Release Created in 471