cancel
Showing results for 
Search instead for 
Did you mean: 

Applicant Actions-pb40

Former Member
0 Kudos

Hi,

I have a issue in pb40.

In pb40 Apllicant actions i have a action Prepare for Hiring.After i execute I need to get '06' as default in Status reason field.

Kindly give suggestions.

Regards,

Geetha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You mean to say that when you choose prepare for hiring action and run automatically you want to see 06 in status reason field.

is it true?

If yes you have two option

1) Dynamic action

2) User exit

you can go either way.

Regards

Former Member
0 Kudos

yes its my requirment.

but cant we do this with features in abap-hr.

like feature: pactv ..cant we modify them..

Former Member
0 Kudos

Don't modify it. This feature is sensitive.

Samriddhi

Former Member
0 Kudos

try writing dynamic action like following,

p t0001-molga = 40

p p4000-apsta = 2

i ins,4000,,,(p4000-begda),(p4000-endda)/d

w p4000-strea = '06'

Former Member
0 Kudos

hi,

thanks for your reply.

can you please eloborate this dynamic action , so that we can resolve our issue.

Former Member
0 Kudos

check if country is india,

check if overall status is to be hired

then insert following record into 4000

p4000-strea = '06'.

i m not so sure bt check it.

Former Member
0 Kudos

for which infotype can we specify the dynamic action??

Former Member
0 Kudos

4000.

Former Member
0 Kudos

hi,

if we dont modify that feature ,can we create a new feature for that ,if yes how to create and assign it to that screen.

regards

Answers (4)

Answers (4)

sikindar_a
Active Contributor
0 Kudos

send to me also check my b card

Former Member
0 Kudos

Hi Geetha,

I belive we can do it like this.

Please tell me presently on which attribute you querying this feature

if possible send me the screen shot of your feature at adi dot adaphr dot at gmail

Regards

Former Member
0 Kudos

IMG->PM->Recuritment->Applicant Selections

Create Reasons

Set Permisable reasons for each applicant

Regards

Former Member
0 Kudos

In prepare for hiring action,we have a field for Status Reason.This field contains three optiobs

01 Hiring

06 Expectation matched

I need to set 06 as default in the screen.How do i do this?

Regards,

Geetha

Former Member
0 Kudos

Hi Geetha,

This cannot be done done by standard configs. Ask the technical guy to find a user exit for this.

rgds...Sameer A

Former Member
0 Kudos

Plese chk ur config.

I belive u didnt configured there reason and assingned in the action properly

Regards

Former Member
0 Kudos

Can you tell where the configurations is to be done.

Regards,

geetha.