2007 May 30 12:05 PM
hi all,
i hv tried many exit/badi to trigger the error msg, but mostly at PS side, either the standard has hardcoded to 'Information' message smod: CNEX0037 or it triggers shortdump at badi workorder_update
my requirement: at componenet level, during changing material's quantity, i need to pop up error msg based on my own calculation, pls help
2007 Jun 14 8:29 AM
in BAdI workorder_update at_save send the message like
.
.
.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
RAISING error_with_message.
.
.
.
Hope it helps
Dieter
2007 Jun 14 8:29 AM
in BAdI workorder_update at_save send the message like
.
.
.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
RAISING error_with_message.
.
.
.
Hope it helps
Dieter
2007 Aug 03 4:32 AM
HI Dieter,
RAISING error_with_message does not exist in abap syntax