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: 

Query Regarding the BADI 'HRBAS00INFTY'

Former Member
0 Kudos

Hi,

Iam new to HR Module.

I am working on the BADI 'HRBAS00INFTY'.

This BADI is getting triggered only for the infotype 'Personal Data' and not getting triggered for the other infotypes though it is general BADI.

Is that related to settings ?

Please guide me in this.

Reward points are assured.

Best Regards

Bhagat.

3 REPLIES 3

Former Member
0 Kudos

Hi bhagat,

1. There is no such setting.

2. Put in the code

BREAK-POINT

as the very first line, (without any if condition)

to check if the code is going there or not.

3. Alternatively, u can also use

MESSAGE 'ABC' type 'S'

(without any if condition)

for checking purpose.

regards,

amit m.

0 Kudos

Hey Amit,

I have already checked with that.

I put BREAK-POINT in the BADI.

But it is getting triggered only for the infotype 'Personal Data' but not for the other infotypes.

Can you suggest something to get this done.

Best Regards

Bhagat.

Former Member
0 Kudos

Hi Bhagat,

Write some code like call transaction pa30 in that and check out whther that is working or not.

reward points if it helpful

Reagrds,

Kiran i