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

Error Messages?

Former Member
0 Likes
1,207

syntax:

message e001 - reslts in red

message s001 - results in green

What prefix gives the yellow message?

Thank-You?

12 REPLIES 12
Read only

Former Member
0 Likes
1,172

I believe that would be message w001.

Read only

0 Likes
1,172

Tried it- got red.

Read only

0 Likes
1,172

A (Abend)

Termination

E (Error)

Error

I (Info)

Information

S (Status)

Status message

W (Warning)

Warning

X (Exit)

Termination with short dump

Read only

alejandro_lpez
Contributor
0 Likes
1,172

Hi,

message e001 - reslts in red (error)

message s001 - results in green (success)

.

message w001 - results in yellow (warning)

regards.

Message was edited by: Alejandro López

Read only

0 Likes
1,172

I wonder why I am getting red? for w001?

Read only

venkata_ramisetti
Active Contributor
0 Likes
1,172

Hi,

To check the demo program for messages...

1. Goto Transaction BIBS

2. In the menu path, GOTO> DYNAMICS>MESSAGES

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
1,172

Hi,

IF you are using the warning message in the START-OF-SELECTION OR in END-OF-SELECTION event you will get a red instead of yellow..

As the Warning message is for screens..

Try the same in the AT-SELECTION SCREEN event you will get a yellow instead of red..

THanks,

Naren

Read only

0 Likes
1,172

I removed the start and end of selection statments.....still red.

Read only

Former Member
0 Likes
1,172

The warning message will work fine for screen events like AT SELECTION-SCREEN..

Also the REPORT statement always executes a START-OF-SELECTION implcitly, even though you don't give in the program..

Thanks,

Naren

Read only

0 Likes
1,172

I replaced "REPORT" with "PROGRAM", removed the start/end of selects.....still red?

Read only

Former Member
Read only

Former Member
0 Likes
1,172

Hi,

Okay..I will make it simple..For the messages without screens the warning message will terminate the program..

Check this documentation..

http://help.sap.com/saphelp_nw2004s/helpdata/en/e5/e719bab1d711d295bf0000e8353423/content.htm

Thanks,

Naren