Application Development 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: 

syntax warning (Message ....)

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member186746
Active Contributor
0 Kudos

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

Former Member
0 Kudos

message types are

e

s

i

w

use this

reward if usefull

krishnendu_laha
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

use :

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

Jogdand M B