Maintain Shortcut Keys for Clarification Processing
Customizing Activity
_FICAEMMA_VCEMMACCWL
Maintain Shortcut Keys for Clarification Processing
Document
Document Class
SIMG
Hypertext: Object Class - Class to which a document belongs.
Document Name
_FICAEMMA_VCEMMACCWL
Use
In this activity, on the left side of the clarification list screen (transaction EMMACLS), you define the shortcut keys displayed that the users can use to access the clarification cases relevant for them quickly.
Requirements
Standard settings
Activities
To create shortcut keys, proceed as follows:
Shortcut keys are grouped in layouts. Therefore, first define a layout.
Then define the shortcut keys for this layout. Then define a name (for example, 'My Inbox') and, alternatively,
A variant for program REMMACASELIST that is to be executed when you click on this button
An ABAP-OO class that provides the selection criteria for the program REMMACASELIST via the method DETERMINE_SELCRITERIA of the interface IF_EMMA_CWL_LAYOUT.
Then enter the name of the class in the field Class with Selection Criteria. This enables you to circumvent the restrictions for the selection criteria that you define with a variant.
A customer-specific clarification case selection
With a customer-specific clarification case selection you can adjust the selection to your requirements in addition to the functions of the program REMMACASELIST. To do this, create an ABAP-OO class that carries out the case selection at runtime using the method SELECT_CASES_FROM_DB of interface IF_EMMA_CWL_LAYOUT. Then enter the name of the class in the field Class for Case Selection.