‎2008 Jan 07 5:50 AM
hi all,
I write message for worning but it
displaying as error give me one suggation.
Regards..
kamesh..
‎2008 Jan 07 5:54 AM
Hi,
Please try the below link on how to write a msg :
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/message.htm
‎2008 Jan 07 5:53 AM
Hi,
i think you write your worning message in start-of-selection plzzz verify that write your messages in at selection-screen only.
Plzz Reward if it is useful,
Mahi.
‎2008 Jan 07 5:53 AM
can you let me know the command which you have used for messaging?
‎2008 Jan 07 5:54 AM
Hi,
Please try the below link on how to write a msg :
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/message.htm
‎2008 Jan 07 5:55 AM
Hi,
Please see teh below link on how to create a mssage :
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/message.htm
‎2008 Jan 07 5:55 AM
In ABAPDOCU t.code
(U can get example of all messages u can select suitable message from that)
select
abap user dialogs -
>Messages -
>demonstration of all message types
(Debugg this prg then u can understand)
Madhavi
‎2008 Jan 07 6:40 AM
Hi,
Messages may behave diffrently in different contexts.
Message Processing
Message processing depends on the message type specified in the MESSAGE statement, and the program context in which the statement occurs.
Message Types
A Termination Message
The message appears in a dialog box, and the program terminates. When the user has confirmed the message, control returns to the next-highest area menu.
E Error Message
Depending on the program context, an error dialog appears or the program terminates.
I Information
The message appears in a dialog box. Once the user has confirmed the message, the program continues immediately after the MESSAGE statement.
S Status Message
The program continues normally after the MESSAGE statement, and the message is displayed in the status bar of the next screen.
W Warning
Depending on the program context, an error dialog appears or the program terminates.
X Exit
No message is displayed, and the program terminates with a short dump. Program terminations with a short dump normally only occur when a runtime error occurs. Message type X allows you to force a program termination. The short dump contains the message ID.
FOr information on different behaviour of messages please refer to:
http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaae335c111d1829f0000e829fbfe/content.htm
Regards,
Renjith Michael.