Hi All,
we have got a Z message class... and now I want to display some error message in my program using that message class only... I have written the follwoing cod:
If sy-subrc eq eq 0.
message e011 with "ZTEST".
and now when I double click on the e011 to enter the text it's taking me to a different message class rather than to the Z class that we defined.... can you please tell me how can i take care of this.
Thanks,
Rajeev