Inicio del área de contenido

Documentación de objeto The MYCATS04 SAP Enhancement Localizar documento en árbol de navegación

Definition

SAP enhancement for controlling synchronization messages that are generated from SAP R/3, and displayed in the message area in CATS notebook.

Use

For more information, see Filter and Supplement Synchronization Messages.

Structure

IMPORTING

   REFERENCE(IM_PROFILE) TYPE CATSVARIAN

   REFERENCE(IM_PERNR) TYPE PERNR_D

   REFERENCE(IM_CATS_RECORD) TYPE CATS_COMM

CHANGING

   REFERENCE(CH_MESSAGES)TYPE CATS_MESSAGES_TAB

Example

You want to filter all success messages (type S), information messages (type I), and warning messages (type W) so that they do not appear in the message area in CATS notebook. Use command CLEAR CH_MESSAGES in a customer-specific implementation of the SAP enhancement MYCATS04.

Fin del área de contenido