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: 

Error message from HRPTIM03 and return to PT60 initial screen.

bibhuti_khamari
Explorer
0 Kudos

Hi Experts,

I have to show an error message during execution of PT60 (time evaluation) from the user exit HRPTIM03.

Now when ever the error message come the program exiting but i want to come to the PT60 initial screeen.

Even i tried with message type 'W' but its not working.

Plz suggest.

1 ACCEPTED SOLUTION

former_member209703
Active Contributor
0 Kudos

You can try like this


MESSAGE S398(00) WITH 'Error' DISPLAY LIKE 'E'.
SUBMIT rptime00  VIA SELECTION-SCREEN.

1 REPLY 1

former_member209703
Active Contributor
0 Kudos

You can try like this


MESSAGE S398(00) WITH 'Error' DISPLAY LIKE 'E'.
SUBMIT rptime00  VIA SELECTION-SCREEN.