on 2006 Feb 24 3:47 AM
Hi All,
I need to validate the address information of employees. Home addresses, mailing addresses and the like. I need to integrate them into BAS (Business Address Service, formerly known as Central Address Management). How can I go about this?
Customer, Vendor, Business Partners, and others are integrated with BAS. But it seems that employee addresses (in PA0006) are not part of BAS. Thus, they don't get to be validated by the ADDRESS_CHECK business add-in. If so, what can I use to validate employee addresses?
Any reference material would be greatly appreciated.
Cheers
Hi Lorenzo,
You can try to use the Infotype User Exit ZXPADU02 to validate the employee's address. This exit gets triggered during the PAI of all PA infotypes.
Regards,
Suresh Datti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lorenzo,
You can try to implement this BADI 'HRPAD00INFTY'. Code your validations for IT0006 in the method 'AFTER_INPUT' of this BADI which is called in the PAI of infotypes(similar to enhancement PBAS0001 PAI exit). Here the parameter structure NEW_INNNN which is available inside this method will contain the required data you need to validate.
P.S. Plz give points to helpfull points.
With Regards,
Roshan Gujaran.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.