‎2008 Dec 13 12:03 PM
hai experts,
i am working in ecc6.0 and in a module programming i am using MESSAGE text TYPE type'. to raise a message. i am not getting the message text which i am giving in 'text' . i am getting ( message text 'no vendor found' irrelevant one with same type as mentioned by me( i mean error or information ).how can i avoid this and populate my text.
‎2008 Dec 13 12:14 PM
Hi,
Try this way...
MESSAGE e016(pn) WITH 'Enter Valid Month'(e01)
‎2008 Dec 13 12:18 PM
what is the data type that u have specified for text and how u r populating it?
Hit an f1 on message u'll get example on how to do it.
‎2008 Dec 13 12:24 PM
Hi Kiran ,
you can write
message 'NO VENDOR FOUND FOR THIS MATCH ' TYPE 'E' .
BUT THIS WILL NOT WORK IN 4.7 .
REGARDS
Digvijay Rai
‎2008 Dec 13 3:32 PM
HI friend i too faced the sameprobs in ecc 6.0.
create a message in se91 with ' &' as value.
then call it in program.
Ex:
message e000(ZSD) with 'No data found'.
‎2008 Dec 17 7:20 AM
Thank u experts for suggesting me the solutions to solve my problem