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

Event for input validation in custom table (table maintenance generator)

Former Member
0 Likes
809

Hello all,

I look for a solution to execute an event after the modification of a table field of a custom table to validate the user's input.

I already tried event 07 (Execution : Before correcting the contents of a selected field) of the table maintenance generator but it will be executed after some modification made by the Edit -> Change field action.

I could use the event 01 but in my opinion this event happens to late and errors are very uncomfortable for the user at that time.

Editing the dynpro events is not a solution for me because it should be easy to maintain the table structure at any time.

Thank you in advance

Robert

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Did you try event 08 and 18?

Thanks.

Hello all,

I look for a solution to execute an event after the modification of a table field of a custom table to validate the user's input.

I already tried event 07 (Execution : Before correcting the contents of a selected field) of the table maintenance generator but it will be executed after some modification made by the Edit -> Change field action.

I could use the event 01 but in my opinion this event happens to late and errors are very uncomfortable for the user at that time.

Editing the dynpro events is not a solution for me because it should be easy to maintain the table structure at any time.

Thank you in advance

Robert

4 REPLIES 4
Read only

Former Member
0 Likes
738

Did you try event 08 and 18?

Thanks.

Read only

0 Likes
737

Thank you!

Event 08 just starts after the saving process after Event 07.

Event 18 gets executed when I click on the save button.

I want to check the data after the enter button was pressed as you can see it in several transactions.

Read only

0 Likes
737

Event 21 is the solution! Thank you for your support!

Read only

Former Member
0 Likes
737

Event 21 is the solution!