Entering content frameFunction documentation Enhancements Using Customer Exits (BOMs) Locate the document in its SAP Library structure

Use

In order to optimize the BOM processing processes in your business, you can change some functions of the SAP System in BOMs by using Customer Exits.

Example

If an administrator enters a new item in a BOM, you want the system, for example, to automatically check whether the material entered is allowed in this BOM. You create an enhancement project where you use the enhancement PCSD0005 (component check for material items). The enhancement contains the function module EXIT_SAPLCSDI_006. This links to the include program ZXCSAU10. Enter your program code into this include.

See also:

Enhancements of the SAP System in the Area of PDM and Structure link 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 tables below show the enhancements for customer exits used in BOMs (development class CS).

Enhancements for Function Group XCSA

Description

Enhancement

Function Modules

Enhance maintenance of material BOMs

PCSD0001

EXIT_SAPLCSDI_001

Customer fields in item

PCSD0002

EXIT_SAPLCSDI_002

EXIT_SAPLCSDI_003

Customer fields in header

PCSD0003

EXIT_SAPLCSDI_004

EXIT_SAPLCSDI_005

BOM comparison

PCSD0004

EXIT_RCS14001_001

EXIT_RCS14001_002

EXIT_RCS14001_003

Component check for material items

PCSD0005

EXIT_SAPLCSDI_006

Mass Changes

PCSD0006

EXIT_SAPMC29M_001

Check on the changes to BOM header

PCSD0007

EXIT_SAPLCSDI_007

WBS BOM: Customer-specific explosion during create

PCSD0008

EXIT_SAPLCSWB_001

Determine standard URL for BOM browser

PCSD0009

EXIT_SAPLCSSO_001

BOM browser: Determine Explosion Date

PCSD0010

EXIT_SAPLCSSO_002

Knowledge Based Order BOM: Parallel Updates

PCSD0011

EXIT_SAPLCSSF_001

Customer material number/material type during material exchange

PCSD0012

EXIT_SAPLCSME_001

Customer specific processing of an explosion for the BOM browser

PCSD0013

EXIT_SAPLCSSO_003

You can find the documentation for the individual customer enhancements in the appropriate enhancement in the SAP System. To display the documentation for the individual customer enhancements you:

  1. Choose Tools ® ABAP Workbench ® Utilities ® Enhancements ® Definition.
  2. Enter the name of the customer enhancement.
  3. Select Documentation, and click on This graphic is explained in the accompanying text Display.

 

 

Leaving content frame