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

Validation while delimiting IT185

Former Member
0 Likes
640

Hi,

When user tries to delimit a particular record in IT185 through PA30, we need to do some validation.

I am trying this while setting a break-point in exit : ZXPADU01 & ZXPADU02. but it doesn't stop there.

Kindly let me know any exit or BADI where in I can add a specific check.

Thanks...

3 REPLIES 3
Read only

former_member226519
Active Contributor
0 Likes
544

the BADI you could use is HRPAD00INFTY.

If you want to use ZXPADU02 (for process after input) you will have to activate the enhancement with transaction SMOD/CMOD

Read only

Former Member
0 Likes
544

Hi

If you are on ECC 6.0, look for Implicit Enhancements, if any.

BTW, what kind of validation you want to perform? If anything related to Time Intervals, check for appropriate Time Constraints provided by the system.

Regards,

Rupesh

Read only

Former Member
0 Likes
544

Hi Sam,

You can use both BADI as well as user exit for validation when delimiting the infotype 0185.

BADI : you can use badi HRBAS00INFTY method AFTER_INPUT or BEFORE_UPDATE to validate some thing after input.

User Exit: You can use user exit ZXPADU02 for all the PAI validations, but for this you will need to create a project in SMOD/CMOD and activate it to activate the user exit.

Regards,

Ramnivas