cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Address Validation

Former Member
0 Kudos
230

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

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Suresh,

Thanks for pointing me to PBAS0001 enhancement, and EXIT_SAPFM50M_002 user exit.

The address data is NOT passed into the user exit. I need to get the address data and validate it. How can I get the address data?

Thanks in advance.

Answers (1)

Answers (1)

Former Member
0 Kudos

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.