2009 Feb 16 8:35 AM
hi to all experts.
after the warning message the program doesn't proceed further . but i want the program to just give warning message and save .
2009 Feb 16 8:40 AM
Hi,
Use:
Message 'XXX' type 'I' Display Like 'W'.An information or success message will be displayed as warning message
and your data will be saved.
Hope this will resolve the issue.
Regards,
Gurpreet
Hi,
Use:
Message 'XXX' type 'I' Display Like 'W'.An information or success message will be displayed as warning message
and your data will be saved.
Hope this will resolve the issue.
Regards,
Gurpreet
2009 Feb 16 8:36 AM
is this module pool or simple report.
canu give your that piece of lines
2009 Feb 16 8:36 AM
Hi,
After message use LEAVE SCREEN or LEAVE LIST PROCESSING.
Regards,
Prashant
2009 Feb 16 8:40 AM
Hi,
Use:
Message 'XXX' type 'I' Display Like 'W'.An information or success message will be displayed as warning message
and your data will be saved.
Hope this will resolve the issue.
Regards,
Gurpreet
2009 Feb 16 8:42 AM
Hi,
Write LEAVE SCREEN after the warning message.
Regards,
Jyothi CH.
2009 Feb 16 8:45 AM
Hi,
Just do like this...
what type of message u r using in u r stmt...
message 'WELCOME' type 'W' display like 'S'.
Regards
Kiran
2009 Feb 16 8:47 AM
Hi,
I think the warning message is being written in the start-of-selection due to which the program terminates.....
use
message 'message' type 'S' display like 'W'.
Regards,
Siddarth.
2009 Feb 16 8:48 AM
hi,
use
MESSAGE 'XXXXXXX' TYPE 'S' DISPLAY LIKE 'W'.
This way you get the warning message like, and the program is not terminated.
Thanks
Sharath
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |