Show TOC

 Enhancements in the Classification System Locate this document in the navigation structure

Use

In order to optimize the business processes in the classification system, you can change some classification functions of the SAP System by using customer exits.

Example Example

If a user in characteristics maintenance has not maintained default values for finding objects, you can use enhancement CLCTMS01 (Default values for finding objects) to define default values in a table or add further values. The enhancement contains the function module EXIT_SAPLCTMS_001. This links to the include programZXCTMSU01. Enter your program code in this include.

End of the example.

See also:

Enhancements to the SAP System in the Area of PDM

Customer Exits

Prerequisites

When you use a function exit, you must create a company-specific include program that matches the programming logic of the function module.

Features

The following is an overview of the enhancements supported in the classification system (development class CL).

Description

Enhancement

Function Modules

Include

Default values for finding objects

CLCTMS01

EXIT_SAPLCTMS_001

ZXCTMSU01

Check for same classification

CLCTMS02

EXIT_SAPLCTMS_002

ZXCTMSU02

Change or predefine classification of an object

CLFM0001

EXIT_SAPLCLFM_001

ZXCLFU01

Call before updating classification data

CLFM0002

EXIT_SAPLCLFM_002

ZXCLFU02

Selection of objects for mass processing

CLMMD001

EXIT_SAPLCLMMD_001

ZXCLMMDU01

Manipulation of the search result

CLSC0001

EXIT_SAPLCLSC_001

ZXCLSCU01

Object dependencies in object search

CLCTMS03

EXIT_SAPLCTMS_003

ZXCTMSU03

The documentation on individual customer enhancements is in the SAP System with the enhancements themselves. To display the documentation on a customer enhancement:

  1. Choose   Tools   ABAP Workbench   Utilities   Enhancements   Definition.  

  2. Enter the technical name of the customer enhancement.

  3. Select Documentation and choose  ( ) Display.