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

syntax warning (Message ....)

Former Member
0 Likes
877

Following statement gives syntax warning for ECC6.0.

MESSAGE X113(Z9) "issue an error message and

WITH E1VPPII-LGORT "stop processing

E1VPPII-WERKS

RAISING ERROR.

Please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

Hi,

use :

MESSAGE E113(Z9) "issue an error message and "see Change
WITH E1VPPII-LGORT "stop processing
E1VPPII-WERKS.
"RAISING ERROR.

Jogdand M B

4 REPLIES 4
Read only

Former Member
0 Likes
841

message type x creates a shortdump, for more info press f1 on message

Read only

Former Member
0 Likes
841

message types are

e

s

i

w

use this

reward if usefull

Read only

Former Member
0 Likes
841

Hi Reddy,

Please change X113(Z9) to E113(Z9) and omit RASING ERROR else everything will be same.

hope, it will work fine.

Regards,

Krishnendu

Read only

Former Member
0 Likes
842

Hi,

use :

MESSAGE E113(Z9) "issue an error message and "see Change
WITH E1VPPII-LGORT "stop processing
E1VPPII-WERKS.
"RAISING ERROR.

Jogdand M B