Sapass

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



Index

QPMK0004

Customer Exits for Master Insp. Char.
The function module EXIT_SAPLQPMK_001 (customer enhancement "001") listed in this enhancement is called up within the function module QPMK_MSTCHA_DATE_DELETE. The function module QPMK_MSTCHA_DATE_DELETE deletes a version of a master inspection characteristic in the R/3 System. It is called up at the following time:

  • When a master inspection characteristic is deleted using the ALE layer (posting IDOCs).

The interface for customer enhancement "004" has the following components:

  • I_MASTER_CHA: The master inspection characteristic (attribute as header line); plant, master inspection characteristic and version are key fields.
  • E_MASTER_CHA: Master inspection characteristic as outbound parameter

(header line). With the help of this customer enhancement, modify the data on a master inspection characteristic version, according to your requirements. The data on the master inspection characteristic version itself must be returned to the calling program in parameter E_MASTER_CHA.

If program processing is returned to the calling program, the data, which may have been changed in the customer enhancement, is checked. In the case of an error, messages can be generated, and the data is not saved to the database.

The check prevents inconsistencies in the database. If there are no errors, the data is saved to the database.

Notes

If this customer enhancement is activated, you must make sure that the parameter E_MASTER_CHA is not blank (empty). If, for example, the data for the master inspection characteristic only needs to be passed on, the values for the parameter I_MASTER_CHA should be transferred to the parameter E_MASTER_CHA.

Note also the example coding in the include "LQPMKF04" for the function group "QPMK".


Function/Program:
  • EXIT_SAPLQPMK_004: Customer Enhancement.: Delete Validity Period for Master Insp. Char

02-Oct-2005