2005 Dec 15 10:25 AM
Hi,
What do I do to display messages in dialog box versus dispalying messages in status bars ?
-Tushar./
Hi,
What do I do to display messages in dialog box versus dispalying messages in status bars ?
-Tushar./
2005 Dec 15 10:27 AM
2005 Dec 15 10:29 AM
2005 Dec 15 10:29 AM
on status you can display success,warning,error..
in popup abend,info messages will come..
regards
vijay
2005 Dec 15 10:30 AM
Hi,
If i think displaying your message in pop-up......
Look at the sample code..........
***************
if sy-subrc ne 0.
CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
titel = text-e03" Error Note
txt2 = 'No data is selected for the selection criteria'
txt1 = 'Error: '.
stop.
endif.
***************
message i000 with text-e03.
I gives you in pop-up.........
***************
Thanks.
If this helps u reward with points.
Message was edited by: Deepak333 k
2005 Dec 15 10:30 AM
Hi Tushar,
1. Message Type Information = I
will give message in dialog box.
2. Message Type Warning W, Success S
will give message in Status Bar.
Regards,
Amit M.
2005 Dec 15 10:30 AM
if you want to display message in status bars
MESSAGe S000(zq) with field.
if you want ot display message in dialog box
MESSAGe I000(zq) with field.
reward points if its helpful
2005 Dec 15 12:19 PM
use this FM:'POPUP_TO_INFORM'
or
MESSAGE ID id TYPE mtype NUMBER n.
Plz reward points if it helps!!
Regards
Gunjan
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |