cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting Payroll Area in Organisational Assignment ( Infotype 0001 )

Former Member
0 Kudos

We defined the feature ABKRS such that , if MOLGA = 10 and PERSG = 1 and BTRTL = 1400 and PERSK = UB then ABKRS = xx.

When we perform an action, for EE status change, it doesn't default the payroll area to what we set, but populates with a different value.

Any idea why this is happening ? Is there a config somewhere else that controls what value of payroll area should be populated ?

Thanks,

Swarna.

Accepted Solutions (0)

Answers (12)

Answers (12)

Former Member
0 Kudos

Hi Kee,

I'd like to do that...but am not really sure how to do the ' set break point' step.

A little more help pls.....

Former Member
0 Kudos

Hi,

se38,display the abap code.Put the mouse cusor on where you want to break out, then click the red button in tool bar.

input "/h" in command line to switch current session to debug mode. Then run your evaluation.

Former Member
0 Kudos

Hi,

If frontend config checking can not get your problem solved,maybe you can trace the generated dicision program to look inside system dicision actions.To do so:

1-PE03

2-Choose <Attributes>,display it you can find the corresponding dicision program for that feature(In my system named as: /1PAPA/FEAT000ABKRS)

3-SE38 set break point and trace it

Sometimes look inside then outside..huh huh..

Hope helpful

Br,Kee

Former Member
0 Kudos

Hi,

This is a recent issue for us, earlier when the hiring action was done, it used to default to the correct payroll areas, and the feature VDSK1 is not changed recently. Im just not able to figure what triggered this issue.

This is how the VDSK1 looks like:

VDSK1

MOLGA

10 USA

10

Any suggestions pls...

R S

Former Member
0 Kudos

Hi,

As Akan said ,* Did you activate the VDSK1 feature ? *

regards

Former Member
0 Kudos

Hi Swarna,

Were you able to resolve this issue. If so, could u pls share the solution. Im in a similar situation and Im stuck with it... Ur suggestion is highly appreciated.

Thanks

R S

Former Member
0 Kudos

Hai...

pls paste ur feature in table maintenence form here..... so that we can come up with possible sloutions or try to find the error

Former Member
0 Kudos

how would you de-activate this VDSK1 feature?

Former Member
0 Kudos

Hi,

Use feature VDSK1, map org key to payroll area. Based on your Org Key the payroll area will be defaulted.

With Regards,

Kaustuv Goswami.

Former Member
0 Kudos

Hai..

I think the Hieararchy of ur descision operators might be incorrect..

pls give..in the following order.... it might help u!!

BUKRS Company Code

WERKS Personnel Area

BTRTL Personnel Subarea

PERSG Employee Group

PERSK Employee Subgroup

Former Member
0 Kudos

hi swarna

u r trying to edit table format. if u r feeling that as difficult then try to edit tree structure . it will be very easy. after opening ABKRS feature in the main u can select structure form. then u will get a tree structure. there u edit whatever u want.

if u r getting then send me a message.i will send u the path

rgds

kiran

Former Member
0 Kudos

HAi..

Pls check Dynamic actions... for that action type which ur performing

Former Member
0 Kudos

Hi

1st create a BASIC Feature for ABKRS for ex:

use Personnel area and Personnel Sub area only later you can use EE and ESG

Remember to Activate it.

Award points if sucessfull.

Veer

Former Member
0 Kudos

Hi,

Check if there is a some code controlling that in user exit PBAS0001

Thanks,

Haritha

Former Member
0 Kudos

What did you specify in the otherwise condition?