‎2008 Oct 17 11:04 PM
Hi All,
I have the following code for the message.
If sy-subrc EQ 0.
MESSAGE ID '00' TYPE 'I' NUMBER '997' WITH 'Credit Memo' salesdocument 'has been created'.
ENDIF.
It is giving me message as following,
I:00:997 Credit Memo 30023288 has been created
is there a way for me to supress the 'I:00:997' part. So that i can just see the message only.
We have ECC6.0 system.
Thanks,
Veni.
‎2008 Oct 17 11:13 PM
There is no message 997 thats why it is coming with that.
use 398 maybe
so
MESSAGE ID '00' TYPE 'I' NUMBER '398' WITH 'Credit Memo' salesdocument 'has been created'.
‎2008 Oct 17 11:13 PM
There is no message 997 thats why it is coming with that.
use 398 maybe
so
MESSAGE ID '00' TYPE 'I' NUMBER '398' WITH 'Credit Memo' salesdocument 'has been created'.
‎2008 Oct 17 11:39 PM
‎2008 Oct 17 11:46 PM
good, out of curiousity why did you use 997 when it didnt exist?