cancel
Showing results for 
Search instead for 
Did you mean: 

Modify error into warning, or vice versa

Former Member
0 Kudos

Dear all,

I have modified error messages in the past to warnings. I used to do this via OMCQ, OBA5, OMRM, OVAH or OVM1

Now I have an error in Tranportation (leg creation in a Shipment) number VW065

Does anyone know where I can modify this?

Thanks,

Nick, Dave, Tom

Accepted Solutions (0)

Answers (1)

Answers (1)

Pawan_Kesari
Active Contributor
0 Kudos

Hi,

Some messages are not configurable in the way they are presented.

Routine termin_kontrolle in program LV56CF03 issues this error message and its hard-coded as error there.

IF   ( beg_datum = end_datum )
    AND ( beg_uzeit > end_uzeit ).
     MESSAGE e065
             RAISING wrong_time_sequence.
   ENDIF.

This message can not be changed to warning. Unless its being issued from somewhere else in your system.


Regards,

Pawan.