cancel
Showing results for 
Search instead for 
Did you mean: 

Need message pop up when there is particular default error/warning message

former_member597043
Discoverer
0 Kudos

Hi All,

Hope everything is fine.

Can anyone help me to achieve message pop up whenever it hits any specific default error or warning message?

For example: When from-date in the screen is higher than to-date, error message get raised stating the mistake. After error message hits I need a pop message to give more instructions for the user.

- Is it possible to trigger workflow in this scenario? I am new to workflow. If it is possible please guide me with ideas.

- Are could you kindly suggest any other idea for such scenarios?

Thank you,

Sangameshwari.

Accepted Solutions (0)

Answers (1)

Answers (1)

keohanster
Active Contributor
0 Kudos

Hi,

I don't think SAP Workflow is particularly suited in this scenario. Yes, you could trigger a workflow if the user enters incorrect data, but you'd be better off using your ABAP skills and user exits or BADIs to provide this information to the users. SAP Workflow is typically a better choice if you have multiple steps that need to be executed by multiple users and/or background tasks.

Please consult with your technical team to see about implementing a pop-up as you have described here.

Sue