Entering content frameObject documentation Order BOM and WBS BOM: Determine Explosion Date

Definition

Customer exit for determining the explosion date in the BOM browsers.

Technical name: PCSD0010

Use

This enhancement module is available for the following functions:

With this enhancement, you can determine the date for the explosion of a multilevel BOM according to your own rules. This is particularly useful if you want to explode the multilevel BOM on a different date to that in the sales order.

Note

If this customer exit is active, and you enter a date on the initial screen of the BOM browser, the date you enter on the initial screen is ignored.

In addition, you can define the date for processing and reporting functions of the BOM browser.

Structure

Component for enhancement PCSD0010:

Function module EXIT_SAPLCSSO_002 (function group XCSA)

The enhancement module is called before the system explodes the multilevel BOM.

Import Parameters

R/3 transfers the following data to the enhancement module:

Parameter Name

Description

I_RC29B1

Dialog structure for the BOM browser

I_CSUSR_DATA

User-specific data for the BOM browser

Export Parameters

The enhancement module returns the following data to R/3:

Parameter Name

Description

E_DATUM

You use this parameter to define the date for the explosion of the structure tree in the BOM browser.

E_PROCESS_DATE

You use this parameter to define the date for the explosion of the structure tree in the BOM browser. This parameter also controls the date for the following processing and reporting functions:

  • Display assemblies (single-level BOM)
  • Change assemblies (single-level BOM)
  • Order analysis or project analysis
  • Multilevel copying of order BOMs
  • Automatic component assignment
  • Fixing of order BOMs / WBS BOMs (see note 302169)

Set either parameter E_DATUM or parameter E_PROCESS_DATE.

Integration

Enter your code in include ZXCSAU15.

Note

If you work with variant configuration and use Customer-Exit CCUXDATU, you can reference your code from include ZXCUC1U01.

Leaving content frame