Sapass

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



Index

QMSC0002

Customer Exits: Inspection Methods
This enhancement is called, if you enter data in the search field when you are maintaining an inspection method.

The module has the following parameters:

  • Import parameter I_QMTB: data on the inspection method
  • Export parameter E_SORTFELD: search field for the inspection method

Note

The search field in the inspection method capitalizes all entries. If you make an entry using lower case letters, these are changed automatically to upper case letters.
For example, if you entered "AbCd" in the field, the system would change it to "ABCD".

You could use this enhancement in the following cases:

  • customer-specific check of entries in the search field (the search field itself is not changed)
    Fill the interface parameter E_SORTFELD with the contents of field I_QMTB-SORTFELD.

  • Function/Program:
    • EXIT_SAPMQSCA_003: Customer Exit for Search Field for Inspection Method

02-Oct-2005