/ISIDEX/CL_ISU_IDENT_VARIANT - Process Variants
rdisp/max_wprun_time - Maximum work process run time BAL_S_LOG - Application Log: Log header dataThis documentation is copyright by SAP AG.
Functionality
This class is abstract, and provides a framework for implementing concrete process variants for pointof delivery identification. The class implements the interface /ISIDEX/IF_ISU_Ident_Variant. User-definedprocess variants can use the framework by deriving the class (or one of its subclasses) and redefining the abstract methods (search(), identify()).
A two-level algorithm is used:
- After reading the configuration data for the process variant, the Search() method is called and the identification matrix is saved as an attribute.
- The Identify() method is then called for the identification matrix, and the identification result and status are saved as attributes.
- Further processing distinguishes between the processing mode with dialog and without dialog:
- For processing with dialog, the Dialog_Identify() method decides whether or not the identification screenis to be processed. This decision is made depending on the status transferred. The identification result and the status (manually identified or not manually identified) are returned.
- If the process variant was started without dialog processing, the processing is finished and the results (identification matrix, identification result, and status) are returned.
Relationships
Example
Notes
The framework can be used if the user-defined search and identification algorithm, like the standardprocess variants, is two-level, and the same dialog control is to be used for the subsequent manualidentification. The structure of the configuration data must correspond to the predefined structure (see the Get_Configuration method).
Further information
BAL_S_LOG - Application Log: Log header data BAL_S_LOG - Application Log: Log header data
This documentation is copyright by SAP AG.
Length: 1823 Date: 20120526 Time: 063341 triton ( 98 ms )






