Ansicht
Dokumentation

IMRC0004 - Measure.doc.:Exit according to stndrd checks for new mes.doc

IMRC0004 - Measure.doc.:Exit according to stndrd checks for new mes.doc

ROGBILLS - Synchronize billing plans   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The Customer Exit IMRC0004 should be used exclusively for creating measurement documents, performing customer-specific additional tests, and, if necessary, outputting dialog messages for the user.

IMRC0001 is particularly suitable for customer subsequent actions (for example, Workflow).

Call-up time

The Customer-Exit IMRC0004 is called up when measurement documents are created in conjunction with the standard tests.

Implementation

If you want to output an error message (type 2) in Customer Exit IMRC0004, then you must set exception ERROR_FROM_CUSTOMER_EXIT (see the following example).

Warnings or other info messages (type W/I/S) can only be output in the Customer Exit if the parameter WARNING_NOT_ALLOWED is initial (see example).

Example
***INCLUDE ZXMRCU04 .

IF .
MESSAGE Ennn(id) WITH ...
RAISING ERROR_FROM_CUSTOMER_EXIT.
ENDIF.

IF WARNING_NOT_ALLOWED IS INITIAL AND
.
MESSAGE Wnnn(id) WITH ...
ENDIF.






General Material Data   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1274 Date: 20240419 Time: 152111     sap01-206 ( 20 ms )