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: 

HRPAD00INFTYBL - Can I modify the screen field values with this?

Former Member
0 Kudos

We are on 6.0 and using ESS. I'm using enhancement/badi HRPAD00INFTYBL to validate and modify user data.

When the user reviews/saves data, they still see their original input, instead of the modified data. When they re-enter the screen, they see the modified data which was saved to the table.

Can I refresh the screen with HRPAD00INFTYBL? I've been trying to use the sample code, but no luck so far.

Thanks for any help

1 REPLY 1

Former Member
0 Kudos

I realized there is no need to modify the user inputs on the screen. If the data is wrong, I just issue an error message, and tell the user the problem.