2006 May 24 4:35 PM
hi,
how to show blank screen with error message ???
and how to end the program by giving the proper error message ??
Jimmy
hi,
how to show blank screen with error message ???
and how to end the program by giving the proper error message ??
Jimmy
2006 May 24 4:37 PM
2006 May 24 4:40 PM
thanks
but my program is dialog programm so after writin this ,i can see some weiard window with error message .
Can't i show blank screnn and on status bar with error message
Jimmy
2006 May 24 4:40 PM
message e000(<your message calss>) with 'Error'.
in se91 create a message class and also create a message 000 with place holders (&).
Regards,
Ravi
2006 May 24 4:40 PM
If its regular reporting then
MESSAGE E000 with "ERROR MESSAGE".
This will display blank screen with error
If u want to end the program then use
EXIT.
LEAVE TO SCREEN 0.
2006 May 24 4:44 PM
hi thanks all,
but when error message is comming i can see in background some screen . but i axpect it should be blank screen .
jimmy
2006 May 24 4:47 PM
hi jimmy,
create an empty screen.say '0100' in se51.
then call it in your program.
call screen '0100'.
message e000(ZZ) with 'Error'.
REgards,
Ravi
2006 May 24 4:51 PM
2006 May 24 4:41 PM
Hi,
You can end the program by using
message e000(ZZ) 'Error'.
Regards,
Amole
2006 May 24 4:42 PM
hi,
message E100(Message_id).
E---Error ( u can also use A, S , W , I )
100---Error Message Number
Message_id --- go to se91 for message id
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |