Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

after warning message the program terminates

Former Member
0 Likes
1,555

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,190

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,190

is this module pool or simple report.

canu give your that piece of lines

Read only

former_member386202
Active Contributor
0 Likes
1,190

Hi,

After message use LEAVE SCREEN or LEAVE LIST PROCESSING.

Regards,

Prashant

Read only

Former Member
0 Likes
1,191

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

Read only

Former Member
0 Likes
1,190

Hi,

Write LEAVE SCREEN after the warning message.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,190

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

Read only

Former Member
0 Likes
1,190

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.

Read only

Former Member
0 Likes
1,190

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