‎2011 Apr 19 9:38 AM
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...
‎2011 Apr 19 10:18 AM
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
‎2011 Apr 19 10:18 AM
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
‎2011 Apr 19 11:57 AM
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