Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>CVEA0001



Index

CVEA0001

EH&S: Customer Exits
You use this SAP enhancement to define a function exit with which you can maintain the material name according to the customer (you can do this in the R/3 component Sales and Distribution (SD)). The material name appears on the material safety data sheet according to your definition.

The customer exit is found in the function group XC1A and is called when the report shipping orders are generated. The enhancement carries the return code as a material name.

As standard, the material name carries the material short text maintained for a material, or the material name selected via the determination of default parameters.

The enhancement has the following interface parameters:

  • I_FLG_MAN_CHANGE

Indicator that shows if the material name was changed manually when determining the default parameters

  • I_SUBID

Substance to which a report is to be sent (this substance need not be the same as the master substance - it can also be a reference substance to the master substance).

  • I_MAT_STRUCT

Structure derived from the material number, material name, and raw material. The field to be filled is determined by the starting point of report shipping.

  • I_CUST_ID

Ship-to party ID. The ID is taken from SD when report shipping is called.

  • I_SDS_REC_ID

Material safety data sheet recipient ID (the company, not the contact person).

  • I_REASON

Shipping reason that specifies the starting point of the report shipping.


Function/Program:
  • EXIT_SAPLCVEA_001: EHS: Customer exit for checking material name

02-Oct-2005