cancel
Showing results for 
Search instead for 
Did you mean: 

Automate check on PF(0587)

Former Member
0 Kudos

Hi,

i go to PA30,enter employee code and enter IT0587, then i manually enter 2 things.

1.) PF trust id

2.) Tick mark Contribution towards Pension Scheme option.

Can i automate this thing in SAP so that it happens for all employees ?

i should not enter individually one by one for each employee.

Thanks in advance,

puja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can configure it by dynamic actions..!!

Based on the criteria from Org. assignment infotype develope your dynamic actions.

Cheers,,,,

-Jagdish

Former Member
0 Kudos

Hi jagdish,

can u elaborate this is in more detail.i.e The steps to follow for dynamic actions.

regards

Former Member
0 Kudos

hi,

i entered value in SM30 ,V_T588Z

entered value as below.

Field               FC            No      S        Variable function part

PFTRU           06               1        I          PA0587-PFTRU='RPF2'

PNFLG          06               2        I          PA0587-PNFLG='X'

Now please check is this OK. I wan't when a new employee is entered the above two things for any new employee entered should take these values automatically.

regards,

raghu_c
Active Contributor
0 Kudos

In the User Exit PBAS0001, and include ZPAUDX01, you can write a logic to default values into an infotype.

Raghu

Former Member
0 Kudos

Hi

please follow this

0001       04 66 P P0000-MASSN='60'

0001       04 67 P T001P-MOLGA='40'

0001       04 68 P T001P-WERKS<>'1200'

0001       04 69 I INS,0587,,,(P0000-BEGDA),(P0000-ENDDA)/D

0001       04 70 W P0587-TSTID='RPF1'

0001       04 72 W P0587-PENID='RPF1'

0001       04 73 W P0587-EEPNN='GJ/12345-A/'

Hope it helps

Former Member
0 Kudos

Hi jagdish,

sorry for the delayed reply. i as on leave as not putting up good health.

Would request you that i need to have only 2 Mandatory things to happen

1.) enter trust id and 2.) tick mark pention flag

Do i need to configure all above steps to make this happen? won't  it make some other changes

also please send me the header name where these values need to be inserted.

regards

Former Member
0 Kudos

hi,

when i entered PBAS0001 into Tcode : CMOD system showed the below message

"Enhancement project PBAS0001 does not exist"

what does it mean...how can i use your logic.

regards,

Former Member
0 Kudos

Hi Jagdish,

i follwed all the above steps as told by you.

But now when i am making entry in PA40 of new employee.

and them checking IT0587, it gives below message.

"No data stored for Provident Fund Contribution in the selected period"

whereas it should do those two mentioned things by default.

please reply its urgent.

regards,

puja

raghu_c
Active Contributor
0 Kudos

Please see tcode SMOD and not CMOD....

Raghu

Former Member
0 Kudos

hi,

can u please send me some details how can this be achieved.

regards

raghu_c
Active Contributor
0 Kudos

I'm not an ABAP consultant,, but this is what you can do to achieve the result

1. In SMOD, please enter PBAS0001, Select Components and display

2. In the next screen select function Module EXIT_SAPFP50M_001

3. In the next screen you will have the Include ZXPADU01. If the object is not created create

4. Tell your ABAP consultant to pass default values from this include to the infotype based on your conditions.

Hope this helps

RAghu