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: 

Events after error message

Former Member
0 Kudos

Hello experts,

I want to initialize a checkbox in hierarchical list after error.

I've got some problems to understand the event-flow.

The facts:

I'm displaying a hierarchical list and, on user-command, i check some values.

If there is an error, i send a message.

When the user get the message and then click OK, I want to initialize the checkbox field of my hierarchical list.

I don't know where i have to place my abap code to do that: at user-command, or is there an event i ignore to do that.

Thank you for any help,

Christine

1 REPLY 1

Former Member
0 Kudos

Hi,

I've solved my problem my using the BAPI POPUP_TO_CONFIRM which display the error message.

So i can test the answer, and decide to refresh the whole display of the list.

Regards,

Christine.