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: 

A problem with an message error in a validation

Former Member
0 Kudos

Hi!!

I make a validation in one transaction and when I configure a message error when the user enter an invalid input the screen is presented to the user but when the user click the green check mark the program return to the same screen but the person need to close the screen and click on edit to open again the screen that have to make the correction.

Some body know how can I make to the program allow the user to edit in the same screen and avoid to go back to the other screen and push the button edit to make the correction?

Thanks!

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Is this a custom transaction? Report or dialog?

You may need to make use of the CHAIN statement.

Regards,

Rich Heilman

Former Member
0 Kudos

This is the transaction:

REBDBU

Thanks!!

Former Member
0 Kudos

i think there is no such option available while validating( like OB28 ), check whether u can convert that error msg to Info , so Sap will allow the user. Otherwise u have to achieve this is thru activating the user exits.

Regards

Prabhu