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 message posted on next screen

Former Member
0 Likes
489

Hi Friends,

I have a Maintenance View and I am using Extended Maintenance Events to validate some entries entered by the user in SM30. I am trying to display an error message when there is an error in the record entered by the user. It is one step maintenance.

This error message is being displayed on an other blank screen i.e. the program terminates and displays the error on other screen and the erroneous changes or new records are not created. My requirement is to display the error on the same screen and let user change the record entered.

Thanks

Braham

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
471

1. What event are you using?

2. What's the message type you are using?

Read only

Former Member
0 Likes
471

Hi,

I am using BEFORE SAVE event.

I am trying to show an error message.

Message e000 with 'Messsage'.

I tried

Message s000 with 'Message' display like 'E'. But this command is not accepted while activating the code. So was not able to use it