Sapass

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



Index

QPSD0001

Customer Exits:Master Inspection Chars.
This enhancement is called up immediately within function module QPSD_FEATURE_VERSION_READ (read a master inspection characteristic version).

In particular, module QPSD_FEATURE_VERSION_READ has the following import parameters:

  • KZ_AUFLOESUNG

This parameter has the following effects:

  • If the parameter is not set, no inspection methods are read. The module is only used in this case to check the existence of a master inspection characteristic and to read the short text or the inspection catalogs for it.
  • If the parameter is set, the inspection methods assigned to the master inspection characteristic are also read.
    If more than one method is assigned, a list of them is displayed.
    If only one inspection method is assigned, the export parameter QPMZ_EXP is automatically filled with this inspection method.

With the customer exit, you can change this parameter (E_KZ_AUFLOESUNG).

Example:

If you do not set this parameter, the inspection methods assigned to a master inspection characteristic are not read, if you enter a master inspection characteristic in the plan.

  • KZ_NICHTFREI

This parameter has the following effects:

  • If the parameter is not set, a master inspection characteristic version is only read, if it is released. Otherwise, the exception NO_FREE_VERSION is initiated.
  • If the parameter is set, a master inspection characteristic version is always read.

With the customer exit, you can change this parameter (E_KZ_NICHTFREI).

Example:

If you set this parameter, you can also enter master inspection characteristics in the plan that are not released.


Function/Program:
  • EXIT_SAPLQPSD_001: Customer Exit While Reading a Master Inspection Characteristic Version

02-Oct-2005